SAP Reports / Programs | Service | Solution Manager | Service Data Download(SV-SMG-SDD) SAP SV

BDL_GET_DATA_AND_CREATE_SESSIO SAP ABAP Report - Report gets download data of a Session and creates a new Session







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


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 BDL_GET_DATA_AND_CREATE_SESSIO. "Basic submit
SUBMIT BDL_GET_DATA_AND_CREATE_SESSIO AND RETURN. "Return to original report after report execution complete
SUBMIT BDL_GET_DATA_AND_CREATE_SESSIO 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: 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


INCLUDES used within this REPORT BDL_GET_DATA_AND_CREATE_SESSIO

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:

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.



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