PPPICPRE 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 PPPICPRE into the relevant SAP transactions such as SE38 or SE80
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.
Selection Text: WERKS = Plant
Selection Text: MATNR = Material number
Selection Text: CHARGE = Batch
Title: Batch Record: Delete Header Record
Text Symbol: SEL = Selection criteria
Text Symbol: PRT = Error log: Reorganize header record
Text Symbol: PAG = Page:
Text Symbol: ER4 = Error when deleting
Text Symbol: ER3 = Error when deleting signature
Text Symbol: ER2 = Error when deleting header record
Text Symbol: ER1 = Error when deleting documents
Text Symbol: DEL = Deleted
Text Symbol: DAT = Date :
Text Symbol: CHA = Batch record: reorganize header record
Text Symbol: BEZ = Error message text
Text Symbol: 015 = the selected objects?
Text Symbol: 014 = Do you really want to delete
Text Symbol: 013 = No
Text Symbol: 012 = Yes
Text Symbol: 011 = Confirmation Prompt
Text Symbol: 010 = DPart
Text Symbol: 009 = DVers.
Text Symbol: 008 = Document no.
Text Symbol: 007 = Type
Text Symbol: 006 = OTyp
Text Symbol: 005 = Plnt
Text Symbol: 004 = Material
Text Symbol: 003 = Process ord.
Text Symbol: 002 = Valid.date
Text Symbol: 001 = Batch
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
STATUS_CHECK * CALL FUNCTION 'STATUS_CHECK' * EXPORTING * CLIENT = SY-MANDT * OBJNR = CAUFV-OBJNR * STATUS = STK_CPAR * EXCEPTIONS * OBJECT_NOT_FOUND = 1 * STATUS_NOT_ACTIVE = 2 * OTHERS = 3.
POPUP_TO_DECIDE * CALL FUNCTION 'POPUP_TO_DECIDE' * EXPORTING * DEFAULTOPTION = '2' * TITEL = TEXT-011 "Sicherheitsabfrage * TEXT_OPTION1 = TEXT-012 " '1' = Ja * TEXT_OPTION2 = TEXT-013 " '2' = Nein * TEXTLINE1 = TEXT-014 "Wollen Sie die markierten * TEXTLINE2 = TEXT-015 "Objekt wirklich löschen ? * TEXTLINE3 = SPACE * IMPORTING * ANSWER = ANSWER.
COMMIT_TEXT * CALL FUNCTION 'COMMIT_TEXT' * EXPORTING * SAVEMODE_DIRECT = JA.
SIGN_SHOW * CALL FUNCTION 'SIGN_SHOW' * EXPORTING * OBJECT_IMP = DRC75-SIGN_OBJ * KEY_EBR_IMP = DRC75 * EXCEPTIONS * KEY_FOR_OBJECT_INCOMPLETE = 1 * NO_SIGNATURES_FOUND = 2 * OTHERS = 3.
ENQUEUE_EMCHP * CALL FUNCTION 'ENQUEUE_EMCHP' * EXPORTING * MODE_MCHP = 'E' * MANDT = SY-MANDT * MATNR = DMCHP-MATNR * CHARG = DMCHP-CHARG * EBRID = DMCHP-EBRID * _SCOPE = '2' * EXCEPTIONS * FOREIGN_LOCK = 1 * SYSTEM_FAILURE = 2 * OTHERS = 3.
DEQUEUE_EMCHP * CALL FUNCTION 'DEQUEUE_EMCHP' * EXPORTING * MODE_MCHP = 'E' * MANDT = SY-MANDT * MATNR = DMCHP-MATNR * CHARG = DMCHP-CHARG * EBRID = DMCHP-EBRID * _SCOPE = '3'.
VB_CP_MCHP_DELETE * CALL FUNCTION 'VB_CP_MCHP_DELETE' * EXPORTING * I_DMCHP = MCHP * EXCEPTIONS * ERROR_DOC = 1 * ERROR_MCHP = 2 * ERROR_SIGN = 3 * OTHERS = 4.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
PPPICPRE - Batch Record: Delete Header Record PPPICPRE - Batch Record: Delete Header Record PPPICPPRL - Batch Record: Inspection Report PPPICPPRL - Batch Record: Inspection Report PPPICPMMB - Batch Record - Material List - Material Quantity Calculation PPPICPMMB - Batch Record - Material List - Material Quantity Calculation