SAPMOIUCI_PPD 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 SAPMOIUCI_PPD into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
O3UCI_PPD - PRA Payment Posting Desktop
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: PRA Payment Posting Desktop
Text Symbol: I11 = AR Price tolerance warnings
Text Symbol: I10 = Written off
Text Symbol: I09 = Marked for writeoff
Text Symbol: I08 = Error halted saving
Text Symbol: I07 = Line posted successfully
Text Symbol: I06 = Line valued successfully
Text Symbol: I05 = Detail line has errors
Text Symbol: I04 = Detail line has warnings
Text Symbol: I03 = Equal to detail lines sum
Text Symbol: I02 = Less than detail lines sum
Text Symbol: I01 = Greater than detail lines sum
Text Symbol: 042 = Remitter Name
Text Symbol: 041 = Data will be deleted. Continue?
Text Symbol: 040 = DELETE
Text Symbol: 039 = Entered By
Text Symbol: 038 = Calc Check Amt
Text Symbol: 037 = Ctrl Check Amt
Text Symbol: 036 = Remitter
Text Symbol: 035 = Amt Diff
Text Symbol: 032 = Unsaved Data will be Lost if operation is performed. Continue?
Text Symbol: 031 = Unsaved Data Exist
Text Symbol: 015 = Enter File name (*.TXT) with complete path for exporting
Text Symbol: 014 = Line item Alert/Error Message(s)
Text Symbol: 013 = Line item Overview
Text Symbol: 012 = Enter Search Value
Text Symbol: 011 = Enter Filter Criteria Value
Text Symbol: 010 = Enter Replacement Value
Text Symbol: 006 = - Specify Processing Options
Text Symbol: 005 = - New Check
Text Symbol: 004 = - Editing Check
Text Symbol: 003 = - Displaying Check
Text Symbol: 002 = - Worklist Screen
Text Symbol: 001 = - Selection Screen
INCLUDE MOIUCI_PPDTOP . " GLOBAL DATA
INCLUDE MOIUCI_PPD_0300O01.
INCLUDE MOIUCI_PPD_0300I01.
INCLUDE MOIUCI_PPD_F01.
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.