BAPI_DRMCLAIMS SAP (Comm structure for DRM Claims processing) Structure details

Dictionary Type: Structure
Description: Comm structure for DRM Claims processing




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




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

BAPI_DRMCLAIMS 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 "Comm structure for DRM Claims processing" 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_BAPI_DRMCLAIMS TYPE BAPI_DRMCLAIMS.

The BAPI_DRMCLAIMS table consists of various fields, each holding specific information or linking keys about Comm structure for DRM Claims processing data available in SAP. These include GROUP_NO (DRM claim processing group number), CLAIM_TYPE (Type of Claim processing (SD or PP or BU)), CLAIM_DOC_TYPE (Sales Document Type), SALES_ORG (Sales Organization).. 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: Cannot Be Enhanced


SAP BAPI_DRMCLAIMS 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
COLL_RUN_NODRM collective processing number /SAPHT/DRMCOLLRUNNOCHAR10CHAR10
GROUP_NODRM claim processing group number /SAPHT/DRMGROUPNOCHAR10CHAR10
CLAIM_TYPEType of Claim processing (SD or PP or BU) /SAPHT/DRM_CLAIM_TYPECHAR2/SAPHT/DRM_CLAIM_TYPE
CLAIM_DOC_TYPESales Document Type AUARTCHAR4Assigned to domainAUARTAUARTAAT
SALES_ORGSales Organization VKORGCHAR4Assigned to domainVKORGVKOC_VKORG
DIST_CHNLDistribution Channel VTWEGCHAR2Assigned to domainVTWEGVTWC_VTWEG
DIVISIONDivision SPARTCHAR2Assigned to domainSPARTSPAC_SPART
PURCH_ORGPurchasing Organization EKORGCHAR4Assigned to domainEKORGEKO
LOTNODRM lot number /SAPHT/DRM_LOTNOCHAR10ALPHABELNR
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
TRACK_PARTNERTracking partner /SAPHT/DRM_TRACK_PARTNERCHAR10Assigned to domainALPHABU_PARTNERBUPA
PARTNERBusiness Partner Number BU_PARTNERCHAR10Assigned to domainALPHABU_PARTNERBPABUPA
MSBOOKPARTNOManufacturer book part number /SAPHT/DRM_MSBOOKPARTNOCHAR18Assigned to domainMATN1MATNR/SAPHT/DRM_MSBOOKPRTMAT1
MATERIALMaterial Number MATNRCHAR18Assigned to domainMATN1MATNRMATS_MAT1
END_CUSTDRM end customer /SAPHT/DRM_ENDCSTCHAR10Assigned to domainALPHABU_PARTNERDEBI
MS_DR_INDIndicates manufacturer/supplier or distributor/reseller lot /SAPHT/DRM_MSDRINDCHAR1/SAPHT/DRM_MSDRIND
LS_EC_INVLogical System of Resale Invoice /SAPHT/DRM_LS_ECINVCHAR10Assigned to domainALPHALOGSYS
EC_INV_NOEnd customer invoice number /SAPHT/DRM_ECINVDOCCHAR20CHAR20
EC_INV_ITMResale invoice item number /SAPHT/DRM_ECINVITMNUMC6Assigned to domainPOSNR
CUS_REF_FLDShip-and-debit claim reference number /SAPHT/DRM_SDCUSREFCHAR35/SAPHT/DRM_SDCUSREF
CLAIM_QTYClaim quantity /SAPHT/DRM_CLAIM_QTYQUAN15(3) MENG15
CLAIM_APP_QTYClaim Approved Quantity /SAPHT/DRM_CLMAPPQTYQUAN15(3) MENG15
QTY_UNITBase Unit of Measure MEINSUNIT3Assigned to domainCUNITMEINS
PPANNOPrice protection announcement number /SAPHT/DRM_PPANNOCHAR10CHAR10
PPEFFDATEPrice protection effective date /SAPHT/DRM_PPEFFDATEDATS8DATS/SAPHT/DRM_PPEFFDT
RECORDNOPrice protection due list record number /SAPHT/DRM_RECORDNOCHAR10ALPHABELNR
REF_KEYDRM Claim reference key /SAPHT/DRM_REF_KEYCHAR10CHAR10
ITM_NUMBERItem number of the SD document POSNRNUMC6Assigned to domainPOSNR
DESIGN_REG_NODesign registration number /SAPHT/DRM_DESIGN_REG_NOCHAR30CHAR30
HDR_BILL_BLOCKYes/no ETRUECHAR1X
ITM_BILL_BLOCKYes/no ETRUECHAR1X
MATERIAL_EXTERNALLong Material Number for MATERIAL Field MGV_MATERIAL_EXTERNALCHAR40MATNR_EXT
MATERIAL_GUIDExternal GUID for MATERIAL Field MGV_MATERIAL_GUIDCHAR32MATNR_EGUID
MATERIAL_VERSIONVersion Number for MATERIAL Field MGV_MATERIAL_VERSIONCHAR10MATNWMATNR_VERS
MSBOOKPARTNO_EXTERNALLong Material Number for MSBOOKPARTNO Field MGV_MSBOOKPARTNO_EXTERNALCHAR40MATNR_EXT
MSBOOKPARTNO_GUIDExternal GUID for MSBOOKPARTNO Field MGV_MSBOOKPARTNO_GUIDCHAR32MATNR_EGUID
MSBOOKPARTNO_VERSIONVersion Number for MSBOOKPARTNO Field MGV_MSBOOKPARTNO_VERSIONCHAR10MATNWMATNR_VERS

Key field Non-key field



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

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

How to access SAP table BAPI_DRMCLAIMS

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