TRGS_INIT_HEAD_ALV SAP (Structure of Output Table for SAP List Viewer at Migration) Structure details

Dictionary Type: Structure
Description: Structure of Output Table for SAP List Viewer at Migration




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




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

TRGS_INIT_HEAD_ALV 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 "Structure of Output Table for SAP List Viewer at Migration" 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_TRGS_INIT_HEAD_ALV TYPE TRGS_INIT_HEAD_ALV.

The TRGS_INIT_HEAD_ALV table consists of various fields, each holding specific information or linking keys about Structure of Output Table for SAP List Viewer at Migration data available in SAP. These include INIT_DATE (Key Date for Initialization of Parallel Valuation Areas), DISPLAY_CF (Flag: Cash Flow Parallel Valuation Areas), PRODUCT_GROUP (Product Group), PRODUCT_GROUP_T (Product Group).. 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 TRGS_INIT_HEAD_ALV 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
FLAGText: Status of Initialization Step TPM_INIT_STATE_TEXTCHAR20CHAR20
INIT_DATEKey Date for Initialization of Parallel Valuation Areas TPM_INIT_DATEDATS8DATUM
DISPLAY_CFFlag: Cash Flow Parallel Valuation Areas TPM_INIT_DISPLAY_CFCHAR20CHAR20
PRODUCT_GROUPProduct Group TPM_PRODUCT_GROUPNUMC3TPM_PRODUCT_GROUP
PRODUCT_GROUP_TProduct Group TPM_PRODUCT_GROUP_TCHAR60DDTEXT
COMPANY_CODECompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
COMPANY_CODE_TName of Company Code or Company BUTXTCHAR25TEXT25
ACCOUNTING_CODEAccounting Code TPM_ACC_CODECHAR4Assigned to domainTPM_ACC_CODETPM_TACTRG_ACC_CODE
ACCOUNTING_CODE_TName of Accounting Code TPM_TR_ACC_CODE_NAMECHAR60TPM_DESCRIPTION
VALUATION_AREAValuation Area TPM_VAL_AREACHAR3Assigned to domainTPM_VAL_AREATPM_VAL_AREATRG_VALUATION_AREA
VALUATION_AREA_TName of the Valuation Area TPM_VAL_AREA_NAMECHAR60TPM_DESCRIPTION
INIT_ACCDEFInitialization of accrual/deferral TPM_INIT_ACCDEFCHAR1TPM_INIT_ACCDEF

Key field Non-key field



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

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

How to access SAP table TRGS_INIT_HEAD_ALV

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