SU2X_ALV_S_CHGDOC_HISTORY_LIST SAP (Output Structure for SU2X Change Documents (Simple List)) Structure details

Dictionary Type: Structure
Description: Output Structure for SU2X Change Documents (Simple List)




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




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

SU2X_ALV_S_CHGDOC_HISTORY_LIST 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 "Output Structure for SU2X Change Documents (Simple List)" 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_SU2X_ALV_S_CHGDOC_HISTORY_LIST TYPE SU2X_ALV_S_CHGDOC_HISTORY_LIST.

The SU2X_ALV_S_CHGDOC_HISTORY_LIST table consists of various fields, each holding specific information or linking keys about Output Structure for SU2X Change Documents (Simple List) data available in SAP. These include MODTIME (Modification time), MODIFIER (Last Changed By), CHG_AREA (Image for Tree Hierarchy), TABNAME (Table Name).. 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 SU2X_ALV_S_CHGDOC_HISTORY_LIST 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
MODDATEModification date XUMODDATEDATS8DATUM
MODTIMEModification time XUMODTIMETIMS6UZEIT
MODIFIERLast Changed By XUMODIFIERCHAR12BNAME
CHG_AREAImage for Tree Hierarchy SALV_DE_TREE_IMAGECHAR46SALV_DO_TREE_IMAGE
TABNAMETable Name TABNAMECHAR30Assigned to domainAS4TABDTB
TYPEType of Check Flag and Authorization Default Values USOBTYPECHAR2USOBTYPE
TYPE_KEYNRType of Application USOBKEYTYPENUMC2
SERVICE_TYPEType of External Service EXT_SERVICECHAR16EXT_SERVICE
TYPE_TX 0
NAMEProgram, transaction or function module name XUPNAMECHAR30CHAR30
NAME_TXExternal Service USOBSERVICESTRG0USOBSERVICE
CHNGINDChange Type (U, I, S, D) CDCHNGINDCHAR1CDCHNGIND
CHNGIND_IImage for Tree Hierarchy SALV_DE_TREE_IMAGECHAR46SALV_DO_TREE_IMAGE
OBJECTAuthorization Object XUOBJECTCHAR10Assigned to domainXUOBJECTXUO
OKFLAG_OLDN = Do not check; X = Always check; Y = Check + USOBT entry XUOKFLAGCHAR1XUOKFLAG
OKFLAG_NEWN = Do not check; X = Always check; Y = Check + USOBT entry XUOKFLAGCHAR1XUOKFLAG
OKFLG_PRF_OCheck Indicator of Authorization Object USOBX_CH_TEXTCHAR15
OKFLG_PRF_NCheck Indicator of Authorization Object USOBX_CH_TEXTCHAR15
OKFLG_DEF_ODefault Status USOBX_PR_TEXTCHAR20USOBX_PR_TEXT
OKFLG_DEF_NDefault Status USOBX_PR_TEXTCHAR20USOBX_PR_TEXT
FIELDAuthorization Field XUFIELDCHAR10XUFIELD
LOW'From' Authorization Value USOBTLOWCHAR40XUVALUE
HIGH'To' Authorization Value USOBTHIGHCHAR40XUVALUE
TCODETransaction Code TCODECHAR20Assigned to domainTCODETCD
COLOR 0

Key field Non-key field



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

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

How to access SAP table SU2X_ALV_S_CHGDOC_HISTORY_LIST

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