CRMT_COMPL_BEA_HEADER SAP (Billing Doc. Header Data (BE): Wrapper /1BEA/S_CRMB_BDH_WRK) Structure details

Dictionary Type: Structure
Description: Billing Doc. Header Data (BE): Wrapper /1BEA/S_CRMB_BDH_WRK




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




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

CRMT_COMPL_BEA_HEADER 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 "Billing Doc. Header Data (BE): Wrapper /1BEA/S_CRMB_BDH_WRK" 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_COMPL_BEA_HEADER TYPE CRMT_COMPL_BEA_HEADER.

The CRMT_COMPL_BEA_HEADER table consists of various fields, each holding specific information or linking keys about Billing Doc. Header Data (BE): Wrapper /1BEA/S_CRMB_BDH_WRK data available in SAP. These include BDH_GUID (Unique Internal ID of a Billing Header), HEADNO_EXT (Billing Document), OBJTYPE (Object Type), LOGSYS (Logical system).. 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 (character-type or numeric)


SAP CRMT_COMPL_BEA_HEADER 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
BDH_GUIDUnique Internal ID of a Billing Header BEA_BDH_GUIDRAW16SYSUUID
HEADNO_EXTBilling Document BEA_HEADNO_EXTCHAR10ALPHABEA_HEADNO_EXTBEA_HEADNO_EXT
OBJTYPEObject Type BEA_OBJTYPECHAR10BEA_OBJTYPE
LOGSYSLogical system LOGSYSCHAR10Assigned to domainALPHALOGSYS
MWC_ERRORMiddleware Connection Errors BEA_MWC_ERRORCHAR1BEA_MWC_ERROR
PARSET_GUIDPartner Set GUID; GUID Fld.in CRMD_PARTNER(CRMT_OBJECT_GUID) BEA_PARSET_GUIDRAW16SYSUUID
PRICING_ERRORPricing Status BEA_PRICING_ERRORCHAR1BEA_PRICING_ERROR
PRIDOC_GUIDID of Pricing Document BEA_PRIDOC_GUIDRAW16SYSUUID
TEXT_ERRORText Processing Status BEA_TEXT_ERRORCHAR1BEA_TEXT_ERROR
TRANSFER_ERRORAccounting Transfer Status BEA_TRANSFER_ERRORCHAR1BEA_TRANSFER_ERROR
BILL_TYPEBilling Type BEA_BILL_TYPECHAR4Assigned to domainBEA_BILL_TYPEBEAC_BTY
BILL_CATEGORYBilling Document Category BEA_BILL_CATEGORYCHAR1Assigned to domainBEA_BILL_CATEGORYBEAC_BCA
CANCEL_FLAGIndicator: Cancellation Document BEA_CANCEL_FLAGCHAR1BEA_CANCEL_FLAG
PRIC_PROCPricing Procedure BEA_PRIC_PROCCHAR6Assigned to domainPRC_PRIC_PROC
CRP_GUIDCollective Run GUID BEA_CRP_GUIDRAW16SYSUUID
BILL_ORGBilling Unit BEA_BILL_ORGCHAR10Assigned to domainALPHABU_PARTNERBPABEAC_BILL_ORG
TRANSFER_STATUSBilling Status BEA_TRANSFER_STATUSCHAR1BEA_TRANSFER_STATUS
ARCHIVABLEIndicator: Document is Archivable BEA_ARCHIVABLECHAR1BEA_ARCHIVABLE
DOC_CURRENCYDocument Currency BEA_DOC_CURRENCYCUKY5Assigned to domainWAERSFWS
REF_CURRENCYReference Currency BEA_REF_CURRENCYCUKY5Assigned to domainWAERS
NET_VALUENet Value in Document Currency BEA_NET_VALUECURR15(2) WERTV8
PAYERPayer BEA_PAYERCHAR10Assigned to domainALPHABU_PARTNERBUPA
TERMS_OF_PAYMENTTerms of Payment BEA_TERMS_OF_PAYMENTCHAR4Assigned to domainCRM_PMNTTRMS
BILL_DATEBilling Date BEA_BILL_DATEDATS8SYDATS
TRANSFER_DATEValue Date BEA_TRANSFER_DATEDATS8SYDATS
REFERENCE_NOReference Number BEA_REFERENCE_NOCHAR30CHAR30
TAX_VALUETax Amount in Document Currency BEA_TAX_VALUECURR15(2) WERTV8
SPLIT_CRITERIASplitting Criterion BEA_SPLIT_CRITERIACHAR32BEA_SPLIT_CRITERIA
MAINT_DATEProcessing Date BEA_MAINT_DATEDATS8SYDATS
MAINT_TIMEProcessing Time BEA_MAINT_TIMETIMS6SYTIME
MAINT_USERCreated/Last Changed By BEA_MAINT_USERCHAR12USERNAMEUSER_ADDR
INCOTERMS1Incoterms (Part 1) CRMT_INCOTERMS1CHAR3Assigned to domainCRM_INCOTERMS1
INCOTERMS2Incoterms (Part 2) CRMT_INCOTERMS2CHAR28CRM_INCOTERMS2
PAYMENT_METHODPayment Method DZLSCHCHAR1Assigned to domainZLSCH
UPD_TYPEType of Change UPDATE_TYPECHAR1UPDATE_TYPE
ITEMNO_HIHighest Billing Item BEA_ITEMNO_HINUMC10NUMC10
CANC_BDH_GUIDGUID of Cancelled Document Header BEA_CANC_BDH_GUIDRAW16SYSUUID
MAX_ITEMSMaximum Number of Items per Documetn BEA_MAX_ITEMSNUMC10NUMC10
BILL_TO_GUIDBill-to Party GUID CRMT_BILL_TO_PARTYRAW16SYSUUID
PAYER_GUIDPayer GUID CRMT_PAYERRAW16SYSUUID
PRC_SESSION_IDID of Pricing Activities BEA_PRC_SESSION_IDRAW16SYSUUID

Key field Non-key field



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

As CRMT_COMPL_BEA_HEADER 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_COMPL_BEA_HEADER as there is no data to select.

How to access SAP table CRMT_COMPL_BEA_HEADER

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