BAPICUSMAT is an SAP Structure so does not store data like a database table does but can be used 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 .
Below is the documentation avaialable and full details of the fields which make up this Structure.
You can view further information about this via relevant transactions such as SE11 or SE80. Also check out the Comments section below to view or add related contributions and example screen shots.
Field | Component Type | Data Type | length (Decimals) | Check table | Description | Conversion Routine |
REFOBJTYPE | SWO_OBJTYP | CHAR | 10 |
* | Object Type | |
REFOBJKEY | SWO_TYPEID | CHAR | 70 | Object key | ||
SALESORG | VKORG | CHAR | 4 |
* | Sales Organization | |
DISTR_CHAN | VTWEG | CHAR | 2 |
* | Distribution Channel | |
CUSTOMER | KUNNR | CHAR | 10 |
* | Customer Number | ALPHA |
MATERIAL | MATNR | CHAR | 18 |
* | Material Number | MATN1 |
OPERATION | MSGFN | CHAR | 3 | Function | ||
CREATED_BY | ERNAM | CHAR | 12 | Name of Person who Created the Object | ||
CREAT_DATE | ERDAT | DATS | 8 | Date on Which Record Was Created | ||
SORT_FLD | SORTL | CHAR | 10 | Sort field | ||
MAT_NR_CUS | MATNR_KU | CHAR | 35 | Material Number Used by Customer | ||
CUS_MAT_T | KDPTX | CHAR | 40 | Customer description of material | ||
DLV_PRIO | LPRIO | NUMC | 2 |
* | Delivery Priority | |
MIN_DELY | MINLF | QUAN | 13(3) | Minimum delivery quantity in delivery note processing | ||
BASE_UOM | MEINS | UNIT | 3 |
* | Base Unit of Measure | CUNIT |
BASEUOMISO | MEINS_ISO | CHAR | 3 |
* | Base unit of measure in ISO code | |
BTCH_SPLIT | CHSPL | CHAR | 1 | Batch split allowed | ||
PART_DLV | KZTLF | CHAR | 1 | Partial delivery at item level | ||
MAX_PL_DLV | ANTLF | DEC | 1 | Maximum Number of Partial Deliveries Allowed Per Item | ||
UNDER_DT | UNTTO | DEC | 3(1) | Underdelivery Tolerance Limit | ||
OVER_DT | UEBTO | DEC | 3(1) | Overdelivery Tolerance Limit | ||
DELI_UT | UEBTK_V | CHAR | 1 | Unlimited overdelivery allowed | ||
PLANT | WERKS_D | CHAR | 4 |
* | Plant | |
ROUND_PROF | RDPRF | CHAR | 4 |
* | Rounding Profile | |
UNIT_GROUP | MEGRU | CHAR | 4 |
* | Unit of Measure Group | |
SD_TAXCODE | J_1BTXSDC_ | CHAR | 2 |
* | SD tax code | |
ITEMUSAGE | VWPOS | CHAR | 4 |
* | Item usage | |
BPART_GUID | SYCHAR32 | CHAR | 32 | CHAR32 data element for SYST |
Key field | |
Non-key field |
BAPICUSMAT - CRM BAPI Structure for Customer Material Info BAPICUSM01 - Copy of BAPICUSMAT ( Usage Only in Adapter Framework ) BAPICUSLDP - BAPI Structure: Customer, Unloading Point BAPICUSL01 - Copy of BAPICUSLDP ( Usage Only in Adapter Framework ) BAPICUSHIE - SD Customer Hierarchy Nodes for SFA Download BAPICUSGEN - BAPI Structure: Customer, General Data