ADPIC_S_POSCHEDULEX SAP (Sch. LineX with identifier for the parsing to BAPI_PO_CHANGE) Structure details

Dictionary Type: Structure
Description: Sch. LineX with identifier for the parsing to BAPI_PO_CHANGE




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




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

ADPIC_S_POSCHEDULEX 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 "Sch. LineX with identifier for the parsing to BAPI_PO_CHANGE" 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_ADPIC_S_POSCHEDULEX TYPE ADPIC_S_POSCHEDULEX.

The ADPIC_S_POSCHEDULEX table consists of various fields, each holding specific information or linking keys about Sch. LineX with identifier for the parsing to BAPI_PO_CHANGE data available in SAP. These include PO_ITEM (Item Number of Purchasing Document), SCHED_LINE (Delivery Schedule Line Number), PO_ITEMX (Updated information in related user data field), SCHED_LINEX (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)


SAP ADPIC_S_POSCHEDULEX 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
LINE_IDUnique identification of document line MB_LINE_IDNUMC6MB_LINE_ID
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
REQ_CLOSEDUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
GR_END_DATEUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
GR_END_TIMEUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
COM_QTYUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
COM_DATEUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
GEO_ROUTEUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
HANDOVERDATEUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
HANDOVERTIMEUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE

Key field Non-key field



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

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

How to access SAP table ADPIC_S_POSCHEDULEX

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