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

/BDL/INITIALIZE_SDCCN_A1S SAP ABAP Report - Local initialisation of new Service Data Control Center







/BDL/INITIALIZE_SDCCN_A1S 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/INITIALIZE_SDCCN_A1S 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/INITIALIZE_SDCCN_A1S. "Basic submit
SUBMIT /BDL/INITIALIZE_SDCCN_A1S AND RETURN. "Return to original report after report execution complete
SUBMIT /BDL/INITIALIZE_SDCCN_A1S 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: OSS = Create RFC destination to SAP
Title: Local initialisation of new Service Data Control Center
Text Symbol: M01 = Activation successful
Text Symbol: M02 = Old job AUTO_SESSION_MANAGER could not be deleted.
Text Symbol: M03 = Please delete the job manually in TA sm37.
Text Symbol: M04 = Then restart this report.
Text Symbol: M05 = Activate Service Data Control Center?
Text Symbol: M06 = Activation aborted.
Text Symbol: M07 = No authorization.
Text Symbol: M08 = Destination to SAP created
Text Symbol: M09 = AUTO_SESSION_MANAGER descheduled
Text Symbol: M10 = Settings filled
Text Symbol: M11 = Service Data Control Manager tasks created
Text Symbol: M12 = Task processor scheduled
Text Symbol: M13 = Jobname
Text Symbol: M14 = Unknwon error.
Text Symbol: T01 = Please confirm


INCLUDES used within this REPORT /BDL/INITIALIZE_SDCCN_A1S

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:

POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING TITLEBAR = 'Activate Service Data Control Center?'(M05) * DIAGNOSE_OBJECT = ' ' TEXT_QUESTION = 'Please confirm'(T01) * TEXT_BUTTON_1 = 'Ja'(001) * ICON_BUTTON_1 = ' ' * TEXT_BUTTON_2 = 'Nein'(002) * ICON_BUTTON_2 = ' ' * DEFAULT_BUTTON = '1' * DISPLAY_CANCEL_BUTTON = 'X' * USERDEFINED_F1_HELP = ' ' * START_COLUMN = 25 * START_ROW = 6 * POPUP_TYPE = IMPORTING ANSWER = LF_ANSWER * TABLES * PARAMETER = EXCEPTIONS TEXT_NOT_FOUND = 1 OTHERS = 2.

/BDL/INITIALIZE_SDCCN_A1S CALL FUNCTION '/BDL/INITIALIZE_SDCCN_A1S' EXPORTING IF_FILL_SETTING = 'X' IF_CREATE_TASK = SPACE IF_SCHEDULE_JOB = 'X' IMPORTING EF_FILL_SETTING_OK = LF_FILL_SETTING_OK EF_MESS_FILL_SETTING = LF_MESS_FILL_SETTING EF_CREATE_TASK_OK = LF_CREATE_TASK_OK EF_MESS_CREATE_TASK = LF_MESS_CREATE_TASK EF_SCHEDULE_JOB = LF_SCHEDULE_JOB EF_MESS_SCHEDULE_JOB = LF_MESS_SCHEDULE_JOB ES_JOB = LS_JOB EXCEPTIONS NO_AUTHORIZATION = 1 OTHERS = 2.



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