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
Below is a list of transaction codes which are relevant to this SAP report
PACEN - New posting maintenance
PACO - Account/Posting maintenance PF
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.
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
INCLUDE MPACOTOP.
INCLUDE MPACOC01_IMP.
INCLUDE MPACOC01_IMP_ACC.
INCLUDE MPACOC01_IMP_ACV.
INCLUDE MPACOO01.
INCLUDE MPACOI01.
INCLUDE MPACOF01.
No SAP DATABASE tables are accessed within this REPORT code!
No SAP FUNCTION MODULES are executed within this report code!
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.