BAPI_WRF_POSCHEDULE_STY SAP (Obsolete: Please do not use) Structure details

Dictionary Type: Structure
Description: Obsolete: Please do not use




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




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

BAPI_WRF_POSCHEDULE_STY 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 "Obsolete: Please do not use" 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_BAPI_WRF_POSCHEDULE_STY TYPE BAPI_WRF_POSCHEDULE_STY.

The BAPI_WRF_POSCHEDULE_STY table consists of various fields, each holding specific information or linking keys about Obsolete: Please do not use data available in SAP. These include SCHED_LINE (Delivery Schedule Line Number), DEL_DATCAT_EXT (Category of Delivery Date), DELIVERY_DATE (Delivery Date), QUANTITY (Scheduled Quantity).. 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: Can be enhanced (character-type or numeric)


SAP BAPI_WRF_POSCHEDULE_STY 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
PO_ITEMItem Number of Purchasing Document EBELPNUMC5Assigned to domainEBELPBSP
SCHED_LINEDelivery Schedule Line Number ETENRNUMC4Assigned to domainETENR
DEL_DATCAT_EXTCategory of Delivery Date LPEINCHAR1Assigned to domainPRGBZ
DELIVERY_DATEDelivery Date EEINDCHAR10CHAR10
QUANTITYScheduled Quantity ETMENQUAN13(3) MENGE
DELIV_TIMEDelivery Date Time-Spot LZEITTIMS6UZEIT
STAT_DATEStatistics-Relevant Delivery Date SLFDTDATS8DATUM
PREQ_NOPurchase Requisition Number BANFNCHAR10ALPHABANFNBANMBAN_C
PREQ_ITEMItem Number of Purchase Requisition BNFPONUMC5Assigned to domainBNFPOBAP
PO_DATEOrder date of schedule line ETBDTDATS8DATUM
ROUTESCHEDRoute Schedule AULWECHAR10Assigned to domainAULWE
MS_DATEMaterial Staging/Availability Date MBDATDATS8DATUM
MS_TIMEMaterial Staging Time (Local, Relating to a Plant) MBUHRTIMS6TIME_PLANT
LOAD_DATELoading Date LDDATDATS8DATUM
LOAD_TIMELoading Time (Local Time Relating to a Shipping Point) LDUHRTIMS6TIME_SHIPP
TP_DATETransportation Planning Date TDDAT_DDATS8DATUM
TP_TIMETransp. Planning Time (Local, Relating to a Shipping Point) TDUHRTIMS6TIME_SHIPP
GI_DATEGoods Issue Date WADATDATS8DATUM
GI_TIMETime of Goods Issue (Local, Relating to a Plant) WAUHRTIMS6TIME_PLANT
DELETE_INDDeletion Indicator in Purchasing Document ELOEKCHAR1ELOEK
OTB_KEY_IDUnique Number of Budget WRF_BUDG_KEY_IDNUMC16WRF_BUDG_KEY_ID
OTB_VALUECurrency amount for BAPIS (with 9 decimal places) BAPICUREXTDEC28(9) BAPICUREXT
OTB_CURRENCYCurrency Key CURRENCYCUKY5Assigned to domainWAERS
OTB_CURRENCY_ISOISO code currency WAERS_ISOCHAR3ISOCD
OTB_RES_VALUECurrency amount for BAPIS (with 9 decimal places) BAPICUREXTDEC28(9) BAPICUREXT
OTB_SPEC_VALUECurrency amount for BAPIS (with 9 decimal places) BAPICUREXTDEC28(9) BAPICUREXT
OTB_BUDG_TYPEBudget Type WRF_BUDG_TYPECHAR2WRF_BUDG_TYPEWRF_POTB_BUDGET_TYPE_F4
OTB_STATUSOTB Check Status WRF_POTB_STATUSCHAR1WRF_POTB_STATUS
OTB_REASONReason Indicator for OTB Check Status WRF_POTB_STATUS_REASONCHAR3WRF_POTB_STATUS_REASON
DATELINE_IDDate Line ID (GUID) WRF_PSCD_DL_IDCHAR22SYSUUID_22
HANDOVER_DATETransfer Date WRF_PSCD_HANDOVER_DATEDATS8DATS
HANDOVER_COUNTRYTransfer Country ID WRF_PSCD_HANDOVER_COUNTRYCHAR3Assigned to domainLAND1
HANDOVER_COUNTRY_ISOISO country code for VAT registration number STCEG_L_ISOCHAR2INTCA
HANDOVER_CITYTransfer Region ID WRF_PSCD_HANDOVER_CITYCHAR3Assigned to domainREGIO
CNCL_ANCMNT_DONECancellation Threat Made WRF_PCTR_CNCL_ANCMT_DONECHAR1CHAR1_X

Key field Non-key field



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

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

How to access SAP table BAPI_WRF_POSCHEDULE_STY

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