KLJCUR SAP (External Key Fields for Original Objects in Credit Limit) Structure details

Dictionary Type: Structure
Description: External Key Fields for Original Objects in Credit Limit




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




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

KLJCUR 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 "External Key Fields for Original Objects in Credit Limit" 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_KLJCUR TYPE KLJCUR.

The KLJCUR table consists of various fields, each holding specific information or linking keys about External Key Fields for Original Objects in Credit Limit data available in SAP. These include BUKRS (Company Code), RANLALT1 (Alternative Identification), RANL (Contract Number), NORDEXT (External order number).. 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 KLJCUR 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
OBJTYPFinancial Transaction Category KL_EXTTYPCHAR2KL_EXTTYP
BUKRSCompany Code BUKRSCHAR4T001BUKRSBUKC_T001
RANLALT1Alternative Identification RANLALT1CHAR13CHAR13
RANLContract Number RANLCHAR13ALPHARANLRAN
NORDEXTExternal order number NORDEXTCHAR20CHAR20
NORDEROrder Number NORDERNUMC8NUM8ORD
REXTNRExternal Account Number JBREXTNRCHAR18JBREXTNR
RBKONTAccount Number JBRBKONTCHAR16Assigned to domainJBRBKONTJB4
RFHAFinancial Transaction TB_RFHACHAR13Assigned to domainALPHAT_RFHAFANVTBA
RUBESTPosition Name JBRUBESTCHAR10Assigned to domainJBRUBESTJB8
RANLWSecurity ID Number VVRANLWCHAR13VWPANLAALPHAWP_RANLRANSECURITY_F4
RLDEPOSecurities Account RLDEPOCHAR10TWD01RLDEPODEPACC_CCD_CORE
RIDEXTExternal Number of the Generic Transaction JBRIDEXTCHAR20JBRIDEXTRIDEXTS_JBRDBKO_RIDEXT
RIDXRTInternal Number of the Generic Transaction JBRIDXRTCHAR20Assigned to domainALPHAJBRIDXRTRIDXRTS_JBRDBKO_RIDXRT
RIDBSTDEXTExternal ID for Position of Generic Transactions JBRIDBSTDEXTCHAR20JBRIDBSTDEXTRIDBSTDEXT
RIDBSTDInternal Number for Position of Generic Transactions JBRIDBSTDCHAR20Assigned to domainALPHAJBRIDBSTDRIDBSTDS_JBRDBRTBSTD_RIDBSTDEXT
SSHLNGShort/Long Indicator JBSSHLNGCHAR1JBSSHLNG
RBESTOPosition Number JBRBESTONUMC10JBDBSTDNUM10JBA
ACNUM_EXTAccount number for current account BKK_ACEXTCHAR35ACEXTBKK_ACEXTACEBKKACEXT
BKKRSBank Area BKK_BKKRSCHAR4TBKK01BKK_BKKRSBNS
EXTNRExternal Administration Number KL_EXTADMCHAR40KL_EXTADM
RESERVGEXTExternal Reservation Number KL_EXTRESVGCHAR40KL_EXTADM
RESERVGReservation ID TB_ARNRCHAR20Assigned to domainALPHATB_ARNRTB_ARNR
VTNUMNumber of Variable Transaction JBVTNUMCHAR40JBVTNUMVTNUMJBSHVT
FAZNRIdentifier for Facilities (Internal) KL_FAZNRCHAR20Assigned to domainKL_FAZNRFAZINT
FAZIDIdentifier for Facilities (External) KL_FAZIDCHAR40KL_FAZIDFAZEXT

Key field Non-key field



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

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

How to access SAP table KLJCUR

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