BAPI_WRF_POSCHEDULEX_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_POSCHEDULEX_STY
Related tables to BAPI_WRF_POSCHEDULEX_STY
Access table BAPI_WRF_POSCHEDULEX_STY




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

BAPI_WRF_POSCHEDULEX_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_POSCHEDULEX_STY TYPE BAPI_WRF_POSCHEDULEX_STY.

The BAPI_WRF_POSCHEDULEX_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), PO_ITEMX (Updated information in related user data field), SCHED_LINEX (Updated information in related user data field), DEL_DATCAT_EXT (Updated information in related user data field).. 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_POSCHEDULEX_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
PO_ITEMXUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
SCHED_LINEXUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
DEL_DATCAT_EXTUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
DELIVERY_DATEUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
QUANTITYUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
DELIV_TIMEUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
STAT_DATEUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
PREQ_NOUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
PREQ_ITEMUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
PO_DATEUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
ROUTESCHEDUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
MS_DATEUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
MS_TIMEUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
LOAD_DATEUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
LOAD_TIMEUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
TP_DATEUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
TP_TIMEUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
GI_DATEUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
GI_TIMEUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
DELETE_INDUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
REQQNUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
DELPER_FROMUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
DELPER_TOUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
KEY_IDUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
OTB_LEVELUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
OTB_TYPEUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
OTB_CURRENCYUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
OTB_CURRENCY_ISOUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
OTB_KSCHLUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
OTB_VALUEUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
OTB_RES_VALUEUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
OTB_MISS_VALUEUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
OTB_SPEC_VALUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
OTB_CHECKEDUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
OTB_STATUSUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
OTB_CONT_VALUEUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
DATELINE_IDUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
HANDOVER_DATEUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
HANDOVER_COUNTRYUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
HANDOVER_COUNTRY_ISOUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
HANDOVER_CITYUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
CNCL_ANCMNT_DONEUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE

Key field Non-key field



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

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

How to access SAP table BAPI_WRF_POSCHEDULEX_STY

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