V_WRFT_APC_GEN SAP (Generated Table for View) Table View details

Dictionary Type: Table View
Description: Generated Table for View




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




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

V_WRFT_APC_GEN 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 V_WRFT_APC_GEN table consists of various fields, each holding specific information or linking keys about Generated Table for View data available in SAP. These include EKERV (Net/Net Price Determ. Sequence During Calculation (OAPC)), EKETX (Description), VKERV (OAPC: Sales Price Determ. Sequence During Calculation), FIXINP (Checkboxes (Fixing Scheme for Calculation) Ready for Input).. 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 V_WRFT_APC_GEN 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
EKERVNet/Net Price Determ. Sequence During Calculation (OAPC) WRF_PPSEQCHAR2TWEVEKERV
EKETXDescription BEZEI40CHAR40TEXT40
VKERVOAPC: Sales Price Determ. Sequence During Calculation WRF_SLSSEQCHAR2TWEVEKERV
FIXINPCheckboxes (Fixing Scheme for Calculation) Ready for Input WRF_FIXINPCHAR1BOOLE
MINMKUPMinimum Markup WRF_MINMKUPDEC5(1) WRF_MARKUP
MAXMKUPMaximum Markup WRF_MAXMKUPDEC5(1) WRF_MARKUP
NET_GROSS_FLAGSales Price in Operational APC Is Net/Gross WRF_NET_GROSSCHAR1WRF_NET_GROSS
PPG_ROUNDPerform Rounding to Price Point Group WRF_PRICE_POINTCHAR1BOOLE
MTARTDefault Material Type (Operational APC) WRF_MTARTCHAR4T134MTART
MTBEZDescription of material type MTBEZCHAR25TEXT25
BSTATDefault Material Status Retail Fashion (Operational APC) WRF_APC_BSTATCHAR2WRFMATBSTATWRFBSTAT
STBEZName of Creation Status WRFBSTATTXTCHAR25TEXT25
GR_TIME_DCDefault for Goods Receipt Processing Time DC WRF_GRTDCDEC3DEC3
GI_TIME_DCDefault for Goods Issue Processing Time DC WRF_GITDCDEC3DEC3
GR_TIME_STDefault For Goods Receipt Processing Time Store WRF_GRTSTDEC3DEC3
ODEL_PLPOOverdelivery Tolerance (Operational APC) WRF_ODTOLDEC4(1) WRF_TOLERANCE
UDEL_PLPOUnderdelivery Tolerance (Operational APC) WRF_UDTOLDEC4(1) WRF_TOLERANCE
LISTCREATECreate Listing Conditions in Operational APC WRF_LISTCREATECHAR1BOOLE
RFCDEST_BWRFC Destination of BW (Operational APC) WRF_RFCDEST_BWCHAR32RFCDESRFCDEST
SAISODefault Season Category for Transfer from LWB to OAPC WRF_BFSHSAISOCHAR4T6WSPSAISO
EKERV_DISNet/Net Price Determ. Sequence During Display (OAPC) WRF_PPSEQ_DISCHAR2TWEVEKERV
VKERV_DISOAPC: Sales Price Determ. Sequence During Display WRF_SLSSEQ_DISCHAR2TWEVEKERV
LWBLINKAllow Transfer from Layout Workbench to Operational APC WRF_APC_LWBLINKCHAR1CHAR1
TOL_PLNASGNOAPC: Tolerance between Planned and Assigned Quantities WRF_TOL_PLNASGNDEC4(1) WRF_TOLERANCE
SEQACTActivate Sequence Numbers for Purchasing Lists WRF_APC_SEQACTCHAR1XFELD
SEQMANAllow Manual Creation of Purchasing Lists With Sequence No. WRF_APC_SEQMANCHAR1XFELD
SEQRELUse Sequence No. in Selection Criteria of Release Programs WRF_APC_SEQRELCHAR1XFELD

Key field Non-key field



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

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

SELECT SINGLE *
FROM V_WRFT_APC_GEN
INTO CORRESPONDING FIELDS OF WA_V_WRFT_APC_GEN
WHERE...

How to access SAP table V_WRFT_APC_GEN

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