BDL_GET_SESSION_DATA 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 BDL_GET_SESSION_DATA 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.
Selection Text: CTPSESNO = Get Session Number
Selection Text: CTQSESNO = Save to Session Number
Selection Text: DEST = Get Session from System (RFC)
Title: Report gets session data per RFC call into the system
Text Symbol: 001 = ERROR: Modify local BDLDATCOL failed.
Text Symbol: 002 = Modify local BDLDTOC failed.
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
RFC_GET_FUNCTION_INTERFACE_P CALL FUNCTION 'RFC_GET_FUNCTION_INTERFACE_P' DESTINATION dest EXPORTING funcname = 'BDL_GET_SESSION' * LANGUAGE = SY-LANGU TABLES params_p = gt_para_y EXCEPTIONS fu_not_found = 1 nametab_fault = 2 communication_failure = 98 MESSAGE msg_text system_failure = 99 MESSAGE msg_text OTHERS = 5.
BDL_GET_SESSION CALL FUNCTION 'BDL_GET_SESSION' DESTINATION dest EXPORTING limit = '9999' TABLES replicationqueue = keyfield clusterdata = cludat tocdata = cludat2 EXCEPTIONS no_data = 3 communication_failure = 98 MESSAGE msg_text system_failure = 99 MESSAGE msg_text OTHERS = 5.
RFC_GET_FUNCTION_INTERFACE_P CALL FUNCTION 'RFC_GET_FUNCTION_INTERFACE_P' DESTINATION dest EXPORTING funcname = lf_funcname * LANGUAGE = SY-LANGU TABLES params_p = gt_para_y EXCEPTIONS fu_not_found = 1 nametab_fault = 2 communication_failure = 98 MESSAGE msg_text system_failure = 99 MESSAGE msg_text OTHERS = 5.
RFC_GET_FUNCTION_INTERFACE_P CALL FUNCTION 'RFC_GET_FUNCTION_INTERFACE_P' DESTINATION dest EXPORTING funcname = lf_funcname "SMW 16.05.2007
POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING titlebar = 'Data already filled' "#EC NOTEXT * DIAGNOSE_OBJECT = ' ' text_question = 'Would you like to overwrite the existing download data?' "#EC NOTEXT * TEXT_BUTTON_1 = 'Ja'(001) * ICON_BUTTON_1 = ' ' * TEXT_BUTTON_2 = 'Nein'(002) * ICON_BUTTON_2 = ' ' * DEFAULT_BUTTON = '1' display_cancel_button = ' ' * USERDEFINED_F1_HELP = ' ' * START_COLUMN = 25 * START_ROW = 6 * POPUP_TYPE = IMPORTING answer = answer * TABLES * PARAMETER = EXCEPTIONS text_not_found = 1 OTHERS = 2.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
BDL_GET_SESSION_DATA - Report gets session data per RFC call into the system BDL_GET_SESSION_DATA - Report gets session data per RFC call into the system BDL_GET_DATA_AND_CREATE_SESSIO - Report gets download data of a Session and creates a new Session BDL_GET_DATA_AND_CREATE_SESSIO - Report gets download data of a Session and creates a new Session BDL_GENERATE_ALL_INCLUDES - Generates all Reimport-Includes new BDL_GENERATE_ALL_INCLUDES - Generates all Reimport-Includes new