SAP SIBRSTDIATXT Broker Report: Dialog Text Fields Table data and field list

SIBRSTDIATXT 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 "Broker Report: Dialog Text Fields" 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_SIBRSTDIATXT TYPE SIBRSTDIATXT.

The SIBRSTDIATXT table consists of various fields, each holding specific information or linking keys about Broker Report: Dialog Text Fields data available in SAP. These include POSTSTAT_TXT (Short Text for Fixed Values), CLARREAS_TXT (Text of clarification code), CLARREAS_EQ_TXT (Text of clarification code), CLARREAS_UND_TXT (Text of clarification code)... 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. .

SIBRSTDIATXT structure Technical Details:

Delivery Class:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP SIBRSTDIATXT structure fields - Full list of fields found in SAP data dictionary

Looking for S/4HANA specific information? Click here to explore the details, fields and extensibility available for this table in the SAP S/4HANA version of the SIBRSTDIATXT table. Also check whether the table still exists or has been transformed into a CDS view as part of the HANA simplifications.
Field Description Data Element Data Type length (Dec) Check table Conversion Routine Domain Name MemoryID SHLP
STATUS_TXTShort Text for Fixed Values VAL_TEXTCHAR60DDTEXT
POSTSTAT_TXTShort Text for Fixed Values VAL_TEXTCHAR60DDTEXT
CLARREAS_TXTText of clarification code CLARREASTXT_BROCHAR60TXT60
CLARREAS_EQ_TXTText of clarification code CLARREASTXT_BROCHAR60TXT60
CLARREAS_UND_TXTText of clarification code CLARREASTXT_BROCHAR60TXT60
CLARREAS_OVR_TXTText of clarification code CLARREASTXT_BROCHAR60TXT60
PARTNER_TXTName of Business Partner GPTXT_BROCHAR30GPTXT_BRO
BROKER_TXTName of Business Partner GPTXT_BROCHAR30GPTXT_BRO
ORIGBROK_TXTName of Business Partner GPTXT_BROCHAR30GPTXT_BRO
POSCAT_TXTLong text to category of a broker report item POSCATT_BROCHAR30TEXT30
SUBPOSCAT_TXTDescription of Subcategory for a Broker Report Item SUBPOSCATT_BROCHAR30TEXT30
COMPCODE_TXTText length 25 TEXT25CHAR25TEXT25
GLACCOUNT_TXTG/L account short text TXT20_SKATCHAR20TEXT20
GSBER_TXTBusiness area description GTEXTCHAR30TEXT30
SELT1_TXTMedium Field Label SCRTEXT_MCHAR20SCRTEXT_M
SELT2_TXTMedium Field Label SCRTEXT_MCHAR20SCRTEXT_M
SELT3_TXTMedium Field Label SCRTEXT_MCHAR20SCRTEXT_M
SELT4_TXTMedium Field Label SCRTEXT_MCHAR20SCRTEXT_M
SELT5_TXTMedium Field Label SCRTEXT_MCHAR20SCRTEXT_M
CHGRS_TXTName of Change Reason CHGRSTEXT_BRITEM_BROCHAR50CHGRSTEXT_BRITEM_BRO

Key field Non-key field



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

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

How to access SAP table SIBRSTDIATXT

Within an ECC or HANA version of SAP you can also view further information about SIBRSTDIATXT and the data within it using relevant transactions such as

SE11 (ABAP Dictionary Maintenance)
SM30 (Maintain Table Data)
SE80 (Object Navigator)
SE16 (Data Browser).