ABADR_RULE_ENTRY SAP (ABADR: Rule Entry (Internal)) Structure details

Dictionary Type: Structure
Description: ABADR: Rule Entry (Internal)




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




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

ABADR_RULE_ENTRY 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 "ABADR: Rule Entry (Internal)" 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_ABADR_RULE_ENTRY TYPE ABADR_RULE_ENTRY.

The ABADR_RULE_ENTRY table consists of various fields, each holding specific information or linking keys about ABADR: Rule Entry (Internal) data available in SAP. These include S (), 1 (), VAL (ABADR Field Value (Internal)), 1X ().. 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: Cannot Be Enhanced


SAP ABADR_RULE_ENTRY 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
IDNatural Number INT4INT410INT4
S 0
1 0
VALABADR Field Value (Internal) ABADR_VALUECHAR60CHAR60
1X 0
VALABADR Field Value (Internal) ABADR_VALUECHAR60CHAR60
2 0
VALABADR Field Value (Internal) ABADR_VALUECHAR60CHAR60
2X 0
VALABADR Field Value (Internal) ABADR_VALUECHAR60CHAR60
3 0
VALABADR Field Value (Internal) ABADR_VALUECHAR60CHAR60
3X 0
VALABADR Field Value (Internal) ABADR_VALUECHAR60CHAR60
4 0
VALABADR Field Value (Internal) ABADR_VALUECHAR60CHAR60
4X 0
VALABADR Field Value (Internal) ABADR_VALUECHAR60CHAR60
5 0
VALABADR Field Value (Internal) ABADR_VALUECHAR60CHAR60
5X 0
VALABADR Field Value (Internal) ABADR_VALUECHAR60CHAR60
6 0
VALABADR Field Value (Internal) ABADR_VALUECHAR60CHAR60
6X 0
VALABADR Field Value (Internal) ABADR_VALUECHAR60CHAR60
T 0
1 0
VALABADR Field Value (Internal) ABADR_VALUECHAR60CHAR60
2 0
VALABADR Field Value (Internal) ABADR_VALUECHAR60CHAR60
3 0
VALABADR Field Value (Internal) ABADR_VALUECHAR60CHAR60
4 0
VALABADR Field Value (Internal) ABADR_VALUECHAR60CHAR60
5 0
VALABADR Field Value (Internal) ABADR_VALUECHAR60CHAR60
6 0
VALABADR Field Value (Internal) ABADR_VALUECHAR60CHAR60
VERSION 0
VALABADR Field Value (Internal) ABADR_VALUECHAR60CHAR60
GUID 0
VALABADR Field Value (Internal) ABADR_VALUECHAR60CHAR60
DATESystem Date SYDATUMDATS8SYDATS
DELFLAGIndicator ABADR_FLAGCHAR1CHAR1
MODIFIED_BYUser Name SYUNAMECHAR12SYCHAR12
MODIFIED_ONSystem Date SYDATUMDATS8SYDATS
ERRORIndicator ABADR_FLAGCHAR1CHAR1
SEQ_NORow Index of Internal Tables SYTABIXINT410SYST_LONG
FAILUREIcon with output length 4 ICON_L4CHAR4Assigned to domainICON
MARKIndicator ABADR_FLAGCHAR1CHAR1
DO_CHECKIndicator ABADR_FLAGCHAR1CHAR1
IS_EXTIndicator ABADR_FLAGCHAR1CHAR1

Key field Non-key field



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

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

How to access SAP table ABADR_RULE_ENTRY

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