SPPF_CHECK_PARTNER is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for For partner-dependent actions, the partner data is saved to the able PPFTPARTNR...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 SPPF_CHECK_PARTNER 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: P_M_CHK = Obsolete Partner Data
Selection Text: P_M_DUP = Duplicate Usages
Selection Text: P_PACK = Package Size
Selection Text: P_TEST = Test Mode
Title: PPF: Consistency Check on Partner Data
Text Symbol: 001 = Selection
Text Symbol: 002 = Option
Text Symbol: 003 = Test
Text Symbol: 004 = Production
Text Symbol: 005 = Checking partner data record: &1
Text Symbol: 006 = Mode:
Text Symbol: 010 = Unknown structure for persistency mapping
Text Symbol: 200 = *** Output Column ***
Text Symbol: 201 = Text
Text Symbol: 202 = Counter
Text Symbol: 203 = Number of Checked Partner Data Records
Text Symbol: 204 = Number of Unused Partner Data Records
Text Symbol: 205 = Number of Deleted Partner Data Records
Text Symbol: 206 = No duplicate partner usages found: OK
Text Symbol: 207 = Duplicate partner usage found: Error
INCLUDE SPPF_CHECK_PARTNER_TOP.
INCLUDE SPPF_CHECK_PARTNER_CLS.
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.
SPPF_CHECK_PARTNER - PPF: Consistency Check on Partner Data SPPF_CHECK_PARTNER - PPF: Consistency Check on Partner Data SPORT_IMGSHOW - Display IMG Structure Business and Functional Packages SPORT_IMGSHOW - Display IMG Structure Business and Functional Packages SPORTAL5 - Generator for Drag&Relate Test Data SPORTAL4 - Help ID (Release-Specific)