RDEFAULT_UI_HEADINGS SAP (Default: Headings) Structure details

Dictionary Type: Structure
Description: Default: Headings




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




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

RDEFAULT_UI_HEADINGS 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 "Default: Headings" 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_RDEFAULT_UI_HEADINGS TYPE RDEFAULT_UI_HEADINGS.

The RDEFAULT_UI_HEADINGS table consists of various fields, each holding specific information or linking keys about Default: Headings data available in SAP. These include LCTXT (Dunning Charges), CCTXT (Counter per Past Due Categ.), CHTXT (Dunning History), BATXT (Posted Dunning Charges).. 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)


SAP RDEFAULT_UI_HEADINGS 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
GDATTXTGeneral Data TB_DEF_GDATTXTCHAR30T_DEF_GDATTXT
LCTXTDunning Charges TB_DEF_LCTXTCHAR30T_DEF_LCTXT
CCTXTCounter per Past Due Categ. TB_DEF_CCTXTCHAR50T_DEF_CCTXT
CHTXTDunning History TB_DEF_CHTXTCHAR30T_DEF_CHTXT
BATXTPosted Dunning Charges TB_DEF_BATXTCHAR30T_DEF_BATXT
NPTXTNUmber of Postings TB_DEF_NPTXTCHAR30T_DEF_NPTXT
ZVTXTPayment History TB_DEF_ZVTXTCHAR40T_DEF_ZVTXT
CLTXTDunning Control TB_DEF_CLTXTCHAR30T_DEF_CLTXT
GDATDEFTXTGeneral Default Data TB_DEF_GDATDEFTXTCHAR30
RESIDUESTotal of Overdue Items TB_DEF_RESIDUESCHAR30CHAR30
SCHEDULEDScheduled Payment History TB_DEF_SCHEDULEDCHAR30CHAR30
IACRPlacement in Non-Accrual Status TB_DEF_IACRCHAR30CHAR30
LYTXTLast Calendar Year TB_DEF_LYTXTCHAR30T_DEF_CLTXT
YTXTCurrent Calendar Year TB_DEF_YTXTCHAR30T_DEF_CLTXT
LTTXTContract Term TB_DEF_LTTXTCHAR30T_DEF_CLTXT

Key field Non-key field



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

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

How to access SAP table RDEFAULT_UI_HEADINGS

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