/SAPHT/DRMSBUTRACK SAP (Bill up due list tracking fields) Structure details

Dictionary Type: Structure
Description: Bill up due list tracking fields




ABAP Code to SELECT data from /SAPHT/DRMSBUTRACK
Related tables to /SAPHT/DRMSBUTRACK
Access table /SAPHT/DRMSBUTRACK




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

/SAPHT/DRMSBUTRACK 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 "Bill up due list tracking fields" 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_/SAPHT/DRMSBUTRACK TYPE /SAPHT/DRMSBUTRACK.

The /SAPHT/DRMSBUTRACK table consists of various fields, each holding specific information or linking keys about Bill up due list tracking fields data available in SAP. These include ECRETNQTY (Lot Return Quantity used for Bill Up Due List Calculation), BILLUPQTY (Calculated bill-up claim quantity), BU_SLS_DOCQTY (Bill up claim quantity in credit/ debit memo request), BU_INV_DOCQTY (Bill-up claim quantity in credit/ debit memo).. 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 /SAPHT/DRMSBUTRACK 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
BILLUPDLDOCNOBill-up due list document number /SAPHT/DRM_BILLUP_DL_DOC_NOCHAR10ALPHABELNR
ECRETNQTYLot Return Quantity used for Bill Up Due List Calculation /SAPHT/LOT_ECRETNQTYQUAN15(3) MENG15
BILLUPQTYCalculated bill-up claim quantity /SAPHT/DRM_CALCCLAIMQTYQUAN15(3) MENG15
BU_SLS_DOCQTYBill up claim quantity in credit/ debit memo request /SAPHT/DRM_BU_SLSDOCQTYQUAN15(3) MENGV15
BU_INV_DOCQTYBill-up claim quantity in credit/ debit memo /SAPHT/DRM_BU_INVDOCQTYQUAN15(3) MENGV15
BILLUPAMTCalculated claim amount /SAPHT/DRM_CALCCLAIMAMTCURR15(2) WERTV8
BILLUPAMTCURCurrency for calculated claim amount /SAPHT/DRM_CALCCLAIMCURCUKY5Assigned to domainWAERS
BU_SLS_DOCAMTBill up claim amount in credit/debit memo request /SAPHT/DRM_BU_SLSDOCAMTCURR15(2) WERTV8
BU_SLS_DOCCURRCurrency of bill-up claim amount in Cr/ Dr memo request /SAPHT/DRM_BU_SLSDOCCURRCUKY5Assigned to domainWAERS
BU_INV_DOCAMTBill-up claim amount in credit/ debit memo /SAPHT/DRM_BU_INVDOCAMTCURR15(2) WERTV8
BU_INV_DOCCURRBill-up credit/ debit memo amount currency /SAPHT/DRM_BU_INVDOCCURRCUKY5Assigned to domainWAERS
BU_SLS_DOCNOCredit/ debit memo request number /SAPHT/DRM_SLSDOC_NOCHAR10ALPHABELNR
BU_SLS_DOCITMCredit/ debit memo request item number /SAPHT/DRM_SLSDOC_ITMNUMC6Assigned to domainPOSNR
BU_INV_DOCNOCredit/ debit memo number /SAPHT/DRM_INVDOC_NOCHAR10Assigned to domainALPHAVBELN
BU_INV_DOCITMCredit/ debit memo item number /SAPHT/DRM_INVDOC_ITMNUMC6Assigned to domainPOSNR

Key field Non-key field



How do I retrieve data from SAP structure /SAPHT/DRMSBUTRACK using ABAP code?

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

How to access SAP table /SAPHT/DRMSBUTRACK

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