STY_CUST_CREDIT_INFO_ENR_X SAP (Enriched Credit and Representative Data - X-Structure) Structure details

Dictionary Type: Structure
Description: Enriched Credit and Representative Data - X-Structure




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




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

STY_CUST_CREDIT_INFO_ENR_X 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 "Enriched Credit and Representative Data - X-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_STY_CUST_CREDIT_INFO_ENR_X TYPE STY_CUST_CREDIT_INFO_ENR_X.

The STY_CUST_CREDIT_INFO_ENR_X table consists of various fields, each holding specific information or linking keys about Enriched Credit and Representative Data - X-Structure data available in SAP. These include NETWR_X (Net Value of the Sales Order in Document Currency), WAERK_X (SD Document Currency), KNKLI_X (Customer's account number with credit limit reference), KNKLI_NAME_X (Name 1).. 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: Can be enhanced (character-type or numeric)


SAP STY_CUST_CREDIT_INFO_ENR_X 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
KUNNR_XCustomer Numbers KUNNRCHAR10Assigned to domainALPHAKUNNRKUNC_KUNNR
NETWR_XNet Value of the Sales Order in Document Currency SP_NETWR_AKCURR15(2) WERTV8
WAERK_XSD Document Currency WAERKCUKY5Assigned to domainWAERSFWS
.INCLU-_X 0
KNKLI_XCustomer's account number with credit limit reference SP_KNKLICHAR10Assigned to domainALPHAKUNNR
KNKLI_NAME_XName 1 AD_NAME1CHAR40TEXT40
KKBER_XCredit control area KKBERCHAR4Assigned to domainKKBERKKB
KKBER_TEXT_XDescription of the credit control area SP_KKBTXCHAR35TEXT35
WAERS_XCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
KLIMK_XCustomer's credit limit SP_KLIMKCURR15(2) WERT8
OBLIG_XCustomer's credit limit SP_KLIMKCURR15(2) WERT8
DELTA_XCustomer's credit limit SP_KLIMKCURR15(2) WERT8
KLPRZ_XCredit Exposue SP_KLPRZ_F02LDEC5(2) PRZ32
CTLPC_XCredit management: Risk category SP_CTLPC_CMCHAR3SP_CTLPC_CM
CTLPC_TEXT_XName of the risk class SP_RTEXT_CMCHAR30TEXT30
SBGRP_XCredit representative group for credit management SP_SBGRP_CMCHAR3SP_SBGRP_CM
SBGRP_TEXT_XName of the credit representative group SP_STEXT_CMCHAR30TEXT30
GRUPP_XCustomer Credit Group SP_GRUPP_CMCHAR4SP_GRUPP_CM
GRUPP_TEXT_XName of the group SP_GTEXT_CMCHAR30TEXT30
KDGRP_XCustomer Group SP_KDGRP_CMCHAR8CHAR8
KDGRP_TEXT_XName of the group SP_GTEXT_CMCHAR30TEXT30
.INCLU-_X 0
PERNR_XPersonnel Number PERNR_DNUMC8PERNRPER
PARVW_XPartner Function SP_PARVWCHAR2SP_PARVW
PARVW_TEXT_XName VTXTKCHAR20TEXT20
ANRED_XLong Text: Form of Address ANRLTCHAR15TEXT15
FNAME_XFirst Name PAD_VORNACHAR40PAD_VORNM
LNAME_XLast Name PAD_NACHNCHAR40PAD_NACHN
EMNAM_XFormatted Name of Employee or Applicant EMNAMCHAR40TEXT40
EMAIL_XE-Mail Address AD_SMTPADRCHAR241SXIDNAD_SMTPADR
TELNO_XFirst telephone no.: dialling code+number AD_TLNMBR1CHAR30CHAR30

Key field Non-key field



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

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

How to access SAP table STY_CUST_CREDIT_INFO_ENR_X

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