RF61B SAP (FI-ARI: work fields) Structure details

Dictionary Type: Structure
Description: FI-ARI: work fields




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




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

RF61B 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 "FI-ARI: 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_RF61B TYPE RF61B.

The RF61B table consists of various fields, each holding specific information or linking keys about FI-ARI: work fields data available in SAP. These include SDYNNS (FI-ARI: Additional screen number), SPOOL1 (FI-ARI: Module pool for additional screen), SDYNN1 (FI-ARI: Additional screen number), SPOOL2 (FI-ARI: Module pool for additional screen).. 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 RF61B 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
SPOOLSFI-ARI: Module pool for additional screen SPOOL_ARICHAR8CHAR8
SDYNNSFI-ARI: Additional screen number SDYNN_ARICHAR4DYNNR
SPOOL1FI-ARI: Module pool for additional screen SPOOL_ARICHAR8CHAR8
SDYNN1FI-ARI: Additional screen number SDYNN_ARICHAR4DYNNR
SPOOL2FI-ARI: Module pool for additional screen SPOOL_ARICHAR8CHAR8
SDYNN2FI-ARI: Additional screen number SDYNN_ARICHAR4DYNNR
SPOOL3FI-ARI: Module pool for additional screen SPOOL_ARICHAR8CHAR8
SDYNN3FI-ARI: Additional screen number SDYNN_ARICHAR4DYNNR
SPOOL4FI-ARI: Module pool for additional screen SPOOL_ARICHAR8CHAR8
SDYNN4FI-ARI: Additional screen number SDYNN_ARICHAR4DYNNR
SPOOL5FI-ARI: Module pool for additional screen SPOOL_ARICHAR8CHAR8
SDYNN5FI-ARI: Additional screen number SDYNN_ARICHAR4DYNNR
SPOOL6FI-ARI: Module pool for additional screen SPOOL_ARICHAR8CHAR8
SDYNN6FI-ARI: Additional screen number SDYNN_ARICHAR4DYNNR
FTEXT1Open FI: Short name KTEXT_ARICHAR20TXT20
FTEXT2Open FI: Short name KTEXT_ARICHAR20TXT20
FTEXT3Open FI: Short name KTEXT_ARICHAR20TXT20
FTEXT4Open FI: Short name KTEXT_ARICHAR20TXT20
FTEXT5Open FI: Short name KTEXT_ARICHAR20TXT20
FTEXT6Open FI: Short name KTEXT_ARICHAR20TXT20
KRAUSCredit information number KRAUS_CMCHAR11CHAR11
SPRASLanguage Key SPRASLANG1Assigned to domainISOLASPRASSPRH_T002
LAND1Country Key LAND1CHAR3Assigned to domainLAND1LND
RCODEReturn code RCODECHAR2RCODE
RTEXTFI-ARI: Return Code in Text Form RTEXT_ARICHAR60TXT60

Key field Non-key field



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

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

How to access SAP table RF61B

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