J_3RFBS5_ASSETS SAP (Assets are included into the rows of BS N5) Structure details

Dictionary Type: Structure
Description: Assets are included into the rows of BS N5




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




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

J_3RFBS5_ASSETS 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 "Assets are included into the rows of BS N5" 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_3RFBS5_ASSETS TYPE J_3RFBS5_ASSETS.

The J_3RFBS5_ASSETS table consists of various fields, each holding specific information or linking keys about Assets are included into the rows of BS N5 data available in SAP. These include ROWCODE (Internal Code of Section Row), BUKRS (Company Code), ANLN1 (Main Asset Number), ANLN2 (Asset Subnumber).. 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 J_3RFBS5_ASSETS 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
FORMCODESection Code of Balance Sheet Supplement N5 J_3RBS5FORMCODECHAR4CHAR04J_3RFBS5_FORMS_SH
ROWCODEInternal Code of Section Row J_3RBS5ROWCODECHAR4CHAR04
BUKRSCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
ANLN1Main Asset Number ANLN1CHAR12Assigned to domainALPHAANLN1AN1
ANLN2Asset Subnumber ANLN2CHAR4Assigned to domainALPHAANLN2AN2
ANLKLAsset Class ANLKLCHAR8Assigned to domainALPHAANLKLANKSH_ANLKA
SHUT_DOWNCalculate shutdown XSTILLCHAR1XFELD
PLEDGEDAsset Pledged J_3RFPLDCHCKCHAR1XFELD
REPLVB01Replacement value at the Beginning of the Year J_3RREPLVB01CURR18(2) J_3RBS5VALUE
REPLVE02Replacement value at the End of the Year J_3REPLVE02CURR18(2) J_3RBS5VALUE
APCB03Acquisition value at the Beginning of the Year J_3RAPCB03CURR18(2) J_3RBS5VALUE
APCE04Acquisition value at the End of the Year J_3RAPCE04CURR18(2) J_3RBS5VALUE
NBVB05Net book value at the Beginning of the Year J_3RNBVB05CURR18(2) J_3RBS5VALUE
NBVE06Net book value at the End of the Year J_3RNBVE06CURR18(2) J_3RBS5VALUE
REVAPCB07Revaluation APC at the Beginning of the Year J_3RREVAPCB07CURR18(2) J_3RBS5VALUE
REVAPCE08Revaluation APC at the End of the Year J_3RREVAPCE08CURR18(2) J_3RBS5VALUE
REVDEPB09Revaluation of depreciation at the Beginning of the Year J_3RREVDEPB09CURR18(2) J_3RBS5VALUE
REVDEPE10Revaluation of depreciation at the End of the Year J_3RREVDEPE10CURR18(2) J_3RBS5VALUE
ACQUIS11Acqusitons for the fiscal period J_3RACQUIS11CURR18(2) J_3RBS5VALUE
RETIR12Retirements for the fiscal period J_3RRETIR12CURR18(2) J_3RBS5VALUE
DEPRB13Depreciation at the Beginning of the Year J_3RDEPRB13CURR18(2) J_3RBS5VALUE
DEPRE14Depreciation at the End of the Year J_3RDEPRE14CURR18(2) J_3RBS5VALUE
MODB15Modernization at the Beginning of the Year J_3RMODB15CURR18(2) J_3RBS5VALUE
MODE16Moderniaztion at the End of the Year J_3RMODE16CURR18(2) J_3RBS5VALUE
TREVB17Revaluation Total at the Beginning of the Year J_3RTREVB17CURR18(2) J_3RBS5VALUE
TREVE18Revaluation Total at the End of the Year J_3RTREVE18CURR18(2) J_3RBS5VALUE
WAERSCurrency Key WAERSCUKY5Assigned to domainWAERSFWS

Key field Non-key field



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

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

How to access SAP table J_3RFBS5_ASSETS

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