BDL_GET_DATA_AND_CREATE_SESSIO 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_DATA_AND_CREATE_SESSIO 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: DEST = Get Session from System (RFC)
Title: Report gets download data of a Session and creates a new Session
Text Symbol: 001 = ERROR: Modify local BDLDATCOL failed.
Text Symbol: 002 = Modify local BDLDTOC failed.
Text Symbol: 003 = Create session with your user?
Text Symbol: 004 = If not, the session will be created with the user of the source system.
Text Symbol: 005 = Decision
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 = lf_funcname "SMW 16.05.2007
POPUP_TO_CONFIRM_STEP CALL FUNCTION 'POPUP_TO_CONFIRM_STEP' EXPORTING defaultoption = 'Y' textline1 = text-003 textline2 = text-004 titel = text-005 start_column = 25 start_row = 6 cancel_display = 'X' IMPORTING answer = answer EXCEPTIONS OTHERS = 5.
RFC_GET_FUNCTION_INTERFACE_P CALL FUNCTION 'RFC_GET_FUNCTION_INTERFACE_P' EXPORTING funcname = 'DSVAS_ADMIN_SESSION_CREATE' * LANGUAGE = SY-LANGU TABLES params_p = gt_para_y EXCEPTIONS fu_not_found = 1 nametab_fault = 2 OTHERS = 5.
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 "SMW 16.05.2007
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 = 5.
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_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 BDL_DESCHEDULE_EWA_FROM_ASM - Deschedules the periodic Early Watch Alerts from the ASM BDL_DESCHEDULE_EWA_FROM_ASM - Deschedules the periodic Early Watch Alerts from the ASM