FIP_C_OL SAP (customizing table for procurement list) Table details

Dictionary Type: Table
Description: customizing table for procurement list




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




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

FIP_C_OL is a standard SAP Table which is used to store customizing table for procurement list data and is available within R/3 SAP systems depending on the version and release level.

The FIP_C_OL table consists of various fields, each holding specific information or linking keys about customizing table for procurement list data available in SAP. These include PO_TYPE (Order Type (Purchasing)), STO_TYPE (Stock Transfer Order Type), SO_AUART (Sales Document Type), PLAN_DELIV_TIME (Internal planned delivery time in days).. 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: Can be enhanced (character-type or numeric)


SAP FIP_C_OL 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 MANDTCLNT3Assigned to domainMANDT
PO_TYPEOrder Type (Purchasing) FIP_BSARTCHAR4Assigned to domainBSART
STO_TYPEStock Transfer Order Type FIP_BSART_STOCHAR4Assigned to domainBSART
SO_AUARTSales Document Type AUARTCHAR4Assigned to domainAUARTAUARTAAT
PLAN_DELIV_TIMEInternal planned delivery time in days FIP_INT_PLIFZDEC3DEC3
FACTORY_CALENDERConsideration of Factory Calendar FIP_FACTORY_CALENDERCHAR1XFELD
TREX_ACTIVEActivate search by TREX FIP_TREX_ACTIVECHAR1XFELD
QUOTA_ASSIGNMENTActivate Quota Assignment FIP_QUOTA_ASSIGNMENTCHAR1XFELD
CREATION_STOCreating a Stock Transfer Order FIP_CREATION_STOCK_TRANSFERCHAR1XFELD
DC_SALES_PR_AVGDisplay average sales price on the screen FIP_SALES_PRICE_AVGCHAR1XFELD
DC_SALES_PR_MINDisplay minimum sales price on the screen FIP_SALES_PRICE_MINCHAR1XFELD
DC_SALES_PR_MAXDisplay maximum sales price on the screen FIP_SALES_PRICE_MAXCHAR1XFELD
SALES_PRICE_AVGDisplay average sales price on the screen FIP_SALES_PRICE_AVGCHAR1XFELD
SALES_PRICE_MINDisplay minimum sales price on the screen FIP_SALES_PRICE_MINCHAR1XFELD
SALES_PRICE_MAXDisplay maximum sales price on the screen FIP_SALES_PRICE_MAXCHAR1XFELD
RET_SALES_PR_DCDisplay retail sales price of distrib. center on the screen FIP_RETAIL_SALES_PRICE_DCCHAR1XFELD
RET_SALESPR_RCPTDisplay retail sales price of recipient on the screen FIP_RETAIL_SALES_PRICE_RCPTCHAR1XFELD
NET_PUR_PRICEDisplay net purchase price on the screen FIP_NET_PURCHASE_PRICECHAR1XFELD
COMPL_PURPRICINGDisplay complete purchase pricing on the screen FIP_COMPLETE_PURCHASE_PRICINGCHAR1XFELD
HORIZON_BUFFERDefault Horizon for Buffering Data on UI FIP_HORIZON_BUFFERNUMC3
SO_ABGRUReason for rejection of sales orders FIP_ABGRUCHAR2FIP_ABGRU
SO_KSCHLCondition type KSCHACHAR4Assigned to domainKSCHLVKS
SHOW_WARNINGSFlag: Display warning messages only with error FIP_WARNING_ONLY_WITH_ERRORCHAR1XFELD
DL_OVERDEPLOYMENDL: show warning messages if more deployed as on stock FIP_DL_OVERDEPLOYMNENTCHAR1XFELD
LOADBUILD_ACTIVEActivate Load Build FIP_LOADBUILD_ACTIVECHAR1XFELD

Key field Non-key field



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

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

SELECT SINGLE *
FROM FIP_C_OL
INTO CORRESPONDING FIELDS OF WA_FIP_C_OL
WHERE...

How to access SAP table FIP_C_OL

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