AFVG_TAB_STRUC SAP (afvg_tab-structure) Structure details

Dictionary Type: Structure
Description: afvg_tab-structure




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




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

AFVG_TAB_STRUC 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 "afvg_tab-structure" 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_AFVG_TAB_STRUC TYPE AFVG_TAB_STRUC.

The AFVG_TAB_STRUC table consists of various fields, each holding specific information or linking keys about afvg_tab-structure data available in SAP. These include PLNFL (Sequence), SUMNR (Node number of the superior operation), VORNR (Operation/Activity Number), UVORN (Suboperation).. 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 or numeric)


SAP AFVG_TAB_STRUC 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
AUFNROrder Number AUFNRCHAR12Assigned to domainALPHAAUFNRANR
PLNFLSequence PLNFOLGECHAR6ALPHAPLNFOLGE
SUMNRNode number of the superior operation SUMKNTNRNUMC8KNTNR
VORNROperation/Activity Number VORNRCHAR4NUMCVVORNRVGN
UVORNSuboperation UVORNCHAR4NUMCVVORNR
MANDTClient MANDTCLNT3Assigned to domainMANDT
AUFPLRouting number of operations in the order CO_AUFPLNUMC10AUFPL
APLZLGeneral counter for order CO_APLZLNUMC8Assigned to domainCO_APLZL
INDEXIndex to object order operation CY_INDEXAFINT410SYST_LONG
FUNKTION1Function to be carried out for object 'order operation' CY_FUNKTAFCHAR4CY_FUNKTAF
FUNKTION2Function to be carried out for object 'order operation' CY_FUNKTAFCHAR4CY_FUNKTAF
FUNKTION3Function to be carried out for object 'order operation' CY_FUNKTAFCHAR4CY_FUNKTAF
FUNKTION4Function to be carried out for object 'order operation' CY_FUNKTAFCHAR4CY_FUNKTAF
ARBIDObject ID OBJEKTIDNUMC8NUM08PON
DESTGRUPPERequirements group CY_GRUPPENUMC2NUMC2
DESTKOMBICombination within a requirements group CY_KOMBIINT25INT2
EPANFDispatched start date for operation EPANFDATS8DATUM
EPANZDispatched start time for operation EPANZTIMS6ATIME
EPENDDispatched finish date EPENDDATS8DATUM
EPENZDispatched finish time EPENZTIMS6ATIME
VGW01Standard Value VGWRTQUAN9(3) VGWRT
VGE01Unit of measure for the standard value VGWRTEHUNIT3Assigned to domainCUNITMEINS
VGW02Standard Value VGWRTQUAN9(3) VGWRT
VGE02Unit of measure for the standard value VGWRTEHUNIT3Assigned to domainCUNITMEINS
VGW03Standard Value VGWRTQUAN9(3) VGWRT
VGE03Unit of measure for the standard value VGWRTEHUNIT3Assigned to domainCUNITMEINS
VGW04Standard Value VGWRTQUAN9(3) VGWRT
VGE04Unit of measure for the standard value VGWRTEHUNIT3Assigned to domainCUNITMEINS
VGW05Standard Value VGWRTQUAN9(3) VGWRT
VGE05Unit of measure for the standard value VGWRTEHUNIT3Assigned to domainCUNITMEINS
VGW06Standard Value VGWRTQUAN9(3) VGWRT
VGE06Unit of measure for the standard value VGWRTEHUNIT3Assigned to domainCUNITMEINS
DAUNENormal duration/unit DAUNOREUNIT3Assigned to domainCUNITMEINS
DAUNONormal duration of the activity DAUNORQUAN5(1) DAUER_4_1
ARBEHUnit for work ARBEITEUNIT3Assigned to domainCUNITMEINS
ARBEIWork involved in the activity ARBEITQUAN7(1) ARBEIT
VGW_VALIDIndicator: Standard values in table valid CY_VGWVALCHAR1KREUZ
CY_SEQNRVSequence number operation CY_SEQNRVNUMC14CY_SEQNR
SEQ_VALIDIndicator: Change sequence number of table CY_SEQVALCHAR1CHAR1
SORTSort number for planning table sort CY_SORTINT410INT4

Key field Non-key field



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

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

How to access SAP table AFVG_TAB_STRUC

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