SAP Reports / Programs

/BDL/INIT_TASKMANAGER_SETTINGS SAP ABAP Report - Initialing report for Task manager and SDCC + RTCCTOOL tasks







/BDL/INIT_TASKMANAGER_SETTINGS 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/INIT_TASKMANAGER_SETTINGS 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/INIT_TASKMANAGER_SETTINGS. "Basic submit
SUBMIT /BDL/INIT_TASKMANAGER_SETTINGS AND RETURN. "Return to original report after report execution complete
SUBMIT /BDL/INIT_TASKMANAGER_SETTINGS 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: CUSTTREE = Fill table /bdl/cust_tree
Selection Text: FORCE = Overwrite mode (reset tables)
Selection Text: LOG_VIEW = Fill table /bdl/log_view
Selection Text: RFCDEST = Fill table /bdl/rfcdest
Selection Text: RTCCCUST = Fill table /bdl/rtcc_cust
Selection Text: SAPOSS = Fill table /bdl/saposs
Selection Text: SDCCCUST = Fill table /bdl/sdcc_cust
Selection Text: TASKATTR = Fill table /bdl/task_attr
Selection Text: TASKCUS2 = Fill table /bdl/task_cust2
Selection Text: TASKCUST = Fill table /bdl/task_cust
Selection Text: TASKICON = Fill table /bdl/task_icons
Selection Text: TASKREP = Fill table /bdl/taskrep
Selection Text: VIEWERS = Fill table /bdl/viewers
Title: Initializing report for Service Data Control Center (TA SDCCN)
Text Symbol: 001 = Settings set in table
Text Symbol: 002 = Settings failed in table


INCLUDES used within this REPORT /BDL/INIT_TASKMANAGER_SETTINGS

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:

/BDL/FILL_NEW_SDCC_SETTINGS CALL FUNCTION '/BDL/FILL_NEW_SDCC_SETTINGS' EXPORTING IF_FORCE = FORCE IF_CUSTTREE = CUSTTREE IF_RFCDEST = RFCDEST IF_RTCCCUST = RTCCCUST IF_SAPOSS = SAPOSS IF_SDCCCUST = SDCCCUST IF_TASKATTR = TASKATTR IF_TASKREP = TASKREP IF_TASKCUST = TASKCUST IF_TASKCUS2 = TASKCUS2 IF_TASKICON = TASKICON IF_LOG_VIEW = LOG_VIEW IF_VIEWERS = VIEWERS IMPORTING EF_CUSTTREE_OK = LF_CUSTTREE_OK * ef_rfcdest_ok = EF_RTCCCUST_OK = LF_RTCCCUST_OK EF_SAPOSS_OK = LF_SAPOSS_OK EF_SDCCCUST_OK = LF_SDCCCUST_OK EF_TASKATTR_OK = LF_TASKATTR_OK EF_TASKREP_OK = LF_TASKREP_OK EF_TASKCUST_OK = LF_TASKCUST_OK EF_TASKCUS2_OK = LF_TASKCUS2_OK EF_TASKICON_OK = LF_TASKICON_OK EF_LOG_VIEW_OK = LF_LOG_VIEW_OK EF_VIEWERS_OK = LF_VIEWERS_OK EXCEPTIONS OTHERS = 1.



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