SAP Reports / Programs | Basis Components | Installation Tools(BC-INS) SAP BC

INST_CUSTOMER_ACTIONS SAP ABAP Report - SAP Installation: Interactive Post-Processing







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


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 INST_CUSTOMER_ACTIONS. "Basic submit
SUBMIT INST_CUSTOMER_ACTIONS AND RETURN. "Return to original report after report execution complete
SUBMIT INST_CUSTOMER_ACTIONS 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: 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


INCLUDES used within this REPORT INST_CUSTOMER_ACTIONS

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:

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.



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