SAP Reports / Programs

SAPMPACO SAP ABAP dialog Program - Account/Posting Maintenance PF







SAPMPACO is a standard Module pool for a dialog screen ABAP Program 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 SAPMPACO 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

PACEN - New posting maintenance
PACO - Account/Posting maintenance PF


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


Text pool values


Title: Account/Posting Maintenance PF
Text Symbol: I14 = Open
Text Symbol: I15 = Completed
Text Symbol: I16 = Canceled
Text Symbol: V30 = Period
Text Symbol: V60 = All Postings
Text Symbol: V70 = Unsaved postings
Text Symbol: V80 = Account Information
Text Symbol: V90 = Fund:
Text Symbol: VA0 = Start postings:
Text Symbol: VB0 = End postings:
Text Symbol: VC0 = Lock date :
Text Symbol: VD0 = Authorization group:
Text Symbol: VE0 = Last change:
Text Symbol: VF0 = Changed by:
Text Symbol: VG0 = Acc. currncy:
Text Symbol: VH0 = Belonging personnel nos
Text Symbol: VI0 = Account view:
Text Symbol: VJ0 = Layout:
Text Symbol: VK0 = Filter for Field:
Text Symbol: VL0 = Cancel posting
Text Symbol: VM0 = Account $ACC in the $KAS for $ENAM (Pernr $PERN)
Text Symbol: VN0 = No postings
Text Symbol: VN1 = $N Posting(s)
Text Symbol: C10 = Subs. posting(s) for $VTY from $VAL $WAE
Text Symbol: C20 = Account view
Text Symbol: C30 = Value
Text Symbol: F30 = Display
Text Symbol: F40 = Change
Text Symbol: F50 = Do you want to save the new postings?
Text Symbol: F55 = Yes
Text Symbol: F56 = No
Text Symbol: F60 = Save postings?
Text Symbol: F70 = Initialization
Text Symbol: F80 = Read postings
Text Symbol: F90 = Set up account views
Text Symbol: FA0 = Errors/Warnings
Text Symbol: FB0 = Calculations for posting maintenance





Text Symbol: FL0 = Value based directly on postings
Text Symbol: FL1 = Calculated value
Text Symbol: FL2 = Posting in database (saved)
Text Symbol: FL3 = New posting (not saved)
Text Symbol: FL4 = Open posting (normal case)
Text Symbol: FL5 = Posting completed
Text Symbol: I10 = Posted
Text Symbol: I11 = Calculated
Text Symbol: I12 = Saved
Text Symbol: I13 = Not saved


INCLUDES used within this REPORT SAPMPACO

INCLUDE MPACOTOP.
INCLUDE MPACOC01_IMP.
INCLUDE MPACOC01_IMP_ACC.
INCLUDE MPACOC01_IMP_ACV.
INCLUDE MPACOO01.
INCLUDE MPACOI01.
INCLUDE MPACOF01.


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