SAP Reports / Programs

RPCIP_DOCUMENT_ANALYSE SAP ABAP Report - Report RPCIP_DOCUMENT_ANALYSE







RPCIP_DOCUMENT_ANALYSE is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for The RPCIP_DOCUMENT_ANALYSE report analyzes the created posting documents...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.

If you would like to execute this report or see the full code listing simply enter RPCIP_DOCUMENT_ANALYSE into the relevant SAP transactions such as SE38 or SE80


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


Text pool values


Selection Text: P_DOCNUM = D .
Selection Text: P_DOCTYP = D .
Selection Text: P_FIPEX = D .
Selection Text: P_FIPOS = D .
Selection Text: P_FISTL = D .
Selection Text: P_FKBER = D .
Selection Text: P_GEBER = D .
Selection Text: P_GRANT = D .
Selection Text: P_GSBER = D .
Selection Text: P_HKONT = D .
Selection Text: P_KOSTL = D .
Selection Text: P_KSTRG = D .
Selection Text: P_KTOSL = D .
Selection Text: P_KUNNR = D .
Selection Text: P_LIFNR = D .
Selection Text: P_NAME = D .
Selection Text: P_NPLNR = D .
Selection Text: P_PARALL = D .
Selection Text: P_POSNR = D .
Selection Text: P_PRCTR = D .
Selection Text: P_RUNID = D .
Selection Text: P_SEGMT = D .
Selection Text: P_SRVGRP = D .
Selection Text: P_STATUS = D .
Selection Text: P_TYPE = D .
Selection Text: P_VARIA = D .
Selection Text: P_WRBTR = D .
Selection Text: P_BUKRS = D .
Selection Text: P_AKPER = In-Period Payroll
Selection Text: P_BOTH = Prod. and Simulation Runs
Selection Text: P_JOBS = Maximum Number of Jobs
Selection Text: P_OBJNR = Maximum Number of Objects
Selection Text: P_PDETA = Eval. Detail with Pers. No.
Selection Text: P_PROD = Productive Runs Only
Selection Text: P_SIMU = Simulation Runs Only
Selection Text: P_STORNO = Exclude Reversal Documents
Selection Text: P_SUBST = Evaluate Substitutions
Selection Text: P_ABKRS = D .





Selection Text: P_AUFNR = D .
Selection Text: P_AWKEY = D .
Selection Text: P_AWPOS = D .
Selection Text: P_AWTYP = D .
Selection Text: P_BLART = D .
Selection Text: P_BLDAT = D .
Selection Text: P_BUDAT = D .
Title: Report RPCIP_DOCUMENT_ANALYSE
Text Symbol: 050 = Layout
Text Symbol: 040 = Specifs for Parallel Proc.
Text Symbol: 020 = Simulation Runs
Text Symbol: 008 = Funds Mgmt AcctAsst
Text Symbol: 007 = Account Assignment
Text Symbol: 006 = Run Attribs
Text Symbol: 005 = Additional Selection
Text Symbol: 004 = Standard
Text Symbol: 003 = Variant Not Found


INCLUDES used within this REPORT RPCIP_DOCUMENT_ANALYSE

INCLUDE RPCIP_DOCUMENT_ANALYSE_TOP. " GLOBAL DATA


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