/DSD/ME_CREDIT_HEADER SAP (DSD Connector: Credit header structure) Structure details

Dictionary Type: Structure
Description: DSD Connector: Credit header structure




ABAP Code to SELECT data from /DSD/ME_CREDIT_HEADER
Related tables to /DSD/ME_CREDIT_HEADER
Access table /DSD/ME_CREDIT_HEADER




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

/DSD/ME_CREDIT_HEADER 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 "DSD Connector: Credit header structure" 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_/DSD/ME_CREDIT_HEADER TYPE /DSD/ME_CREDIT_HEADER.

The /DSD/ME_CREDIT_HEADER table consists of various fields, each holding specific information or linking keys about DSD Connector: Credit header structure data available in SAP. These include CUST_NO_R (DSD Connector: Customer Number), C_CTR_AREA (DSD Connector: Credit Control Area), CRED_LIMIT (DSD Connector: Credit Limit), CURR_PAYER_ONLY (DSD Connector: Flag).. 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 /DSD/ME_CREDIT_HEADER 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
CUST_NODSD Connector: Customer Number /DSD/ME_CUSTNOCHAR10CHAR10
CUST_NO_RDSD Connector: Customer Number /DSD/ME_CUSTNOCHAR10CHAR10
C_CTR_AREADSD Connector: Credit Control Area /DSD/ME_C_CTR_AREACHAR4CHAR4
CRED_LIMITDSD Connector: Credit Limit /DSD/ME_CRED_LIMITDEC23(4) BAPICURR
CURR_PAYER_ONLYDSD Connector: Flag /DSD/ME_FLAGCHAR1CHAR1
CRED_DATEField of type DATS DATSDATS8DATS
CRED_TIMEField of type TIMS TIMSTIMS6TIME
NET_ARREARSDSD Connector: Days in Arrears /DSD/ME_DAYS_ARREARSDEC6DEC6
DUE_ITEMSDSD Connector: Due Items /DSD/ME_DUE_ITEMSDEC23(4) /DSD/ME_DEC23_4
OPEN_ITEMSDSD Connector: Due Items /DSD/ME_DUE_ITEMSDEC23(4) /DSD/ME_DEC23_4
CURRENCYDSD Connector: Currency Key /DSD/ME_CUKYCHAR5CHAR5
RISK_CATEGDSD Connector: Risk Category /DSD/ME_RISKCATEGCHAR3CHAR3
EXTFLD1DSD Connector: Extension field(30Char) /DSD/ME_EXT30CHAR30CHAR30
EXTFLD2DSD Connector: Extension field(60Char) /DSD/ME_EXT60CHAR60CHAR60
EXTFLD3DSD Connector: Extension field(60Char) /DSD/ME_EXT60CHAR60CHAR60
EXTFLD4DSD Connector: Extension field(60Char) /DSD/ME_EXT60CHAR60CHAR60
EXTFLD5DSD Connector: Extension field(60Char) /DSD/ME_EXT60CHAR60CHAR60
ME_ACTIONDSD Connector: Action Flag for ME /DSD/ME_ACTIONCHAR1/DSD/ME_ACTION

Key field Non-key field



How do I retrieve data from SAP structure /DSD/ME_CREDIT_HEADER using ABAP code?

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

How to access SAP table /DSD/ME_CREDIT_HEADER

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