J_3RFBS5_COLT SAP (Section columns of balance sheet supplement N5 (text table)) Table details

Dictionary Type: Table
Description: Section columns of balance sheet supplement N5 (text table)




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




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

J_3RFBS5_COLT is a standard SAP Table which is used to store Section columns of balance sheet supplement N5 (text table) data and is available within R/3 SAP systems depending on the version and release level.

The J_3RFBS5_COLT table consists of various fields, each holding specific information or linking keys about Section columns of balance sheet supplement N5 (text table) data available in SAP. These include SPRSL (Language Key), FORMCODE (Section Code of Balance Sheet Supplement N5), COL (Code of Section Column), SHORTTEXT (Title of Column in ALV List).. 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: C - Customising table, maintenance only by cust
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)

Text table for: J_3RFBS5_COLS


SAP J_3RFBS5_COLT 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
SPRSLLanguage Key SPRSLLANG1Assigned to domainISOLASPRAS
FORMCODESection Code of Balance Sheet Supplement N5 J_3RBS5FORMCODECHAR4J_3RFBS5_FORMSCHAR04J_3RFBS5_FORMS_SH
COLCode of Section Column J_3RBS5COLUMNCHAR2J_3RFBS5_COLSCHAR02
SHORTTEXTTitle of Column in ALV List J_3RBS5SHORTALVCCHAR40TEXT40
DESCRIPT1Column Title 1 J_3RBS5COLTEXT1CHAR50TEXT50
DESCRIPT2Column Title 2 J_3RBS5COLTEXT2CHAR50TEXT50
DESCRIPT3Column Title 3 J_3RBS5COLTEXT3CHAR50TEXT50
DESCRIPT4Column Title 4 J_3RBS5COLTEXT4CHAR50TEXT50
DESCRIPT5Column Title 5 J_3RBS5COLTEXT5CHAR50TEXT50

Key field Non-key field



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

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

SELECT SINGLE *
FROM J_3RFBS5_COLT
INTO CORRESPONDING FIELDS OF WA_J_3RFBS5_COLT
WHERE...

How to access SAP table J_3RFBS5_COLT

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