SAP Reports / Programs

SATC_AC_SETUP SAP ABAP Report - SATCACSETUP







SATC_AC_SETUP is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Use the options on this screen to control how the ATC works in this system...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.

If you would like to execute this report or see the full code listing simply enter SATC_AC_SETUP 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 SATC_AC_SETUP. "Basic submit
SUBMIT SATC_AC_SETUP AND RETURN. "Return to original report after report execution complete
SUBMIT SATC_AC_SETUP VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Text Symbol: GS1 = No automatic checks on transport release
Text Symbol: GS2 = Do automatic checks on transport release
Text Symbol: GS3 = Checks on transport release depend on user defaults
Text Symbol: NDC = Document is not available in the logon language
Text Symbol: NST = Storing Configuration Failed!
Text Symbol: P10 = Proposal for duration categories
Text Symbol: PA0 = Save Data
Text Symbol: PA1 = Save data before leaving?
Text Symbol: PA2 = Save data before leaving?
Text Symbol: REP = Replication Failed
Text Symbol: STP = Step & of 5
Text Symbol: X00 = Master system must not be initial
Text Symbol: X01 = RFC destination has to be set if master sysid <> current sysid
Text Symbol: X02 = RFC destination has to be initial if current system is master system


INCLUDES used within this REPORT SATC_AC_SETUP

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 = 'Save Data'(pa0) text_question = 'Save data before leaving?'(pa2) importing answer = answer.

ENQUEUE_ESATC_AC_CONFIG call function 'ENQUEUE_ESATC_AC_CONFIG' exporting mode_Satc_Ac_Config = 'E' " write lock exceptions foreign_Lock = 1 system_Failure = 2 others = 3.

POPUP_TO_CONFIRM call function 'POPUP_TO_CONFIRM' exporting titlebar = 'Save Data'(pa0) text_question = 'Save data before leaving?'(pa1) importing answer = answer.

DEQUEUE_ESATC_AC_CONFIG call function 'DEQUEUE_ESATC_AC_CONFIG'.

DSYS_SHOW call function 'DSYS_SHOW' exporting dokclass = i_Type doklangu = sy-langu dokname = i_Name doktitle = ' ' exceptions others = 1.

DSYS_SHOW call function 'DSYS_SHOW' exporting dokclass = i_Type doklangu = sy-langu dokname = i_Name doktitle = ' ' exceptions others = 1.

SATC_AC_TRANSFER_SETUP_UI call function 'SATC_AC_TRANSFER_SETUP_UI'.



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