RF02L SAP (Customer credit management screen and work fields) Structure details

Dictionary Type: Structure
Description: Customer credit management screen and work fields




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




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

RF02L 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 "Customer credit management screen and work fields" 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_RF02L TYPE RF02L.

The RF02L table consists of various fields, each holding specific information or linking keys about Customer credit management screen and work fields data available in SAP. These include D0105 (Process data?), D0110 (Process data?), D0120 (Process data?), D0210 (Process data?).. 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 RF02L 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
BUKLSList of Company Codes BUKLSCHAR50BUKLS
D0105Process data? XDYNPCHAR1XFELD
D0110Process data? XDYNPCHAR1XFELD
D0120Process data? XDYNPCHAR1XFELD
D0210Process data? XDYNPCHAR1XFELD
D0220Process data? XDYNPCHAR1XFELD
DSOATNumber of Days DSOATNUMC4NUM04
DSOINDSO ratio (outstanding receivables in sales days) DSOIN_F02LNUMC4NUM04
DSOSACurrent Balance DSOSACURR15(2) WRTV8
DSOUTSales per Day DSOUTCURR15(2) WERT8
HORDADate of credit horizon HORDA_F02LDATS8SYDATS
KKBERCredit control area KKBERCHAR4T014KKBERKKB
KKBTXDescription of the credit control area KKBTXCHAR35TEXT35
KLIMACustomer's credit limit KLIMKCURR15(2) WERT8
KLIMELargest individual limit of a credit control area KLIME_F02LCURR15(2) WERT8
KLIMGCredit limit: Total limit across all control areas KLIMGCURR15(2) WERT8
KLIMKCustomer's credit limit KLIMKCURR15(2) WERT8
KLPRZCredit limit used KLPRZ_F02LDEC5(2) PRZ32
KNKLICustomer's account number with credit limit reference KNKLICHAR10KNA1ALPHAKUNNR
KUNDECustomer Numbers KUNNRCHAR10KNA1ALPHAKUNNRKUNC_KUNNR
KUNNRCustomer Account Number KUN16CHAR16ALPHAKUN16KUN
OBLIGCredit exposure (for credit limit check) OBLIG_F02LCURR15(2) WRTV8
TNEUAText: Resetting necessary TNEUA_F02LCHAR30TEXT30
TXT01Note text TXT01CHAR60TEXT60
T0105Customer master credit management screen title DTEXT_F02LCHAR20TEXT20
T0110Customer master credit management screen title DTEXT_F02LCHAR20TEXT20
T0120Customer master credit management screen title DTEXT_F02LCHAR20TEXT20
T0210Customer master credit management screen title DTEXT_F02LCHAR20TEXT20
T0220Customer master credit management screen title DTEXT_F02LCHAR20TEXT20
WAERACurrency in which the credit limit is to be defined WAERS_F02LCUKY5TCURCWAERS
WAERBCurrency in which the credit limit is to be defined WAERS_F02LCUKY5TCURCWAERS
XNEUACheckbox XFELDCHAR1XFELD
XTEXTIndicator: Texts exist ? XTEXT_F02LCHAR1XFELD
SAUFTTotal of the sales values for the credit limit check SAUFTCURR15(2) WRTV8
DELTAOver budget amount in credit management DELTA_F02LCURR15(2) WRTV8
HORDA_CMDate of credit horizon HORDA_CMDATS8SYDATS
XSAUFTDetermine sales value? XSAUFTCHAR1XFELD
XSHOWIndicator: Display data XSHOW_CMCHAR1XFELD
XDSODetermine DSO Code? XDSOCHAR1XFELD

Key field Non-key field



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

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

How to access SAP table RF02L

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