/BA1/TC0_GENPRG SAP (Generates Programs for Deep Move Corresponding) Table details

Dictionary Type: Table
Description: Generates Programs for Deep Move Corresponding




ABAP Code to SELECT data from /BA1/TC0_GENPRG
Related tables to /BA1/TC0_GENPRG
Access table /BA1/TC0_GENPRG




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

/BA1/TC0_GENPRG is a standard SAP Table which is used to store Generates Programs for Deep Move Corresponding data and is available within R/3 SAP systems depending on the version and release level.

The /BA1/TC0_GENPRG table consists of various fields, each holding specific information or linking keys about Generates Programs for Deep Move Corresponding data available in SAP. These include ID (Hash Value (160 Bits)), PROGRAM_NAME (ABAP Program Name), GENERATION_TIME (UTC Time Stamp in Short Form (YYYYMMDDhhmmss)), VERSION (Version of the Generated Code).. 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: L - Table for storing temporary data, is delivered empty
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP /BA1/TC0_GENPRG table 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
CLIENTClient MANDTCLNT3T000MANDT
IDHash Value (160 Bits) HASH160CHAR40
PROGRAM_NAMEABAP Program Name PROGRAMMCHAR40Assigned to domainPROGRAMMRID
GENERATION_TIMEUTC Time Stamp in Short Form (YYYYMMDDhhmmss) TIMESTAMPDEC15TZNTSTMPS
VERSIONVersion of the Generated Code /BA1/C0_DTE_DMVC_CODE_VERSIONNUMC4
SOURCE_WRK Source Structure Name0
TARGET_WRK Name of Target Structure0
PREFIXPrefix of Field Name for Deep-Move-Corresponding Tool /BA1/C0_DTE_DMVC_PREFIXCHAR3

Key field Non-key field



How do I retrieve data from SAP table /BA1/TC0_GENPRG using ABAP code

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

SELECT SINGLE *
FROM /BA1/TC0_GENPRG
INTO CORRESPONDING FIELDS OF WA_/BA1/TC0_GENPRG
WHERE...

How to access SAP table /BA1/TC0_GENPRG

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