WRF_APC_IBID SAP (Purchasing List Inbound Interface Detailed Totals) Table details

Dictionary Type: Table
Description: Purchasing List Inbound Interface Detailed Totals




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




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

WRF_APC_IBID is a standard SAP Table which is used to store Purchasing List Inbound Interface Detailed Totals data and is available within R/3 SAP systems depending on the version and release level.

The WRF_APC_IBID table consists of various fields, each holding specific information or linking keys about Purchasing List Inbound Interface Detailed Totals data available in SAP. These include MANDT (Client), HIER_ID (Hierarchy), NODE (Hierarchy Node), SAISO (Season Category).. 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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP WRF_APC_IBID 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
HIER_IDHierarchy WRF_HIER_CNTCHAR2WRF_MATGRP_HIERWRF_HIERCNTRTHIERWRF_HIERID_STATUS
NODEHierarchy Node WRF_STRUC_NODE2CHAR18WRF_MATGRP_STRUCWRF_NODES
SAISOSeason Category SAISOCHAR4T6WSPSAISOSAISO
SAISJSeason Year SAISJCHAR4TWSAIGJAHRCJAHRWMSAISJ
ROLLOUTRollout in a Season SAITYCHAR2TWSAISAITYWMSAITY
ASRT_TYPEAssortment Type WRFDE_ASSORTYPCHAR4WRFST_TYPWRFDO_ASSORTYPASTYP
SEQ_NOSequence Number For Purchasing Lists WRF_APC_SEQNONUMC2WRF_APC_SEQNO
KEYFIGKey Figure ID WRF_KEYFIGCHAR2WRFT_APC_KFIGWRF_KEYFIG
ASORTAssortment ASORTCHAR10WRS1ALPHAASORTWSTWSOR
CNT_STORESNumber of Stores in Assortment WRF_CNT_STORESINT410WRF_COUNT
DIFF_ARTNumber of Different Materials WRF_DIFF_ARTINT410WRF_COUNT
QUAN_PREVTarget Purchasing / Total Quantity in Units WRF_QTY_PREVQUAN10WRF_QTY
COST_BASICTarget Purchasing / Cost Value (Basic Purchase Price) WRF_COST_BASICCURR19(2) WERTV10
COST_NETTarget Purchasing / Cost Value (Net/Net) WRF_COST_NETCURR19(2) WERTV10
RETAILTarget Purchasing / Retail Value without Tax WRF_RETAILCURR19(2) WERTV10
RETAIL_TAXTarget Purchasing / Retail Value Including Tax WRF_RETAIL_TAXCURR19(2) WERTV10
WAERSCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
UNITUnit UNITUNIT3CUNITEINHEIT

Key field Non-key field



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

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

SELECT SINGLE *
FROM WRF_APC_IBID
INTO CORRESPONDING FIELDS OF WA_WRF_APC_IBID
WHERE...

How to access SAP table WRF_APC_IBID

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