BAPICUSMAT SAP (CRM BAPI Structure for Customer Material Info) Structure details

Dictionary Type: Structure
Description: CRM BAPI Structure for Customer Material Info




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




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

BAPICUSMAT 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 "CRM BAPI Structure for Customer Material Info" 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_BAPICUSMAT TYPE BAPICUSMAT.

The BAPICUSMAT table consists of various fields, each holding specific information or linking keys about CRM BAPI Structure for Customer Material Info data available in SAP. These include REFOBJKEY (Object key), SALESORG (Sales Organization), DISTR_CHAN (Distribution Channel), CUSTOMER (Customer Numbers).. 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: Not classified


SAP BAPICUSMAT 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
REFOBJTYPEObject Type SWO_OBJTYPCHAR10Assigned to domainOJ_NAMEOBJ
REFOBJKEYObject key SWO_TYPEIDCHAR70SWO_TYPEID
SALESORGSales Organization VKORGCHAR4Assigned to domainVKORGVKOC_VKORG
DISTR_CHANDistribution Channel VTWEGCHAR2Assigned to domainVTWEGVTWC_VTWEG
CUSTOMERCustomer Numbers KUNNRCHAR10Assigned to domainALPHAKUNNRKUNC_KUNNR
MATERIALMaterial Number MATNRCHAR18Assigned to domainMATN1MATNRMATS_MAT1
OPERATIONFunction MSGFNCHAR3MSGFN
CREATED_BYName of Person who Created the Object ERNAMCHAR12USNAM
CREAT_DATEDate on Which Record Was Created ERDATDATS8DATUM
SORT_FLDSort field SORTLCHAR10CHAR10
MAT_NR_CUSMaterial Number Used by Customer MATNR_KUCHAR35IDNEX
CUS_MAT_TCustomer description of material KDPTXCHAR40TEXT40
DLV_PRIODelivery Priority LPRIONUMC2Assigned to domainLPRIO
MIN_DELYMinimum delivery quantity in delivery note processing MINLFQUAN13(3) MENG13
BASE_UOMBase Unit of Measure MEINSUNIT3Assigned to domainCUNITMEINS
BASEUOMISOBase unit of measure in ISO code MEINS_ISOCHAR3Assigned to domainISOCD_UNIT
BTCH_SPLITBatch split allowed CHSPLCHAR1XFELD
PART_DLVPartial delivery at item level KZTLFCHAR1KZTLF
MAX_PL_DLVMaximum Number of Partial Deliveries Allowed Per Item ANTLFDEC1ANTLF
UNDER_DTUnderdelivery Tolerance Limit UNTTODEC3(1) PRZ21
OVER_DTOverdelivery Tolerance Limit UEBTODEC3(1) PRZ21
DELI_UTUnlimited overdelivery allowed UEBTK_VCHAR1XFELD
PLANTPlant WERKS_DCHAR4Assigned to domainWERKSWRKH_T001W_C
ROUND_PROFRounding Profile RDPRFCHAR4Assigned to domainRDPRF
UNIT_GROUPUnit of Measure Group MEGRUCHAR4Assigned to domainMEGRU
SD_TAXCODESD tax code J_1BTXSDC_CHAR2Assigned to domainJ_1BTXSDC
ITEMUSAGEItem usage VWPOSCHAR4Assigned to domainVWPOS
BPART_GUIDCHAR32 data element for SYST SYCHAR32CHAR32SYCHAR32

Key field Non-key field



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

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

How to access SAP table BAPICUSMAT

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