CUSTOMERS - ABAP Book: Customers
ABAP Book: Customers information is stored in SAP table CUSTOMERS.
It is part of development package SABB in software component BC-DWB-UTL. This development package consists of objects that can be grouped under "Example Objects for the ABAP Manual".
It is part of development package SABB in software component BC-DWB-UTL. This development package consists of objects that can be grouped under "Example Objects for the ABAP Manual".
Fields for table CUSTOMERS
Field Name | Description | Is Key | Data Element | Data Type | Length | Check Table |
---|---|---|---|---|---|---|
MANDT | Client | X | S_MANDT | CLNT | 6 | T000 |
ID | Customer Number | X | S_CUSTOMER | NUMC | 16 | * |
NAME | Customer name | S_CUSTNAME | CHAR | 50 | ||
POSTCODE | Postal Code | POSTCODE | CHAR | 20 | ||
CITY | City | CITY | CHAR | 50 | ||
CUSTTYPE | Customer type | S_CUSTTYPE | CHAR | 2 | ||
DISCOUNT | Discount rate | S_DISCOUNT | NUMC | 6 | ||
TELEPHONE | Telephone number of flight customer | S_PHONENO | CHAR | 60 |