SAP Reports / Programs | Portioning and scheduling | SAP Utilities | Portioning and scheduling(IS-U-BF-PS) SAP IS

REATER11_ALV_FORM_ROUTINES SAP ABAP INCLUDE - Include REATER11_ALV_FORM_ROUTINES







REATER11_ALV_FORM_ROUTINES 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 REATER11_ALV_FORM_ROUTINES 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 REATER11_ALV_FORM_ROUTINES. "Basic submit
SUBMIT REATER11_ALV_FORM_ROUTINES AND RETURN. "Return to original report after report execution complete
SUBMIT REATER11_ALV_FORM_ROUTINES VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: Include REATER11_ALV_FORM_ROUTINES


INCLUDES used within this REPORT REATER11_ALV_FORM_ROUTINES

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:

ISU_DB_TE417_SELECT_IN_RANGE * CALL FUNCTION 'ISU_DB_TE417_SELECT_IN_RANGE' * EXPORTING * X_MAXROWS = L_MAXROWS * IMPORTING * Y_COUNT = L_COUNT * TABLES * YT_TE417 = XT_TE417 * TX_TERMSCHL = IR_TERMSCHL * TX_TERMTDAT = LR_TERMTDAT ** TX_ABRDATS = ** TX_ABRVORG = * EXCEPTIONS * NOT_FOUND = 1 * SYSTEM_ERROR = 2 * PARAMETER_ERROR = 3 * INTERNAL_ERROR = 4 * UNQUALIFIED_SELECT = 5 * OTHERS = 6.

ISU_DB_TE423_SELECT_BBILDATES * CALL FUNCTION 'ISU_DB_TE423_SELECT_BBILDATES' * EXPORTING * X_TERMSA = 'P' * X_TERMSCHL = IT_TE417-TERMSCHL * X_TERMTDAT = IT_TE417-TERMTDAT * X_ABSZYK = L_ABSZYK ** X_MAXCOUNT = 0 * X_SORT = C_YES * X_ACTUAL = C_YES ** IMPORTING ** Y_COUNT = ** Y_OVERFLOW = ** Y_TE423 = * TABLES * T_TE423 = LT_TE423 * EXCEPTIONS * NOT_FOUND = 1 * SYSTEM_ERROR = 2 * NOT_QUALIFIED = 3 * OTHERS = 4.

REUSE_ALV_HIERSEQ_LIST_DISPLAY * CALL FUNCTION 'REUSE_ALV_HIERSEQ_LIST_DISPLAY' * EXPORTING ** I_INTERFACE_CHECK = ' ' * I_CALLBACK_PROGRAM = SY-CPROG ** I_CALLBACK_PF_STATUS_SET = slis_ev_pf_status_set * I_CALLBACK_USER_COMMAND = SLIS_EV_USER_COMMAND * IS_LAYOUT = IS_LAYOUT_ALV * IT_FIELDCAT = IT_FIELDCAT_ALV[] ** IT_EXCLUDING = ** IT_SPECIAL_GROUPS = * IT_SORT = IT_SORTINFO_ALV[] ** IT_FILTER = ** IS_SEL_HIDE = ** I_SCREEN_START_COLUMN = 0 ** I_SCREEN_START_LINE = 0 ** I_SCREEN_END_COLUMN = 0 ** I_SCREEN_END_LINE = 0 * I_DEFAULT = 'X' * I_SAVE = 'A' * IS_VARIANT = 'X' * IT_EVENTS = IT_EVENT_ALV[] * IT_EVENT_EXIT = IT_EVENT_EXIT_ALV[] * I_TABNAME_HEADER = 'GT_OUTPUTTAB_HEAD' * I_TABNAME_ITEM = 'GT_OUTPUTTAB_ITEM' ** I_STRUCTURE_NAME_HEADER = ** I_STRUCTURE_NAME_ITEM = * IS_KEYINFO = IS_KEYINFO_ALV ** IS_PRINT = ** IS_REPREP_ID = ** IMPORTING ** E_EXIT_CAUSED_BY_CALLER = ** ES_EXIT_CAUSED_BY_USER = * TABLES * T_OUTTAB_HEADER = GT_OUTPUTTAB_HEAD * T_OUTTAB_ITEM = GT_OUTPUTTAB_ITEM * EXCEPTIONS * PROGRAM_ERROR = 1 * OTHERS = 2.

REUSE_ALV_FIELDCATALOG_MERGE * CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' * EXPORTING ** I_PROGRAM_NAME = ** I_INTERNAL_TABNAME = * I_STRUCTURE_NAME = I_TABNAME ** I_CLIENT_NEVER_DISPLAY = 'X' ** I_INCLNAME = * CHANGING * CT_FIELDCAT = XT_FIELDCAT_ALV[] * EXCEPTIONS * INCONSISTENT_INTERFACE = 1 * PROGRAM_ERROR = 2 * OTHERS = 3.



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 REATER11_ALV_FORM_ROUTINES or its description.