PPFTCONDTR SAP (PPF: Condition (CL_CONDITION_TRANSP_PPF)) Table details

Dictionary Type: Table
Description: PPF: Condition (CL_CONDITION_TRANSP_PPF)




ABAP Code to SELECT data from PPFTCONDTR
Related tables to PPFTCONDTR
Access table PPFTCONDTR




Table field list including key, data, relationships and ABAP select examples

PPFTCONDTR is a standard SAP Table which is used to store PPF: Condition (CL_CONDITION_TRANSP_PPF) data and is available within R/3 SAP systems depending on the version and release level.

The PPFTCONDTR table consists of various fields, each holding specific information or linking keys about PPF: Condition (CL_CONDITION_TRANSP_PPF) data available in SAP. These include GUID (GUID in 'CHAR' Format in Uppercase), TTYPE (PPF: Name of Action Definition), SELCOND (GUID), SELCONT (GUID).. See below for full list along with technical details, documentation, text table, check tables, foreign key relationships, conversion routines, relevant tcodes and example ABAP select code etc. .

Delivery Class: E - Control table, SAP and customer have separate key areas
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP PPFTCONDTR table fields - Full list of fields found in SAP data dictionary

Field Description Data Element Data Type length (Dec) Check table Conversion Routine Domain Name MemoryID SHLP
MANDTClient ID SYMANDTCLNT3Assigned to domainMANDT
GUIDGUID in 'CHAR' Format in Uppercase GUID_32CHAR32SYSUUID_C
TTYPEPPF: Name of Action Definition PPFDTTCHAR30Assigned to domainPPFDTT
SELCONDGUID PPF_GUIDRAW16SYSUUID
SELCONTGUID PPF_GUIDRAW16SYSUUID
TEMPL_OIDGlobally Unique Identifier OS_GUIDRAW16SYSUUID
TEMPL_CLSGlobally Unique Identifier OS_GUIDRAW16SYSUUID
STOPSingle-Character Indicator CHAR1CHAR1CHAR1
COUNTER2 byte integer (signed) INT2INT25INT2
OKSingle-Character Indicator CHAR1CHAR1CHAR1
DETTYPEDetermination Technology Used PPFDDETTYPCHAR3PPFDDETTYP
CUSTCONTSingle-Character Indicator CHAR1CHAR1CHAR1
CUSTCONT2Single-Character Indicator CHAR1CHAR1CHAR1
CONTEXTPPF: Name of Action Profile PPFDCNTXTCHAR30Assigned to domainPPFDCNTXT

Key field Non-key field



How do I retrieve data from SAP table PPFTCONDTR using ABAP code

The following ABAP code Example will allow you to do a basic selection on PPFTCONDTR to SELECT all data from the table
DATA: WA_PPFTCONDTR TYPE PPFTCONDTR.

SELECT SINGLE *
FROM PPFTCONDTR
INTO CORRESPONDING FIELDS OF WA_PPFTCONDTR
WHERE...

How to access SAP table PPFTCONDTR

Within an ECC or HANA version of SAP you can also view further information about PPFTCONDTR and the data within it using relevant transactions such as

SE11 (ABAP Dictionary Maintenance)
SM30 (Maintain Table Data)
SE80 (Object Navigator)
SE16 (Data Browser).


Search for further information about these or an SAP related objects



Comments on this SAP object

What made you want to lookup this SAP object? Please tell us what you were looking for and anything you would like to be included on this page!