J_3RBSFORM_HEADER SAP (Common data fo Balance sheet forms) Structure details

Dictionary Type: Structure
Description: Common data fo Balance sheet forms




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




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

J_3RBSFORM_HEADER 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 "Common data fo Balance sheet forms" 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_J_3RBSFORM_HEADER TYPE J_3RBSFORM_HEADER.

The J_3RBSFORM_HEADER table consists of various fields, each holding specific information or linking keys about Common data fo Balance sheet forms data available in SAP. These include KPP (KPP Number of Reporting Company), DATE (Document Date for Balance Sheet Reports), TOT_PAGES (Character field of length 6), TOT_APPEND (Character field of length 6).. 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 (Deep)


SAP J_3RBSFORM_HEADER 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
INNCharacter Field of Length 12 CHAR12CHAR12CHAR12
KPPKPP Number of Reporting Company J_3R_KPPCHAR9TEXT9
DATEDocument Date for Balance Sheet Reports J_3R_DATEDATS8SYDATS
TOT_PAGESCharacter field of length 6 CHAR6CHAR6CHAR6
TOT_APPENDCharacter field of length 6 CHAR6CHAR6CHAR6
DOC_CODEVersion Number Component CHAR2CHAR2CHAR2
COR_NUMSingle-Character Indicator CHAR1CHAR1CHAR1
FISC_PERVersion Number Component CHAR2CHAR2CHAR2
OKVEDCharacter field, 8 characters long CHAR8CHAR8CHAR8
FISC_YEARNot More Closely Defined Area, Possibly Used for Patchlevels CHAR4CHAR4CHAR4
COMPANY_NAMECompany name (160 characters) J_3RCOMPANY160CHAR160
OKPOCharacter field, 8 characters long CHAR8CHAR8CHAR8
OKFSVersion Number Component CHAR2CHAR2CHAR2
OKOPFVersion Number Component CHAR2CHAR2CHAR2
UNIT_OF_MEASURE3-Byte field CHAR3CHAR3CHAR3
POST_INDEXPostal Code J_3RFPOSTCODECHAR6CHAR6
REGIONRegion J_3RFREGIONCHAR5CHAR5
DISTRICTDistrict J_3RFDISTRICT34CHAR34CHAR34
TOWNTown Name J_3RFTOWNCHAR34CHAR34
SETTLEMENTSettlement Name J_3RFSETTLEMENTCHAR34CHAR34
STREETStreet Name J_3RFSTREETCHAR34CHAR34
HOUSEHouse Number J_3RFHOUSECHAR8CHAR8
BUILDINGBuilding Number J_3RFBUILDINGCHAR8CHAR8
OFFICEOffice Number J_3RFOFFICECHAR8CHAR8
MANAGERLNAMELast Name of Manager J_3R_MANAGER_LNAMECHAR20CHAR20
MANAGERFNAMEFirst Name of Manager J_3R_MANAGER_FNAMECHAR20CHAR20
MANAGERPNAMEPatronymic Name of Manager J_3R_MANAGER_PNAMECHAR20CHAR20
CHIEFLNAMELast Name of Chief Accountant J_3R_CHIEF_LNAMECHAR20CHAR20
CHIEFFNAMEFirst Name of Chief Accountant J_3R_CHIEF_FNAMECHAR20CHAR20
CHIEFPNAMEPatronymic Name of Chief Accountant J_3R_CHIEF_PNAMECHAR20CHAR20
XML_NAMECharacter 100 CHAR100CHAR100CHAR100

Key field Non-key field



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

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

How to access SAP table J_3RBSFORM_HEADER

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