CRMT_PARTNER_PDP_BUFFER SAP (Buffer Structure for Partner Determination Procedures) Structure details

Dictionary Type: Structure
Description: Buffer Structure for Partner Determination Procedures




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




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

CRMT_PARTNER_PDP_BUFFER is a standard SAP Structure so does not store data like a database table does. It can be used to define the fields of other actual tables or to process "Buffer Structure for Partner Determination Procedures" Information within sap ABAP programs.

This is done by declaring abap internal tables, work areas or database tables based on this Structure. These can then be used to store and process the required data appropriately.

i.e. DATA: wa_CRMT_PARTNER_PDP_BUFFER TYPE CRMT_PARTNER_PDP_BUFFER.

The CRMT_PARTNER_PDP_BUFFER table consists of various fields, each holding specific information or linking keys about Buffer Structure for Partner Determination Procedures data available in SAP. These include CLIENT (Client), DETERM_PROC (ID of a Partner Determination Procedure), PARTNER_FCT (Partner Function), CHANGEABLE (Entry Changeable).. 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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP CRMT_PARTNER_PDP_BUFFER structure 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
CLIENTClient MANDTCLNT3Assigned to domainMANDT
DETERM_PROCID of a Partner Determination Procedure COMT_PARTNER_DETERM_PROCCHAR8CRMC_PARTNER_PDDCOMT_PARTNER_DETERM_PROC
PARTNER_FCTPartner Function COMT_PARTNER_FCTCHAR8CRMC_PARTNER_FCTCOM_PARTNER_FCT
CHANGEABLEEntry Changeable COMT_PARTNER_CHANGEABLECHAR1SX_BOOLEAN
COUNT_LOWNumber of Partners Determined COMT_PARTNER_COUNTNUMC4NUMC4
COUNT_HIGHNumber of Partners Determined COMT_PARTNER_COUNTNUMC4NUMC4
COUNT_TO_POPUPFrom What Number of Partners Should a Selection Take Place? COMT_PARTNER_COUNT_TO_POPUPINT13
CALENDARCalendar Maintenance COMT_PARTNER_CALENDARCHAR1SX_BOOLEAN
ADDR_OPERATIONTransaction for BP Address Determination BU_OPERATIONCHAR6TB008SBU_OPERATION
STD_ADDR_ONLYUse Standard Address Only COMT_PARTNER_STANDARD_ADR_ONLYCHAR1XFLAG
ADDR_CHANGEABLEChangeable Address COMT_PARTNER_ADDR_CHANGEABLECHAR1SX_BOOLEAN
ADDR_DUPLICATEDuplicate Address When Changed in Preceding Document COMT_PARTNER_ADDR_DUPL_CHANGECHAR1SX_BOOLEAN
ACCESS_SEQUENCEIdentification of an Access Sequence COMT_PARTNER_ACCESS_SEQUENCECHAR4CRMC_PARTNER_ADCHAR4
POINT_OF_DETERMDetermination Time in Partner Determination COMT_PARTNER_POINT_OF_DETERMNUMC1COM_PARTNER_POINT_OF_DETERM
MANUAL_FUNCTIONPartner Function Must be Entered Manually Only COMT_PARTNER_MANUAL_FUNCTIONCHAR1SX_BOOLEAN
NO_MANUAL_ENTRYNo Manual Entry for This Partner COMT_PARTNER_NO_MANUAL_ENTRYCHAR1COM_PARTNER_NO_MANUAL_ENTRY
NEW_DETERMNew Determination Behavior COMT_PARTNER_NEW_DETERMINATIONCHAR1COM_PARTNER_NEW_DETERMINATION
REGISTRATORUser Who Created an Entry COMT_REGISTRATORCHAR12USNAM
ATTRIBUTE_GROUPCharacteristics Group COMT_PARTNER_ATTRIBUTE_GROUPNUMC6COMC_PARTNER_BGCOM_PARTNER_ATTRIBUTE_GROUP
NORECLogical Variable CRMT_BOOLEANCHAR1CRM_BOOLEAN

Key field Non-key field



How do I retrieve data from SAP structure CRMT_PARTNER_PDP_BUFFER using ABAP code?

As CRMT_PARTNER_PDP_BUFFER is a database structure and not a table it does not store any data in the SAP data dictionary. The ABAP SELECT statement is therefore not appropriate and can not be performed on CRMT_PARTNER_PDP_BUFFER as there is no data to select.

How to access SAP table CRMT_PARTNER_PDP_BUFFER

Within an ECC or HANA version of SAP you can also view further information about CRMT_PARTNER_PDP_BUFFER 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!