/SAPSRM/S_CTR_HD_OVERVIEW SAP (CTR Header Overview) Structure details

Dictionary Type: Structure
Description: CTR Header Overview




ABAP Code to SELECT data from /SAPSRM/S_CTR_HD_OVERVIEW
Related tables to /SAPSRM/S_CTR_HD_OVERVIEW
Access table /SAPSRM/S_CTR_HD_OVERVIEW




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

/SAPSRM/S_CTR_HD_OVERVIEW 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 "CTR Header Overview" 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_/SAPSRM/S_CTR_HD_OVERVIEW TYPE /SAPSRM/S_CTR_HD_OVERVIEW.

The /SAPSRM/S_CTR_HD_OVERVIEW table consists of various fields, each holding specific information or linking keys about CTR Header Overview data available in SAP. These include VENDOR_FCT (Partner func.), RESPONSIBLE_FCT (Partner func.), AUTH_PURCH_ORG_FCT (Partner func.), OBJECT_ID (Contract No.).. 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: Can Be Enhanced (Deep)


SAP /SAPSRM/S_CTR_HD_OVERVIEW 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
VENDOR_FCTPartner func. CRMT_PARTNER_FCTCHAR8COM_PARTNER_FCT
RESPONSIBLE_FCTPartner func. CRMT_PARTNER_FCTCHAR8COM_PARTNER_FCT
AUTH_PURCH_ORG_FCTPartner func. CRMT_PARTNER_FCTCHAR8COM_PARTNER_FCT
OBJECT_IDContract No. BBP_OBJECT_ID_CTRCHAR10ALPHACRM_OBJECT_ID
DESCRIPTIONName of the Contract BBP_DESCRIPTION_CTRCHAR40CRM_PROCESS_DESCRIPTION
CURRENCYCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
PROCESS_TYPEBusiness Transaction Type CRMT_PROCESS_TYPE_DBCHAR4Assigned to domainCRM_PROCESS_TYPE
CREATED_BYName of Person who Created the Object ERNAMCHAR12USNAM
CREATED_ATTransaction was Created at this Time CRMT_CREATED_ATDEC15TSTPSBCOS_TSTMP
VPER_STARTValidity Start Date of Contract BBP_VPER_START_CTRDATS8DATUM
VPER_ENDValidity End Date of Contract BBP_VPER_END_CTRDATS8DATUM
EXPIRY_DAYSTime Frame Before Contract Validity End (in Days) BBP_EXPIRY_DAYSNUMC3NUMC3
TOTAL_VALUETarget Value of Contract BBP_TOTAL_VALUE_CTRCURR15(2) WERT8
VAL_PO_EValue of POs/Confirmations/Invoices Created for Contract BBP_PO_VALUE_ECURR15(2) WERT8
TAR_HVALContract header:Relationship of release value to total value BBP_PER_HVALDEC3DEC3
NO_ITEMS_ALLOWEDIndicator Header Contract BBP_HEADER_CTRCHAR1XFELD
VAL_PO_E_AGGValue PO / Confirm. / Inv. for Contract Hierarchy BBP_AGG_VALUE_ECURR15(2) WERT8
PURCH_ORGResponsible Purchasing Organization BBP_PROC_ORGCHAR14HROBJEC_14BBP_PROC_ORG
PURCH_GROUPResponsible Purchasing Group BBP_PROC_GROUPCHAR14HROBJEC_14BBP_PROC_GROUP
SENSITIVEConfidential Level of the SRM Document BBP_SENSITIVECHAR1BBP_SENSITIVE
CATALOG_INDDocument (Contract) Transferred to Catalog BBP_CATALOG_INDCHAR1XFELD
INCOTERM_KEYIncoterm Key BBP_INCOTERM_KEYCHAR3Assigned to domainBBP_INCOTERM_KEY
INCOTERM_LOCIncoterm Location BBP_INCOTERM_LOCATIONCHAR28BBP_INCOTERM_LOCATION
PERCENT_HIGHUpper Limit Percentage BBP_PERCENT_HIGHDEC5(2) BBP_PERCNT_PI
PERCENT_LOWLower Limit Percentage BBP_PERCENT_LOWDEC5(2) BBP_PERCNT_PI
UNLIMITEDCheckbox XFELDCHAR1XFELD
PURCH_ORG_DESCPurchasing Organization BBP_PURCH_ORG_DESCCHAR40TEXT40
PURCH_GROUP_DESCPurchasing Group BBP_PURCH_GRP_DESCCHAR40TEXT40
PMNTTRMSTerms of Payment Key DZTERMCHAR4ZTERM
DELIV_DAYSDelivery Time in Days BBP_DELIV_DAYSNUMC3NUMC3
PMNTTRMS_TXTTerms of Payment BBP_TEXT1_052CHAR50TEXT50
PROCESS_TYPE_DESCChar 20 CHAR20CHAR20CHAR20
CURRENCY_DATEField of type DATS DATSDATS8DATS
VENDOR_IDBusiness Partner Number BU_PARTNERCHAR10Assigned to domainALPHABU_PARTNERBPABUPA
VENDOR_NAMEFirst name AD_NAMEFIRCHAR40TEXT40
RESPONSIBLE_IDBusiness Partner Number BU_PARTNERCHAR10Assigned to domainALPHABU_PARTNERBPABUPA
RESPONSIBLE_NAMEFirst name AD_NAMEFIRCHAR40TEXT40
AUTH_PURCH_ORG_IDBusiness Partner Number BU_PARTNERCHAR10Assigned to domainALPHABU_PARTNERBPABUPA
AUTH_PURCH_ORG_NAMEFirst name AD_NAMEFIRCHAR40TEXT40
TOLERANCE 0
TOL_KEYTolerance Key BBP_TOLERANCE_KEYCHAR2CHAR2
PERCENT_LOWLower Limit Percentage BBP_PERCENT_LOWDEC5(2) BBP_PERCNT_PI
PERCENT_HIGHUpper Limit Percentage BBP_PERCENT_HIGHDEC5(2) BBP_PERCNT_PI
UNLIMITEDUndefined Limit BBP_UNLIMITEDCHAR1CHAR01
DEL_INDDeletion Indicator SRM Purchasing Document BBP_DEL_INDCHAR1XFELD
CREATED_ONField of type DATS DATSDATS8DATS
VENDOR_MODEL 0
RESPONSIBLE_MODEL 0
AUTH_PURCH_ORG_MODEL 0
GUIDGlobally Unique identifier BBP_GUIDRAW16SYSUUID

Key field Non-key field



How do I retrieve data from SAP structure /SAPSRM/S_CTR_HD_OVERVIEW using ABAP code?

As /SAPSRM/S_CTR_HD_OVERVIEW 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 /SAPSRM/S_CTR_HD_OVERVIEW as there is no data to select.

How to access SAP table /SAPSRM/S_CTR_HD_OVERVIEW

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