WRFT_APC_GEN SAP (Operational APC: General Customizing) Table details

Dictionary Type: Table
Description: Operational APC: General Customizing




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




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

WRFT_APC_GEN is a standard SAP Table which is used to store Operational APC: General Customizing data and is available within R/3 SAP systems depending on the version and release level.

The WRFT_APC_GEN table consists of various fields, each holding specific information or linking keys about Operational APC: General Customizing data available in SAP. These include EKERV (Net/Net Price Determ. Sequence During Calculation (OAPC)), EKERV_DIS (Net/Net Price Determ. Sequence During Display (OAPC)), VKERV (OAPC: Sales Price Determ. Sequence During Calculation), VKERV_DIS (OAPC: Sales Price Determ. Sequence During Display).. 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: C - Customising table, maintenance only by cust
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP WRFT_APC_GEN 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
MANDTClient MANDTCLNT3T000MANDT
EKERVNet/Net Price Determ. Sequence During Calculation (OAPC) WRF_PPSEQCHAR2TWEVEKERV
EKERV_DISNet/Net Price Determ. Sequence During Display (OAPC) WRF_PPSEQ_DISCHAR2TWEVEKERV
VKERVOAPC: Sales Price Determ. Sequence During Calculation WRF_SLSSEQCHAR2TWEVEKERV
VKERV_DISOAPC: Sales Price Determ. Sequence During Display WRF_SLSSEQ_DISCHAR2TWEVEKERV
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
BSTATDefault Material Status Retail Fashion (Operational APC) WRF_APC_BSTATCHAR2WRFMATBSTATWRFBSTAT
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
SAISJSeason Year for Transfer from LWB to OAPC WRF_BFSHSAISJCHAR4TWSAIGJAHRCJAHR
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 WRFT_APC_GEN using ABAP code

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

SELECT SINGLE *
FROM WRFT_APC_GEN
INTO CORRESPONDING FIELDS OF WA_WRFT_APC_GEN
WHERE...

How to access SAP table WRFT_APC_GEN

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