SAPMCIAP 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 SAPMCIAP into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
CI03 - Display CIAP Document
CI02 - Change CIAP Document
CI01 - Create CIAP Document
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: Program SAPMCIAP
Text Symbol: 120 = Deactivate CIAP Document
Text Symbol: 121 = Do you want to deactivate and save with 'CIAP Value End Date'
Text Symbol: 122 = Yes
Text Symbol: 123 = No
Text Symbol: 124 = Exit
Text Symbol: 125 = Unsaved data will be lost. Do you want to exit?
Text Symbol: 126 = Yes
Text Symbol: 127 = No
INCLUDE MCIAPTOP.
INCLUDE MCIAPO01.
INCLUDE MCIAPI01.
INCLUDE MCIAPF01.
INCLUDE MCIAPF02.
INCLUDE MCIAPF03.
INCLUDE MCIAPF04.
INCLUDE MCIAPF05.
INCLUDE MCIAPF06.
INCLUDE MCIAPF07.
INCLUDE MCIAPF09.
INCLUDE MCIAPF10.
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.