AFVG_PLORD SAP (Operation fields for planned orders) Structure details

Dictionary Type: Structure
Description: Operation fields for planned orders




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




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

AFVG_PLORD 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 "Operation fields for planned orders" 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_PLORD TYPE AFVG_PLORD.

The AFVG_PLORD table consists of various fields, each holding specific information or linking keys about Operation fields for planned orders data available in SAP. These include AUFPL (Routing number of operations in the order), VORNR (Operation/Activity Number), PVZNR (Superordinate Operation), ARBEH (Unit for work).. 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 AFVG_PLORD 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
AUFPLRouting number of operations in the order CO_AUFPLNUMC10AUFPL
VORNROperation/Activity Number VORNRCHAR4NUMCVVORNRVGN
PVZNRSuperordinate Operation PVZNRCHAR4NUMCVVORNR
ARBEHUnit for work ARBEITEUNIT3Assigned to domainCUNITMEINS
ARBEIWork involved in the activity ARBEITQUAN7(1) ARBEIT
ARBIDWork center ID ARBPLATZNUMC8NUM08
DAUNENormal duration/unit DAUNOREUNIT3Assigned to domainCUNITMEINS
DAUNONormal duration of the activity DAUNORQUAN5(1) DAUER_4_1
FSEDDEarliest scheduled finish: Execution (date) FSEDDDATS8DATUM
FSEDZEarliest scheduled finish: Execution (time) FSEDZTIMS6ATIME
FSAVDEarliest scheduled start: Execution (date) FSAVDDATS8DATUM
FSAVZEarliest scheduled start: Execution (time) FSAVZTIMS6ATIME
FSSADEarliest scheduled start: Teardown (date) FSSADDATS8DATUM
FSSAZEarliest scheduled start: Teardown (time) FSSAZTIMS6ATIME
FSSBDEarliest scheduled start: Processing (date) FSSBDDATS8DATUM
FSSBZEarliest scheduled start: Processing (time) FSSBZTIMS6ATIME
PLNFLSequence PLNFOLGECHAR6ALPHAPLNFOLGE
SSEDDLatest scheduled finish: Execution (date) SSEDDDATS8DATUM
SSEDZLatest scheduled finish: Execution (time) SSEDZTIMS6ATIME
SSAVDLatest scheduled start: Execution (date) SSAVDDATS8DATUM
SSAVZLatest scheduled start: Execution (time) SSAVZTIMS6ATIME
SSSADLatest scheduled start: Teardown (date) SSSADDATS8DATUM
SSSAZLatest scheduled start: Teardown (time) SSSAZTIMS6ATIME
SSSBDLatest scheduled start: Processing (date) SSSBDDATS8DATUM
SSSBZLatest scheduled start: Processing (time) SSSBZTIMS6ATIME
USR04User field for quantity (length 10.3) USRQUAN13QUAN13(3) USRQUAN13
USR05User field for quantity (length 10.3) USRQUAN13QUAN13(3) USRQUAN13
USE04User field: Unit for quantity fields USRUNITUNIT3Assigned to domainCUNITMEINS
USE05User field: Unit for quantity fields USRUNITUNIT3Assigned to domainCUNITMEINS
VGE01Unit of measure for the standard value VGWRTEHUNIT3Assigned to domainCUNITMEINS
VGE02Unit of measure for the standard value VGWRTEHUNIT3Assigned to domainCUNITMEINS
VGE03Unit of measure for the standard value VGWRTEHUNIT3Assigned to domainCUNITMEINS
VGE04Unit of measure for the standard value VGWRTEHUNIT3Assigned to domainCUNITMEINS
VGE05Unit of measure for the standard value VGWRTEHUNIT3Assigned to domainCUNITMEINS
VGE06Unit of measure for the standard value VGWRTEHUNIT3Assigned to domainCUNITMEINS
VGW01Standard Value VGWRTQUAN9(3) VGWRT
VGW02Standard Value VGWRTQUAN9(3) VGWRT
VGW03Standard Value VGWRTQUAN9(3) VGWRT
VGW04Standard Value VGWRTQUAN9(3) VGWRT
VGW05Standard Value VGWRTQUAN9(3) VGWRT
VGW06Standard Value VGWRTQUAN9(3) VGWRT
XDISPIndicator: Operation/cap. rqmt. is dispatched XDISCHAR1FLAG
ANZMANumber of employees ANZMSDEC5(2) ANZMA
STEUSControl key STEUSCHAR4Assigned to domainSTEUS
FLGATSequence category FOLGENARTCHAR1Assigned to domainFLGAT
LTXA1Operation short text LTXA1CHAR40TEXT40

Key field Non-key field



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

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

How to access SAP table AFVG_PLORD

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