/SAPHT/DRMSANALSDCLAIM SAP (Structure for displaying SD Claim calculation analysis) Structure details

Dictionary Type: Structure
Description: Structure for displaying SD Claim calculation analysis




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




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

/SAPHT/DRMSANALSDCLAIM 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 "Structure for displaying SD Claim calculation analysis" 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/DRMSANALSDCLAIM TYPE /SAPHT/DRMSANALSDCLAIM.

The /SAPHT/DRMSANALSDCLAIM table consists of various fields, each holding specific information or linking keys about Structure for displaying SD Claim calculation analysis data available in SAP. These include CLAIMDOCNO (Ship-and-debit claim document number), CUS_REF_FLD (Ship-and-debit claim reference number), LS_SD_AGR (Logical system of ship & debit agreement), SD_AGR_NO (Ship-and-debit agreement number).. 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/DRMSANALSDCLAIM 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
LOTNODRM lot number /SAPHT/DRM_LOTNOCHAR10ALPHABELNR
CLAIMDOCNOShip-and-debit claim document number /SAPHT/DRM_CLAIMDOCNOCHAR10ALPHABELNR
CUS_REF_FLDShip-and-debit claim reference number /SAPHT/DRM_SDCUSREFCHAR35/SAPHT/DRM_SDCUSREF
LS_SD_AGRLogical system of ship & debit agreement /SAPHT/DRM_LS_SDAGRCHAR10Assigned to domainALPHALOGSYS
SD_AGR_NOShip-and-debit agreement number /SAPHT/DRM_SDAGRNOCHAR10ALPHABELNR
SD_AGR_ITMShip-and-debit agreement item number /SAPHT/DRM_SDAGRITMNUMC6Assigned to domainPOSNR
SD_AGR_RATEShip-and-debit agreement rate /SAPHT/DRM_SDAGRRATECURR11(2) WERTV6
SD_AGR_CURRShip-and-debit agreement rate currency /SAPHT/DRM_SDAGRCURRCUKY5Assigned to domainWAERS
SD_PRIC_UNITShip-and-debit agreement pricing unit /SAPHT/DRM_AGR_PRC_UNITDEC5KPEIN
AGR_CON_NUMNumerator for coversion to base unit /SAPHT/DRM_AGR_COND_NUMERDEC5UMBSZ
AGR_CON_DENDenominator for conversion to base unit of material /SAPHT/DRM_AGR_COND_DENOMDEC5UMBSN
LOT_COND_RATEPP Rate of the Lot at the time of SD Claim /SAPHT/DRM_LOTCONDRATECURR11(2) WERTV6
LOT_COND_CURRPP Curr of the Lot at the time of SD Claim /SAPHT/DRM_LOTCONDCURRCUKY5Assigned to domainWAERS
LOT_PRIC_UNITPP Pricing Unit at the time of SD Claim /SAPHT/DRM_LOTPRICUNITDEC5KPEIN
LOT_COND_NUMERPP Condition Numerator at the time of SD Claim /SAPHT/DRM_LOTCONDNUMDEC5UMBSZ
LOT_COND_DENOMPP Condition Denominator at the time of SD Claim /SAPHT/DRM_LOTCONDDENDEC5UMBSN
LOT_CLAIM_QTYLot quantity used in the Claim Calculation /SAPHT/DRM_LOTCLMQTYQUAN15(3) MENG15
LOT_CLAIM_AMTClaim Amount for the Lot /SAPHT/DRM_LOTCLMAMTCURR15(2) WERTV8
LOT_CLAIM_CURRClaim Currency for the Lot /SAPHT/DRM_LOTCLMCURRCUKY5Assigned to domainWAERS
SD_SLS_DOCQTYShip and Debit qty in the credit/debit memo request /SAPHT/DRM_SD_SLSDOCQTYQUAN15(3) MENGV15
SD_SLS_DOCAMTShip and Debit amount in the credit/debit memo request /SAPHT/DRM_SD_SLSDOCAMTCURR15(2) WERTV8
SD_SLS_DOCCURRCurrency of the credit/debit memo request amount /SAPHT/DRM_SD_SLSDOCCURRCUKY5Assigned to domainWAERS
SD_INV_DOCQTYShip-and-debit invoice document quantity /SAPHT/DRM_SD_INVDOCQTYQUAN15(3) MENGV15
SD_INV_DOCAMTAmount paid out as ship-and-debit claim /SAPHT/DRM_SD_INVDOCAMTCURR15(2) WERTV8
SD_INV_DOCCURRCurrency for ship-and-debit amount in credit/ debit memo /SAPHT/DRM_SD_INVDOCCURRCUKY5Assigned to domainWAERS
SD_SLS_DOCNOCredit/ debit memo request number /SAPHT/DRM_SLSDOC_NOCHAR10ALPHABELNR
SD_SLS_DOCITMCredit/ debit memo request item number /SAPHT/DRM_SLSDOC_ITMNUMC6Assigned to domainPOSNR
SD_INV_DOCNOCredit/ debit memo number /SAPHT/DRM_INVDOC_NOCHAR10Assigned to domainALPHAVBELN
SD_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/DRMSANALSDCLAIM using ABAP code?

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

How to access SAP table /SAPHT/DRMSANALSDCLAIM

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