ROGDLF01 is a standard ABAP INCLUDE 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 ROGDLF01 into the relevant SAP transactions such as SE38 or SE80
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.
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
MODX_FUNCTION_ACTIVE_CHECK CALL FUNCTION 'MODX_FUNCTION_ACTIVE_CHECK' EXPORTING CPROGNAME = 'ROGSMPDL' FUNCNUMBER = '006' IMPORTING ACTIVE = ACTIVE * tables * ACTIVE_FUNCNUMBERS = EXCEPTIONS NOT_FOUND = 1 OTHERS = 2.
REUSE_ALV_LIST_DISPLAY CALL FUNCTION 'K_KKB_LIST_DISPLAY' * call function 'REUSE_ALV_LIST_DISPLAY' EXPORTING * i_callback_program = sy-repid I_CALLBACK_PROGRAM = 'ROGSMPDL' I_CALLBACK_USER_COMMAND = 'SMP_USER_COMMAND' I_CALLBACK_PF_STATUS_SET = 'PFST' I_TABNAME = 'P_VBAK' IS_LAYOUT = LIST_LAYOUT IT_FIELDCAT = LIST_FIELDCAT TABLES T_OUTTAB = P_VBAK EXCEPTIONS OTHERS = 1.
K_KKB_HIER_SEQU_LIST_DISPLAY CALL FUNCTION 'K_KKB_HIER_SEQU_LIST_DISPLAY' EXPORTING I_CALLBACK_PROGRAM = 'ROGSMPDL' * i_callback_program = sy-repid I_CALLBACK_USER_COMMAND = 'SMP_USER_COMMAND' I_CALLBACK_PF_STATUS_SET = 'PFST' I_TABNAME_MASTER = 'P_HEADER' I_TABNAME_SLAVE = 'P_DETAIL' IS_KEYINFO = LIST_KEYINFO IS_LAYOUT = LIST_LAYOUT IT_FIELDCAT = LIST_FIELDCAT IT_SORT = LIST_SORTINFO IT_EXCLUDING = LV_FCODE TABLES T_OUTTAB_MASTER = P_HEADER T_OUTTAB_SLAVE = P_DETAIL EXCEPTIONS OTHERS = 1.
OG_SMP_ORDER_PROCESS CALL FUNCTION 'OG_SMP_ORDER_PROCESS' EXPORTING FCODE = P_UCOMM TABLES FVBAPAK = P_SEL_IVBAPAK EXCEPTIONS OTHERS = 1.
POPUP_TO_CONFIRM_STEP CALL FUNCTION 'POPUP_TO_CONFIRM_STEP' EXPORTING TITEL = 'Verify Request' TEXTLINE1 = 'Process Order lines that match' TEXTLINE2 = 'selection criteria' IMPORTING ANSWER = ANTWORT.
GET_PRINT_PARAMETERS CALL FUNCTION 'GET_PRINT_PARAMETERS' EXPORTING MODE = 'BATCH' REPORT = SY-CPROG NO_DIALOG = ' ' IMPORTING OUT_PARAMETERS = USER_PRINT_PARAMS OUT_ARCHIVE_PARAMETERS = USER_ARC_PARAMS VALID = VALID EXCEPTIONS OTHERS = 99.
JOB_OPEN CALL FUNCTION 'JOB_OPEN' EXPORTING JOBNAME = JOBNAME SDLSTRTDT = SY-DATUM SDLSTRTTM = SY-UZEIT IMPORTING JOBCOUNT = JOBCOUNT EXCEPTIONS CANT_CREATE_JOB = 1 INVALID_JOB_DATA = 2 JOBNAME_MISSING = 3 OTHERS = 4.
BP_START_DATE_EDITOR CALL FUNCTION 'BP_START_DATE_EDITOR' EXPORTING STDT_DIALOG = BTC_YES STDT_INPUT = L_STARTSPECS STDT_OPCODE = BTC_EDIT_STARTDATE IMPORTING STDT_MODIFY_TYPE = L_START_MODIFY_FLAG STDT_OUTPUT = L_STARTSPECS EXCEPTIONS OTHERS = 1.
JOB_CLOSE CALL FUNCTION 'JOB_CLOSE' EXPORTING AT_OPMODE_PERIODIC = L_STARTSPECS-PERIODIC CALENDAR_ID = L_STARTSPECS-CALENDARID EVENT_ID = L_STARTSPECS-EVENTID EVENT_PARAM = L_STARTSPECS-EVENTPARM EVENT_PERIODIC = L_STARTSPECS-PERIODIC JOBCOUNT = JOBCOUNT JOBNAME = JOBNAME LASTSTRTDT = L_STARTSPECS-LASTSTRTDT LASTSTRTTM = L_STARTSPECS-LASTSTRTTM PRDDAYS = L_STARTSPECS-PRDDAYS PRDHOURS = L_STARTSPECS-PRDHOURS PRDMINS = L_STARTSPECS-PRDMINS PRDMONTHS = L_STARTSPECS-PRDMONTHS PRDWEEKS = L_STARTSPECS-PRDWEEKS PREDJOB_CHECKSTAT = L_STARTSPECS-CHECKSTAT PRED_JOBCOUNT = L_STARTSPECS-PREDJOBCNT PRED_JOBNAME = L_STARTSPECS-PREDJOB SDLSTRTDT = L_STARTSPECS-SDLSTRTDT SDLSTRTTM = L_STARTSPECS-SDLSTRTTM STARTDATE_RESTRICTION = L_STARTSPECS-PRDBEHAV STRTIMMED = L_START_IMMEDIATE TARGETSYSTEM = L_STARTSPECS-INSTNAME START_ON_WORKDAY_NOT_BEFORE = L_STARTSPECS-NOTBEFORE START_ON_WORKDAY_NR = L_STARTSPECS-WDAYNO WORKDAY_COUNT_DIRECTION = L_STARTSPECS-WDAYCDIR EXCEPTIONS OTHERS = 1.
BP_JOB_DELETE CALL FUNCTION 'BP_JOB_DELETE' EXPORTING JOBCOUNT = JOBCOUNT JOBNAME = JOBNAME EXCEPTIONS OTHERS = 1.
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 ROGDLF01 or its description.