SAP Reports / Programs

SAPRSATC_STEP_REGISTRATION SAP ABAP Report - Register a New ATC Module in the ATC "Meta Data Repository"







SAPRSATC_STEP_REGISTRATION 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 SAPRSATC_STEP_REGISTRATION 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 SAPRSATC_STEP_REGISTRATION. "Basic submit
SUBMIT SAPRSATC_STEP_REGISTRATION AND RETURN. "Return to original report after report execution complete
SUBMIT SAPRSATC_STEP_REGISTRATION VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: Register a New ATC Module in the ATC "Meta Data Repository"
Text Symbol: 001 = SAP internal only!
Text Symbol: 002 = Condition
Text Symbol: 003 = Invalid Step Type
Text Symbol: DEQ = Delete registration of step for &1?
Text Symbol: DET = Delete &


INCLUDES used within this REPORT SAPRSATC_STEP_REGISTRATION

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 = title text_question = line importing answer = answer exceptions text_Not_Found = 1.

RS_TASK_OVERVIEW call function 'RS_TASK_OVERVIEW'.

TR_TADIR_POPUP_ENTRY_E071 call function 'TR_TADIR_POPUP_ENTRY_E071' exporting wi_E071_pgmid = 'R3TR' wi_E071_object = 'ATCS' wi_E071_obj_Name = trobjname exceptions display_Mode = 1 exit = 2 global_Tadir_Insert_Error = 3 no_Repair_Selected = 4 no_Systemname = 5 no_Systemtype = 6 no_Tadir_Type = 7 reserved_Name = 8 tadir_Enqueue_Failed = 9 devclass_Not_Found = 10 tadir_Not_Exist = 11 object_Exists = 12 internal_Error = 13 object_Append_Error = 14 tadir_Modify_Error = 15 object_locked = 16 no_object_Authority = 17 others = 18.



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