SAP Reports / Programs | Default Risk and Limit System | Bank Components | Default Risk and Limit System(IS-B-RA-CL) SAP IS

RFTBLRE1 SAP ABAP Report - Reservations: Collective Processing







RFTBLRE1 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for You can use this report program to generate a worklist for reservations, from which you can then extend the reservations, flag them for deletion, or edit them directly...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.

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


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

TLR4 - Reservations: Mass Processing


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 RFTBLRE1. "Basic submit
SUBMIT RFTBLRE1 AND RETURN. "Return to original report after report execution complete
SUBMIT RFTBLRE1 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: S_ARNR = Reservation Number
Selection Text: S_CRUSER = Created By
Selection Text: S_RESEND = End of Reservation Period
Selection Text: S_SRES = Search Term
Selection Text: S_UPUSER = Last Changed By
Title: Reservations: Collective Processing
Text Symbol: DUM =
Text Symbol: P01 = Should the data
Text Symbol: P02 = be saved first?
Text Symbol: P03 = Cancel anyway?
Text Symbol: POP = Enter the end of the reservation period
Text Symbol: S01 = Reservation Data
Text Symbol: S02 = User Data
Text Symbol: T01 = Exit Reservation Processing


INCLUDES used within this REPORT RFTBLRE1

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:

REUSE_ALV_HIERSEQ_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_HIERSEQ_LIST_DISPLAY' EXPORTING * I_INTERFACE_CHECK = ' ' I_CALLBACK_PROGRAM = I_REPID I_CALLBACK_PF_STATUS_SET = 'PF_STATUS_SET' * i_callback_user_command = 'USER_COMMAND' IS_LAYOUT = GS_LAYOUT IT_FIELDCAT = GT_FIELDCAT[] * IT_EXCLUDING = * IT_SPECIAL_GROUPS = * it_sort = gt_sort[] * 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 = variant IT_EVENTS = GT_EVENTS[] * IT_EVENT_EXIT = I_TABNAME_HEADER = CON_HEADERTAB I_TABNAME_ITEM = CON_ITEMTAB I_STRUCTURE_NAME_HEADER = 'VTBLRH' I_STRUCTURE_NAME_ITEM = 'VTBLRPX' IS_KEYINFO = GS_KEYINFO * IS_PRINT = * IS_REPREP_ID = IMPORTING * E_EXIT_CAUSED_BY_CALLER = ES_EXIT_CAUSED_BY_USER = GS_USER_EXIT TABLES T_OUTTAB_HEADER = T_VTBLRH_NEU T_OUTTAB_ITEM = T_VTBLRPX EXCEPTIONS PROGRAM_ERROR = 1 OTHERS = 2.

TB_LIMIT_ALV_BUILD_KEYINFO CALL FUNCTION 'TB_LIMIT_ALV_BUILD_KEYINFO' EXPORTING I_TABNAME_H = 'VTBLRH' I_TABNAME_I = 'VTBLRP' IMPORTING GS_KEYINFO = GS_KEYINFO EXCEPTIONS INTERNAL_ERR = 1 OTHERS = 2.

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

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

TB_LIMIT_ALV_BUILD_EVENTS CALL FUNCTION 'TB_LIMIT_ALV_BUILD_EVENTS' IMPORTING IT_EVENTS = GT_EVENTS[] EXCEPTIONS INTERNAL_ERR = 1 OTHERS = 2.

TB_LIMIT_ACT_GET CALL FUNCTION 'TB_LIMIT_ACT_GET' IMPORTING E_LR_ACT = L_LR_ACT.

POPUP_GET_VALUES CALL FUNCTION 'POPUP_GET_VALUES' EXPORTING POPUP_TITLE = TEXT-POP IMPORTING RETURNCODE = L_OKCODE TABLES FIELDS = L_FIELDS[] EXCEPTIONS ERROR_IN_FIELDS = 1 OTHERS = 2.

TB_LIMIT_RES_UPDATE_PRE CALL FUNCTION 'TB_LIMIT_RES_UPDATE_PRE' EXPORTING I_CHECK_ONLY = CHECK_ONLY I_SYNC = XTRUE I_VTBLRH_N = WA_VTBLRH_NEU I_VTBLRH_O = WA_VTBLRH_ALT I_VTBLRP_N = LT_VTBLRP[] I_VTBLRP_O = LT_VTBLRP[] IMPORTING E_CHANGE = L_CHANGE EXCEPTIONS OTHERS = 1.

POPUP_TO_CONFIRM_STEP CALL FUNCTION 'POPUP_TO_CONFIRM_STEP' EXPORTING DEFAULTOPTION = 'Y' TEXTLINE1 = TEXT-P01 TEXTLINE2 = TEXT-P02 TITEL = TEXT-T01 IMPORTING ANSWER = P_G_ANSWER EXCEPTIONS OTHERS = 1.

POPUP_TO_CONFIRM_LOSS_OF_DATA CALL FUNCTION 'POPUP_TO_CONFIRM_LOSS_OF_DATA' EXPORTING TEXTLINE1 = TEXT-P03 TITEL = TEXT-T01 IMPORTING ANSWER = P_G_ANSWER EXCEPTIONS OTHERS = 1.

ENQUEUE_E_VTBLRH CALL FUNCTION 'ENQUEUE_E_VTBLRH' EXPORTING ARNR = T_VTBLRH_NEU-ARNR EXCEPTIONS FOREIGN_LOCK = 1 SYSTEM_FAILURE = 2 OTHERS = 3.

DEQUEUE_E_VTBLRH CALL FUNCTION 'DEQUEUE_E_VTBLRH' EXPORTING ARNR = T_VTBLRH_NEU-ARNR EXCEPTIONS OTHERS = 1.

KL_TZ_GET_DATA_FROM_KLEVDEFT CALL FUNCTION 'KL_TZ_GET_DATA_FROM_KLEVDEFT' EXPORTING I_EV = U_SLE IMPORTING E_KLEVDEFT = L_KLEVDEFT EXCEPTIONS OTHERS = 1.

TB_LIMIT_NOTICES_MAINTAIN_RES CALL FUNCTION 'TB_LIMIT_NOTICES_MAINTAIN_RES' EXPORTING I_DISPLAY = XFALSE I_VTBLRH = L_VTBLRH IMPORTING E_EXIST = L_EXIST.



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