SAP Reports / Programs

SAPMPBS0ACTIONS SAP ABAP Report - Nature of Actions Main Module pool







SAPMPBS0ACTIONS 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 SAPMPBS0ACTIONS 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

HRPBSUSACTION - Nature of Actions


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


Text pool values


Title: Nature of Actions Main Module pool
Text Symbol: 024 = Would you like to view the data in display mode?
Text Symbol: 025 = Processing cancelled
Text Symbol: 026 = Error during generation in line
Text Symbol: 027 = Word:
Text Symbol: 028 = at offset
Text Symbol: 029 = Compiling Error
Text Symbol: 030 = Evaluation cannot be processed!
Text Symbol: 031 = Nature of Actions
Text Symbol: 032 = Locked Actions
Text Symbol: 033 = Saved in Locked Mode
Text Symbol: 034 = NOA Rmk# R.Code Remark
Text Symbol: 035 = Remark code not found.
Text Symbol: 036 = Nature of Action Code not found. CPDF not submitted.
Text Symbol: 037 = Folder
Text Symbol: 038 = Action
Text Symbol: 039 = Locked Action
Text Symbol: 040 = Do you still want to close
Text Symbol: 041 = the Remarks Editor?
Text Symbol: 042 = Remarks Editor
Text Symbol: 043 = Message for infotype
Text Symbol: 044 = Blank
Text Symbol: 023 = Employee Locked
Text Symbol: 001 = My Folder
Text Symbol: 002 = Validation Complete
Text Symbol: 003 = Hide History
Text Symbol: 004 = Show History
Text Symbol: 005 = Hide Field Names
Text Symbol: 006 = Show Field Names
Text Symbol: 007 = Show Action Tree
Text Symbol: 008 = Hide Action Tree
Text Symbol: 009 = Error reading documentation
Text Symbol: 010 = Error determining Action
Text Symbol: 011 = Display Edit Options
Text Symbol: 012 = Hide Edit Options
Text Symbol: 013 = Error reading change date. Using
Text Symbol: 014 = for key date.
Text Symbol: 015 = Load New Data





Text Symbol: 016 = Process OK Code
Text Symbol: 017 = Which option would you like?
Text Symbol: 018 = Overwrite Action?
Text Symbol: 019 = Yes
Text Symbol: 020 = No
Text Symbol: 021 = Inconsistent Input
Text Symbol: 022 = Do you want to overwrite the action?


INCLUDES used within this REPORT SAPMPBS0ACTIONS

INCLUDE: MPBS0ACTIONSTOP,
MPBS0ACTIONSRMK, "REMARKS DEFINITIONS
MPBS0ACTIONSC00, "CLASS DEFINITION
MPBS0ACTIONSO00, "PBO MODULES
MPBS0ACTIONSI00, "PAI MODULES
MPBS0ACTIONSE00, "EXIT MODULES
MPBS0ACTIONSF00, "FORM I
MPBS0ACTIONSF20, "FORM II
MPBS0ACTIONSF40, "FORM III
MPBS0ACTIONSF50, "FORM IV
MPBS0ACTIONSF80, "FORM V
MPBS0ACTIONSFRK. "FORM REMARKS
INCLUDE MPBS0ACTIONSF60.


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:

No SAP FUNCTION MODULES are executed within this report code!



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