INST_CUSTOMER_ACTIONS 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 INST_CUSTOMER_ACTIONS into the relevant SAP transactions such as SE38 or SE80
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.
Selection Text: SPECLNGJ = Japanese
Selection Text: SPECLNGE = English
Selection Text: SPECLNGD = German
Selection Text: PRINTDEV = Device type for sample printer
Selection Text: CUR = Customer-specific currency
Selection Text: SRV5 = Singapore (sapserv7)
Selection Text: SRV4 = Sydney (sapserv6)
Selection Text: SRV3 = Tokyo (sapserv5)
Selection Text: SRV2 = Foster City (sapserv4)
Selection Text: SRV1 = Walldorf (sapserv3)
Title: SAP Installation: Interactive Post-Processing
Text Symbol: 005 = Customizing client
Text Symbol: 004 = Start Transaction SSM1
Text Symbol: 003 = Error occurred when logging on to partner system
Text Symbol: 002 = Transport menus
Text Symbol: 001 = Customer-specific Customizing successful
Text Symbol: 011 = SAP Service Server for your region
Text Symbol: 010 = Language for maintaining system description
Text Symbol: 007 = in client 200
Text Symbol: 006 = Regenerate SAP and customer menus
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
LIST_FROM_MEMORY *CALL FUNCTION 'LIST_FROM_MEMORY' * TABLES * LISTOBJECT = ICUR1 * EXCEPTIONS * NOT_FOUND = 1 * OTHERS = 2.
LIST_FROM_MEMORY *CALL FUNCTION 'LIST_FROM_MEMORY' * TABLES * LISTOBJECT = ICUR2 * EXCEPTIONS * NOT_FOUND = 1 * OTHERS = 2.
LIST_FROM_MEMORY *CALL FUNCTION 'LIST_FROM_MEMORY' * TABLES * LISTOBJECT = ICUR3 * EXCEPTIONS * NOT_FOUND = 1 * OTHERS = 2.
DISPLAY_LIST *CALL FUNCTION 'DISPLAY_LIST' "Output Result Screens * TABLES * LISTOBJECT = ICUR1 * EXCEPTIONS * EMPTY_LIST = 1 * OTHERS = 2.
DISPLAY_LIST *CALL FUNCTION 'DISPLAY_LIST' * TABLES * LISTOBJECT = ICUR2 * EXCEPTIONS * EMPTY_LIST = 1 * OTHERS = 2.
DISPLAY_LIST *CALL FUNCTION 'DISPLAY_LIST' * TABLES * LISTOBJECT = ICUR3 * EXCEPTIONS * EMPTY_LIST = 1 * OTHERS = 2.
RFC_MODIFY_R3_DESTINATION * CALL FUNCTION 'RFC_MODIFY_R3_DESTINATION' * EXPORTING * DESTINATION = 'SSM1' * ACTION = 'I' * CLIENT = '200' * DESCRIPTION = text-005 * EXCEPTIONS * OTHERS = 8.
SAA_REMOTE_TRANSACTION * CALL FUNCTION 'SAA_REMOTE_TRANSACTION' * DESTINATION 'SSM1' * EXPORTING * TCODE = 'SSM1' * EXCEPTIONS * OTHERS = 3 * .
RFC_MODIFY_R3_DESTINATION * CALL FUNCTION 'RFC_MODIFY_R3_DESTINATION' * EXPORTING * DESTINATION = 'SSM1' * ACTION = 'D' * EXCEPTIONS * OTHERS = 8.
SXPG_CALL_SYSTEM * CALL FUNCTION 'SXPG_CALL_SYSTEM' * EXPORTING * COMMANDNAME = COMMANDNAME * ADDITIONAL_PARAMETERS = PARAMETER * TABLES * EXEC_PROTOCOL = OUTPUT * EXCEPTIONS * NO_PERMISSION = 1 * COMMAND_NOT_FOUND = 2 * PARAMETERS_TOO_LONG = 3 * SECURITY_RISK = 4 * WRONG_CHECK_CALL_INTERFACE = 5 * PROGRAM_START_ERROR = 6 * PROGRAM_TERMINATION_ERROR = 7 * X_ERROR = 8 * PARAMETER_EXPECTED = 9 * TOO_MANY_PARAMETERS = 10 * ILLEGAL_COMMAND = 11 * OTHERS = 12.
INST_GET_PARAM * CALL FUNCTION 'INST_GET_PARAM' * EXPORTING * PARA_NAME = 'UTILSRV' * IMPORTING * PARA_VALUE = PARA_VALUE * CALL_MODE = IV_CALLMODE * EXCEPTIONS * OTHERS = 99.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
INST_CUSTOMER_ACTIONS - SAP Installation: Interactive Post-Processing INST_CUSTOMER_ACTIONS - SAP Installation: Interactive Post-Processing INST_CREATE_RFC_DEST - Program INST_CREATE_RFC_DEST INST_CREATE_RFC_DEST - Program INST_CREATE_RFC_DEST INST_CREATE_CUA_PARAM - INSTCREATECUAPARAM INST_CREATE_CUA_MODULES - INSTCREATECUAMODULES