SAP Reports / Programs

RS_SCRP_DIAG_DDIC_DYNP_45 SAP ABAP Report - Diagnosis report for extending DDIC lengths on screens







RS_SCRP_DIAG_DDIC_DYNP_45 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). Below is the basic information available for this SAP report including which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC. Also check out the submitted Comments related to this SAP report or see any standard documentation available.

If you would like to execute this report or see the full code listing simply enter RS_SCRP_DIAG_DDIC_DYNP_45 into the relevant SAP transactions such as SE38 or SE80


ABAP code to call this SAP report using the submit statement

This report can be called from another progam/report simply by using the ABAP SUBMIT statement, see below for example ABAP code snipts of how to do this.






SUBMIT RS_SCRP_DIAG_DDIC_DYNP_45. "Basic submit
SUBMIT RS_SCRP_DIAG_DDIC_DYNP_45 AND RETURN. "Return to original report after report execution complete
SUBMIT RS_SCRP_DIAG_DDIC_DYNP_45 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Selection Text: P_STATUS = Activate status display?
Selection Text: P_PROG = D Program Name
Selection Text: P_POPUP = Query appl. component?
Selection Text: P_LENG = New output length
Selection Text: P_DOMA = D Domain names
Selection Text: P_DEVC = D Package
Selection Text: P_DATA = D Data Element
Selection Text: P_COMP = D Component ID
Title: Diagnosis report for extending DDIC lengths on screens
Text Symbol: S04 = Query appl. component?
Text Symbol: S03 = Program
Text Symbol: S02 = Package
Text Symbol: S01 = Appl. component
Text Symbol: L02 = Outp.leng.
Text Symbol: L01 = DefLength
Text Symbol: 020 = and program:
Text Symbol: 019 = and Package:
Text Symbol: 018 = and application comps.:
Text Symbol: 017 = Overlaps with other elems.in table contr.
Text Symbol: 016 = Overlaps with other elems
Text Symbol: 015 = Exceeds screen limits
Text Symbol: 014 = Diagnosis
Text Symbol: 013 = Result list of screen check for data element
Text Symbol: 012 = Result list of screen check for domains
Text Symbol: 011 = Convertible?
Text Symbol: 010 = New length
Text Symbol: 007 = Data element:
Text Symbol: 006 = Domain:
Text Symbol: 005 = No relevant screens found for
Text Symbol: 004 = Processing options:
Text Symbol: 003 = Selection values:
Text Symbol: 002 = Evaluation area:
Text Symbol: 001 = Start processing...


INCLUDES used within this REPORT RS_SCRP_DIAG_DDIC_DYNP_45

No INCLUDES are used within this REPORT code!


TABLES used within REPORT and the associated SELECT statement:





No SAP DATABASE tables are accessed within this REPORT code!


Function Modules used within report and the associated call statement:

SAPGUI_PROGRESS_INDICATOR CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR' EXPORTING PERCENTAGE = P_PERCENTAGE TEXT = P_STAT_TEXT.

RS_SCRP_DDIC_ANALYSIS CALL FUNCTION 'RS_SCRP_DDIC_ANALYSIS' EXPORTING I_COMPID = DF14L-FCTR_ID I_DEVC = P_DEVC I_PROGNAME = P_PROG I_DOMNAME = P_DOMA I_DATNAME = P_DATA I_NEWLENG = P_LENG F_SHOW_POPUP = P_POPUP F_SHOW_PROGRESS = P_STATUS IMPORTING E_SEARCH_TYP = G_SEARCH_TYP E_COMPONENTE = G_COMPONENTE TABLES * T_DEVCLASSLIST = * T_TADIR = * T_D020S = T_SCRPDYNP = GT_SCRPDYNP * T_SCHROTT_D020S = EXCEPTIONS NO_OUTLEN = 1 RUNTIME_ERROR = 2 NO_VALID_PROG = 3 NO_VALID_DEVC = 4 NO_VALID_COMPID = 5 NO_DOM_OR_DAT_NAME = 6 NO_DEVC_FOUND = 7 OTHERS = 8 .

REUSE_ALV_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY' EXPORTING * I_INTERFACE_CHECK = ' ' * I_BUFFER_ACTIVE = ' ' * I_CALLBACK_PROGRAM = ' ' * I_CALLBACK_PF_STATUS_SET = ' ' * I_CALLBACK_USER_COMMAND = ' ' I_STRUCTURE_NAME = 'SCRPDYNP' IS_LAYOUT = GS_LAYOUT IT_FIELDCAT = GT_FIELD_CAT[] * IT_EXCLUDING = * IT_SPECIAL_GROUPS = * IT_SORT = * IT_FILTER = * IS_SEL_HIDE = * I_DEFAULT = 'X' * I_SAVE = ' ' * IS_VARIANT = * IT_EVENTS = * IT_EVENT_EXIT = * IS_PRINT = * IS_REPREP_ID = * I_SCREEN_START_COLUMN = 0 * I_SCREEN_START_LINE = 0 * I_SCREEN_END_COLUMN = 0 * I_SCREEN_END_LINE = 0 * IMPORTING * E_EXIT_CAUSED_BY_CALLER = * ES_EXIT_CAUSED_BY_USER = TABLES T_OUTTAB = GT_DYNPLIST EXCEPTIONS PROGRAM_ERROR = 1 OTHERS = 2 .

REUSE_ALV_GRID_DISPLAY * CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' * EXPORTING * I_STRUCTURE_NAME = 'SCRPDYNP' ** I_BACKGROUND_ID = ' ' * I_GRID_TITLE = G_GRID_TITLE ** I_GRID_SETTINGS = * IS_LAYOUT = GS_LAYOUT * IT_FIELDCAT = GT_FIELD_CAT[] ** IMPORTING ** E_EXIT_CAUSED_BY_CALLER = ** ES_EXIT_CAUSED_BY_USER = * TABLES * T_OUTTAB = GT_DYNPLIST * EXCEPTIONS * PROGRAM_ERROR = 1 * OTHERS = 2 * .



Contribute (Add Comments)

Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.







The contribute/comments section below therefore offer's an opportunity for anyone to add additional information. This can be anything from useful hints, tips and screen shots to relevant SAP notes or anything else you feel is relevant to this report.

This will then be available for everyone to easily find by simply searching on the report name RS_SCRP_DIAG_DDIC_DYNP_45 or its description.