/1BEA/BBEA_BDH SAP (Billing Header of application BBEA) Table details

Dictionary Type: Table
Description: Billing Header of application BBEA




ABAP Code to SELECT data from /1BEA/BBEA_BDH
Related tables to /1BEA/BBEA_BDH
Access table /1BEA/BBEA_BDH




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

/1BEA/BBEA_BDH is a standard SAP Table which is used to store Billing Header of application BBEA data and is available within R/3 SAP systems depending on the version and release level.

The /1BEA/BBEA_BDH table consists of various fields, each holding specific information or linking keys about Billing Header of application BBEA data available in SAP. These include CLIENT (Client), BDH_GUID (Unique Internal ID of a Billing Header), HEADNO_EXT (Billing Document), OBJTYPE (Object Type).. 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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP /1BEA/BBEA_BDH 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
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 BEA_LOGSYSCHAR10Assigned to domainALPHALOGSYS
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

Key field Non-key field



How do I retrieve data from SAP table /1BEA/BBEA_BDH using ABAP code

The following ABAP code Example will allow you to do a basic selection on /1BEA/BBEA_BDH to SELECT all data from the table
DATA: WA_/1BEA/BBEA_BDH TYPE /1BEA/BBEA_BDH.

SELECT SINGLE *
FROM /1BEA/BBEA_BDH
INTO CORRESPONDING FIELDS OF WA_/1BEA/BBEA_BDH
WHERE...

How to access SAP table /1BEA/BBEA_BDH

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