SAP Reports / Programs

RPASR_TEST_PROCESS_EXECUTION SAP ABAP Report - Test Process







RPASR_TEST_PROCESS_EXECUTION is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for You can use this report to execute a process for test purposes without a Portal environment or form application; in this way, you can test the backend functions...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 RPASR_TEST_PROCESS_EXECUTION into the relevant SAP transactions such as SE38 or SE80


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

HRASR_TEST_PROCESS - Test Process Execution


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 RPASR_TEST_PROCESS_EXECUTION. "Basic submit
SUBMIT RPASR_TEST_PROCESS_EXECUTION AND RETURN. "Return to original report after report execution complete
SUBMIT RPASR_TEST_PROCESS_EXECUTION 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: PROCESS = D .
Selection Text: PERNR = D .
Selection Text: WORKITEM = Work Item
Selection Text: P_WEBDY = Web Dynpro Screen
Selection Text: P_R3 = SAP GUI
Selection Text: PROCREF = Process Reference Number
Selection Text: OTYPE = Object Type
Selection Text: OBJKEY = Object Key
Selection Text: INROLE = Role of Initiator
Selection Text: APPL = Application
Title: Test Process
Text Symbol: 141 = Field Name
Text Symbol: 142 = Field Label
Text Symbol: 143 = Field Value
Text Symbol: 144 = Value Help
Text Symbol: 145 = Provisional Version Generated After Exiting the Application
Text Symbol: 146 = Provisional Version Generated
Text Symbol: 147 = Work Item Is Not Deleted. Check Workflow Log
Text Symbol: 148 = Deleting Draft
Text Symbol: 149 = Work Item with Status "Processed" Cannot Be Processed
Text Symbol: 150 = Select an Employee
Text Symbol: 151 = Choose a valid object type
Text Symbol: 152 = Process and Lead Object Type Do Not Match
Text Symbol: 153 = Provisional Version
Text Symbol: 154 = Provisional Version Appears in Your Inbox As Work Item
Text Symbol: 155 = Select a Valid Object ID
Text Symbol: 156 = This feature is not available
Text Symbol: T01 = New Comment
Text Symbol: T02 = Previous Comments
Text Symbol: T03 = Process with FPM form type not supported
Text Symbol: T04 = Error - not possible to start process; invalid URL
Text Symbol: T05 = This report does not support processes of the form type mass form
Text Symbol: T06 = This report does not support processes of the form type Roadmap in SAP GUI
Text Symbol: 140 = Index
Text Symbol: 001 = Yes
Text Symbol: 002 = No
Text Symbol: 003 = Start New Process
Text Symbol: 004 = Execute Dialog Step of Process





Text Symbol: 098 = Options for Application Start
Text Symbol: 099 = Select Application
Text Symbol: 101 = No Value Help
Text Symbol: 110 = Value
Text Symbol: 111 = Name
Text Symbol: 113 = Specify Process That You Want To Review
Text Symbol: 114 = Work Item Not Found; Check Workflow Log
Text Symbol: 115 = Highest Workflow Level:
Text Symbol: 116 = WorkItem:
Text Symbol: 117 = Process Reference Number:
Text Symbol: 118 = Review Without Errors
Text Symbol: 119 = Application Log
Text Symbol: 121 = Work Item Is Created
Text Symbol: 122 = Workflow with Errors
Text Symbol: 123 = Workflow Completed
Text Symbol: 124 = Work Item Not Found
Text Symbol: 125 = Work Item Not Found; Workflow Not Started
Text Symbol: 126 = Process Object Not Created
Text Symbol: 127 = More Than One Process Instance Found; Last Instance Selected
Text Symbol: 128 = Single Level Process Completed
Text Symbol: 129 = Form Scenario Data
Text Symbol: 130 = Several Workflows Were Found; First Work Item Was Selected
Text Symbol: 131 = Other Workflows Were Processed In Sequence
Text Symbol: 132 = If You Cannot Resolve Error(s), Choose "Forward to Expert" Pushbutton
Text Symbol: 133 = Process Step Can Also Be Excluded with Errors
Text Symbol: 134 = Choose "Next Step" Pushbutton If You Want to Complete Process Step Without First Resolving Errors
Text Symbol: 135 = In This Work Item, Errors Occurred That You As Expert Should Resolve
Text Symbol: 136 = These Errors Were Created for User:
Text Symbol: 137 = These Errors Were Created in Background Step


INCLUDES used within this REPORT RPASR_TEST_PROCESS_EXECUTION

INCLUDE RPASR_TEST_PROCESS_EXECUTE_F01.
INCLUDE RPASR_TEST_PROCESS_EXECUTE_PBO.
INCLUDE RPASR_TEST_PROCESS_EXECUTE_PAI.


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:

VIEW_GET_CLIENT_STATE CALL FUNCTION 'VIEW_GET_CLIENT_STATE' IMPORTING client_state = client_state.

BAL_LOG_CREATE CALL FUNCTION 'BAL_LOG_CREATE' EXPORTING i_s_log = g_s_log EXCEPTIONS OTHERS = 1.

WDY_CONSTRUCT_URL





* CALL FUNCTION 'WDY_CONSTRUCT_URL' * EXPORTING ** PROTOCOL = ** INTERNALMODE = 'X' * application = 'ASR_PROCESS_EXECUTE_OVP' * parameters = lt_param * IMPORTING * out_url = lv_url.



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