SBF_RU_USAGE_XML SAP (Buffer for Report SBF_RU_USAGE_XML_FILE_EVAL - obsolete) Table details

Dictionary Type: Table
Description: Buffer for Report SBF_RU_USAGE_XML_FILE_EVAL - obsolete




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




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

SBF_RU_USAGE_XML is a standard SAP Table which is used to store Buffer for Report SBF_RU_USAGE_XML_FILE_EVAL - obsolete data and is available within R/3 SAP systems depending on the version and release level.

The SBF_RU_USAGE_XML table consists of various fields, each holding specific information or linking keys about Buffer for Report SBF_RU_USAGE_XML_FILE_EVAL - obsolete data available in SAP. These include SECTION_ID (), RUN_GUID (), FILENAME (), STATUS ().. 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: L - Table for storing temporary data, is delivered empty
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP SBF_RU_USAGE_XML 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
FILE_GUID 0
SECTION_ID 0
RUN_GUID 0
FILENAME 0
STATUS 0
UPD_DATE 0
UPD_TIME 0
UPD_USER 0
DATA_XSTRING 0

Key field Non-key field



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

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

SELECT SINGLE *
FROM SBF_RU_USAGE_XML
INTO CORRESPONDING FIELDS OF WA_SBF_RU_USAGE_XML
WHERE...

How to access SAP table SBF_RU_USAGE_XML

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