TRGV_INDEX_PROC SAP (Generated Table for View) Table View details

Dictionary Type: Table View
Description: Generated Table for View




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




Table View field list including key, data, relationships and ABAP select examples

TRGV_INDEX_PROC is a standard SAP Table View which is used to store Generated Table for View data and is available within R/3 SAP systems depending on the version and release level.

The TRGV_INDEX_PROC table consists of various fields, each holding specific information or linking keys about Generated Table for View data available in SAP. These include STEP_CAT (Type of Step), STEP_PROC (Procedure for a Step), STEP_PROC_TEXT (Name of Procedure for a Step), GAIN_LOSS_HANDL (Handling of Gains/Losses).. 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: Not classified


SAP TRGV_INDEX_PROC table view 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
MANDTClient MANDTCLNT3T000MANDT
STEP_CATType of Step TPM_VAL_STEP_CATNUMC3TRGTS_STEPDEFTPM_VAL_STEP_CAT
STEP_PROCProcedure for a Step TPM_STEP_PROCEDURECHAR4TPM_STEP_PROCEDURE
STEP_PROC_TEXTName of Procedure for a Step TPM_STEP_PROCEDURE_TEXTCHAR60TPM_DESCRIPTION
GAIN_LOSS_HANDLHandling of Gains/Losses TPM_GAIN_LOSS_HANDLINGCHAR1TPM_GAIN_LOSS_HANDLING
AFFECT_DERIV_COMPAffect Derive Components TPM_AFFECT_DERIV_COMPCHAR1TPM_AFFECT_DERIV_COMP

Key field Non-key field



How do I retrieve data from SAP table TRGV_INDEX_PROC using ABAP code

The following ABAP code Example will allow you to do a basic selection on TRGV_INDEX_PROC to SELECT all data from the table
DATA: WA_TRGV_INDEX_PROC TYPE TRGV_INDEX_PROC.

SELECT SINGLE *
FROM TRGV_INDEX_PROC
INTO CORRESPONDING FIELDS OF WA_TRGV_INDEX_PROC
WHERE...

How to access SAP table TRGV_INDEX_PROC

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