J_3RFBS5_ROWS SAP (Section rows of balance sheet supplement N5) Table details

Dictionary Type: Table
Description: Section rows of balance sheet supplement N5




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




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

J_3RFBS5_ROWS is a standard SAP Table which is used to store Section rows of balance sheet supplement N5 data and is available within R/3 SAP systems depending on the version and release level.

The J_3RFBS5_ROWS table consists of various fields, each holding specific information or linking keys about Section rows of balance sheet supplement N5 data available in SAP. These include FORMCODE (Section Code of Balance Sheet Supplement N5), ROWCODE (Internal Code of Section Row), EXTCODE (Output Code of Section Row in Legal Form), SELOPTCODE (Code of Asset Class Group).. 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: E - Control table, SAP and customer have separate key areas
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)

Text table = J_3RFBS5_ROWT


SAP J_3RFBS5_ROWS table 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
MANDTClient MANDTCLNT3Assigned to domainMANDT
FORMCODESection Code of Balance Sheet Supplement N5 J_3RBS5FORMCODECHAR4J_3RFBS5_FORMSCHAR04J_3RFBS5_FORMS_SH
ROWCODEInternal Code of Section Row J_3RBS5ROWCODECHAR4CHAR04
EXTCODEOutput Code of Section Row in Legal Form J_3RBS5EXTCODECHAR4CHAR04
SELOPTCODECode of Asset Class Group J_3RBS5SELOPTCHAR4J_3RFBS5_SELCRCHAR04
SHUT_DOWNAssets Shut Down J_3RBS5SHUTDOWNCHAR1XFELD
PLEDGEDPledged Assets J_3RBS5PLEDGEDCHAR1XFELD
COL01Content of Column 1 J_3RBS5COL01CHAR2J_3RBS5COL
COL02Content of Column 2 J_3RBS5COL02CHAR2J_3RBS5COL
COL03Content of Column 3 J_3RBS5COL03CHAR2J_3RBS5COL
COL04Content of Column 4 J_3RBS5COL04CHAR2J_3RBS5COL
COL05Content of Column 5 J_3RBS5COL05CHAR2J_3RBS5COL
COL06Content of Column 6 J_3RBS5COL06CHAR2J_3RBS5COL
COL07Content of Column 7 J_3RBS5COL07CHAR2J_3RBS5COL
COL08Content of Column 8 J_3RBS5COL08CHAR2J_3RBS5COL
COL09Content of Column 9 J_3RBS5COL09CHAR2J_3RBS5COL
COL10Content of Column 10 J_3RBS5COL10CHAR2J_3RBS5COL

Key field Non-key field



How do I retrieve data from SAP table J_3RFBS5_ROWS using ABAP code

The following ABAP code Example will allow you to do a basic selection on J_3RFBS5_ROWS to SELECT all data from the table
DATA: WA_J_3RFBS5_ROWS TYPE J_3RFBS5_ROWS.

SELECT SINGLE *
FROM J_3RFBS5_ROWS
INTO CORRESPONDING FIELDS OF WA_J_3RFBS5_ROWS
WHERE...

How to access SAP table J_3RFBS5_ROWS

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