SAP Reports / Programs | Basis Components | Basis Services / Communication Interfaces | Post Processing Framework(BC-SRV-GBT-PPF) SAP BC

SPPF_CHECK_PARTNER SAP ABAP Report - PPF: Consistency Check on Partner Data







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


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 SPPF_CHECK_PARTNER. "Basic submit
SUBMIT SPPF_CHECK_PARTNER AND RETURN. "Return to original report after report execution complete
SUBMIT SPPF_CHECK_PARTNER 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_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


INCLUDES used within this REPORT SPPF_CHECK_PARTNER

INCLUDE SPPF_CHECK_PARTNER_TOP.
INCLUDE SPPF_CHECK_PARTNER_CLS.


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