J_3RFBS_XMLDEL SAP (Balance sheet forms: XML-tags to be removed) Table details

Dictionary Type: Table
Description: Balance sheet forms: XML-tags to be removed




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




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

J_3RFBS_XMLDEL is a standard SAP Table which is used to store Balance sheet forms: XML-tags to be removed data and is available within R/3 SAP systems depending on the version and release level.

The J_3RFBS_XMLDEL table consists of various fields, each holding specific information or linking keys about Balance sheet forms: XML-tags to be removed data available in SAP. These include FORM (Financial Statement Form Number), ITEM_NUMBER (Line Item Number).. 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: Cannot Be Enhanced

Text table = J_3RFBS_XMLDELT


SAP J_3RFBS_XMLDEL 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
FORMFinancial Statement Form Number J_3RBS_FSFORMCHAR1J_3RBS_FORMNR
ITEM_NUMBERLine Item Number J_3RBS_ITEM_NUMBERNUMC3NUMC3

Key field Non-key field



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

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

SELECT SINGLE *
FROM J_3RFBS_XMLDEL
INTO CORRESPONDING FIELDS OF WA_J_3RFBS_XMLDEL
WHERE...

How to access SAP table J_3RFBS_XMLDEL

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