RF02K SAP (Maintain vendor master record screen and work fields) Structure details

Dictionary Type: Structure
Description: Maintain vendor master record screen and work fields




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




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

RF02K 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 "Maintain vendor master record 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_RF02K TYPE RF02K.

The RF02K table consists of various fields, each holding specific information or linking keys about Maintain vendor master record screen and work fields data available in SAP. These include BUKRS (Company Code), EKORG (Purchasing Organization), REF_LIFNR (Reference for vendor (matchcode field)), REF_BUKRS (Reference Company Code).. 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)


SAP RF02K 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
LIFNRVendor Account Number LIF16CHAR16ALPHALIF16LIF
BUKRSCompany Code BUKRSCHAR4T001BUKRSBUKC_T001
EKORGPurchasing Organization EKORGCHAR4T024EEKORGEKO
REF_LIFNRReference for vendor (matchcode field) REF_LIFNRCHAR16ALPHALIF16RLF
REF_BUKRSReference Company Code REF_BUKRSCHAR4T001BUKRSRBU
REF_EKORGReference Purchasing Organization REF_EKORGCHAR4T024EEKORGREO
KTOKKVendor account group KTOKKCHAR4T077KKTOKKKGK
XASELIndicator: payment method selected (customer/vendor master)? XZSCHCHAR1XFELD
AZSCHPayment Method DZLSCHCHAR1T042ZZLSCH
AZTXTName of Payment Method in Language of the Country TEXT1_042ZCHAR30TEXT30
XESELIndicator: payment method selected (customer/vendor master)? XZSCHCHAR1XFELD
EZSCHPayment Method DZLSCHCHAR1T042ZZLSCH
EZTXTName of Payment Method in Language of the Country TEXT1_042ZCHAR30TEXT30
TEXT1Explanation of the Vendor Block/Delete Status TEXT1_F02KCHAR50TEXT50
D0110Process data? XDYNPCHAR1XFELD
D0120Process data? XDYNPCHAR1XFELD
D0130Process data? XDYNPCHAR1XFELD
D0210Process data? XDYNPCHAR1XFELD
D0215Process data? XDYNPCHAR1XFELD
D0220Process data? XDYNPCHAR1XFELD
D0310Process data? XDYNPCHAR1XFELD
D0600Process data? XDYNPCHAR1XFELD
D0610Edit withholding tax data? XDYNP_WTCHAR1XFELD
T0110Vendor Master Record Screen Title DTEXT_F02KCHAR20TEXT20
T0120Vendor Master Record Screen Title DTEXT_F02KCHAR20TEXT20
T0130Vendor Master Record Screen Title DTEXT_F02KCHAR20TEXT20
T0210Vendor Master Record Screen Title DTEXT_F02KCHAR20TEXT20
T0215Vendor Master Record Screen Title DTEXT_F02KCHAR20TEXT20
T0220Vendor Master Record Screen Title DTEXT_F02KCHAR20TEXT20
T0310Vendor Master Record Screen Title DTEXT_F02KCHAR20TEXT20
T0600Vendor Master Record Screen Title DTEXT_F02KCHAR20TEXT20
T0610Vendor Master Record Screen Title DTEXT_F02KCHAR20TEXT20
SEITEList display page counter CNTPACHAR9CHAR9
SXTXTSex of the Person Subject to Withholding Tax Text SXTXT_F02KCHAR60AS4TEXT
PRFTXText on control of the pricing date PRFTX_F02KCHAR60AS4TEXT
DPL_LIFNRAccount Number of Vendor or Creditor LIFNRCHAR10Assigned to domainALPHALIFNRLIFKRED_C
DPL_NAME1Name 1 NAME1_GPCHAR35NAME
DPL_STRASHouse number and street STRAS_GPCHAR35TEXT35
DPL_PSTLZPostal Code PSTLZCHAR10PSTLZ
DPL_ORT01City ORT01_GPCHAR35TEXT35
DPL_LAND1Country Key LAND1_GPCHAR3T005LAND1C_LAND1
CONFSA_TConfirmation status (CONFS) CONFS_TCHAR25TEXT25
CONFSB_TConfirmation status (CONFS) CONFS_TCHAR25TEXT25
XNCONDisplay accounts to be confirmed XNCONCHAR1XFELD
XDECLDisplay accounts refused XDECLCHAR1XFELD
X08_CHECKDisplay only accounts to be confirmed by me X08_CHECKCHAR1XFELD
SDATACharacter Field Length 1 CHAR01CHAR1CHAR1

Key field Non-key field



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

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

How to access SAP table RF02K

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