BAPISDDELSCHED_IN SAP (Communication fields: SD Release) Structure details

Dictionary Type: Structure
Description: Communication fields: SD Release




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




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

BAPISDDELSCHED_IN 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 "Communication fields: SD Release" 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_BAPISDDELSCHED_IN TYPE BAPISDDELSCHED_IN.

The BAPISDDELSCHED_IN table consists of various fields, each holding specific information or linking keys about Communication fields: SD Release data available in SAP. These include REL_TYPE (Release type), EDI_DOCNUM (IDoc number), CUM_QUAN_REC (Cumulative Quantity Received by Customer), DL_SCHED_VL_FROM (Dlv. sched. valid from).. 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: Not classified


SAP BAPISDDELSCHED_IN 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
ITM_NUMBERItem number of the SD document POSNRNUMC6Assigned to domainPOSNR
REL_TYPERelease type ABARTCHAR1ABART
EDI_DOCNUMIDoc number EDI_DOCNUMNUMC16EDI_DOCNUMDCN
CUM_QUAN_RECCumulative Quantity Received by Customer ABKFZQUAN15(3) MENGV15
DL_SCHED_VL_FROMDlv. sched. valid from ABRABDATS8DATUM
DL_SCHED_VL_TOSA rel. valid to ABRBIDATS8DATUM
DLVSCHEDNOCustomer number for forecast / JIT dlv. sched. LABNKCHAR17TEXT17
DLVSCHEDDATEDelivery Schedule Date ABRDTDATS8DATUM
SCHED_L_DATE_KEYDate key for schedule line dates TERSLCHAR1TERSL
DAT_LAST_DEL_RECDate of last delivery posted by the customer LFDKDDATS8DATUM
LAST_DEL_RECLast delivery confirmed by the customer LFNKDCHAR10Assigned to domainALPHAVBELN
PR_GO_AHEAD_STStart of production go-ahead ABFDADATS8DATUM
PR_GO_AHEAD_ENDEnd of production go-ahead ABFDEDATS8DATUM
MAT_GO_AHEAD_STStart of material go-ahead ABMDADATS8DATUM
MAT_GO_AHEAD_ENDEnd of material go-ahead ABMDEDATS8DATUM
JIT_HORIZONJIT horizon ABHORDATS8DATUM
MAT_GO_AHEAD_ACTActual cumulative material go-ahead quantity AKMFZQUAN15(3) MENG15
PR_GO_AHEAD_ACTActual cumulative production go-ahead quantity AKFFZQUAN15(3) MENG15
DL_GO_AHEAD_ACTActual cumulative delivery go-ahead quantity AKLFZQUAN15(3) MENG15
PR_GO_AHEAD_HIHighest cumulative production go-ahead quantity HIFFZQUAN15(3) MENG15
MAT_GO_AHEAD_HIHighest cumulative material go-ahead quantity HIMFZQUAN15(3) MENG15
DL_GO_AHEAD_HIHighest delivery go-ahead cumulative quantity HILFZQUAN15(3) MENG15
HIGH_PRIO_ST_KEYKey for high priority stock KRITBCHAR1CHAR1
REQ_STATUS_KEYRequirements status key BSTASCHAR1CHAR1
CONSUMPPNTCustomer point of consumption VBRSTCHAR14CHAR14
LAST_ELF_RECLast dlv. note sent by ext. service agent to the customer LFEDLCHAR20CHAR20
DAT_LAST_ELF_RECDate of last delivery sent by external agent to customer EDLDTDATS8DATUM
QN_LAST_DEL_RECLast delivery quantity received by the customer LFMKDQUAN13(3) MENG13
USR01Additional data field 1 for delivery schedules USR01_DCHAR35TEXT35
USR02Additional data field 2 for delivery schedules USR02_DCHAR35TEXT35
USR03Additional data field 3 for delivery schedules USR03_DCHAR35TEXT35
USR04 Additional data field 4 for delivery schedules USR04_DCHAR10CHAR10
USR05Additional data field 5 for delivery schedules USR05_DCHAR10CHAR10
CUM_QUAN_ZERO_STCumulative quantity reached on date zero setting made CYEFZQUAN15(3) MENGV15
DATE_ZERO_STDate on which cumulative received quantity set to zero CYDATDATS8DATUM
MAT_GO_AHEAD_VPMaterial go-ahead - validity period MFLAUFNUMC3NUM3
MAT_GO_AHEAD_UVPMaterial go-ahead - unit validity period MFEINCHAR1EHFR
PR_GO_AHEAD_VPProduction go-ahead - validity period FFLAUFNUMC3NUM3
PR_GO_AHEAD_UVPProduction go-ahead - Unit validity period FFEINCHAR1EHFR
LAST_PUS_RECLast pick-up sheet sent by the customer LFMAISCHAR20BSTNK
DAT_LAST_PUS_RECDate of last pick-up sheet MAIDTDATS8DATUM
REFOBJTYPEObject Type SWO_OBJTYPCHAR10Assigned to domainOJ_NAMEOBJ
REFOBJKEYObject key SWO_TYPEIDCHAR70SWO_TYPEID
REFLOGSYSLogical system LOGSYSCHAR10Assigned to domainALPHALOGSYS
CU_FISC_YEAR_NYCCustomer fiscal year which is not yet closed VJKUNNUMC4GJAHRGJAHR

Key field Non-key field



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

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

How to access SAP table BAPISDDELSCHED_IN

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