RFFR_C80 SAP (this is for the C80 document that is used for French) Structure details

Dictionary Type: Structure
Description: this is for the C80 document that is used for French




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




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

RFFR_C80 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 "this is for the C80 document that is used for French" 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_RFFR_C80 TYPE RFFR_C80.

The RFFR_C80 table consists of various fields, each holding specific information or linking keys about this is for the C80 document that is used for French data available in SAP. These include LAND (Country Key), KUNNR (Customer Numbers), KNAME1 (Name), LIFNR (Account Number of Vendor or Creditor).. 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 RFFR_C80 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
BUKRSCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
LANDCountry Key LAND1CHAR3Assigned to domainLAND1LND
KUNNRCustomer Numbers KUNNRCHAR10Assigned to domainALPHAKUNNRKUNC_KUNNR
KNAME1Name NAME1CHAR30TEXT30
LIFNRAccount Number of Vendor or Creditor LIFNRCHAR10Assigned to domainALPHALIFNRLIFKRED_C
LNAME1Name NAME1CHAR30TEXT30
SIRENBDFTax Number 1 STCD1CHAR16STCD1
BELNRAccounting Document Number BELNR_DCHAR10ALPHABELNRBLN
BUDATPosting Date in the Document BUDATDATS8DATUM
BLDATDocument Date in Document BLDATDATS8DATUM
CDECOState Central Bank Indicator LZBKZCHAR3Assigned to domainLZBKZ
LVAWVIndicator acc.to service specifications (suppl.LV to AWV) DTAW4NUMC3NUMC03
MTARRAmount in document currency WRBTRCURR13(2) WERT7
CDMONBDF Currency Key CDMONCHAR4CDMON
SENS Deb/Cre0
MLDWAERReporting Currency MLDWAERCUKY5Assigned to domainWAERS

Key field Non-key field



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

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

How to access SAP table RFFR_C80

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