SAP ABAP Class CL_MMPUR_SCHED_STO (Confirmed Schedule Line in Stock Transport Order)
Hierarchy
BBPCRM (Software Component) BBPCRM
   SRM-EBP (Application Component) Enterprise Buyer
     BBP_APPLICATION (Package) Structure Package EBP
       ME (Package) Application development R/3 Purchasing
Properties
Class CL_MMPUR_SCHED_STO  
Short Description Confirmed Schedule Line in Stock Transport Order    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package ME   Application development R/3 Purchasing 
Created 20110316   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_MMPUR_SCHED_STO has no forward declaration.
Interfaces
Class CL_MMPUR_SCHED_STO has no interface implemented.
Friends
Class CL_MMPUR_SCHED_STO has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 GT_BUFFER_MDBS Static Attribute Public Type reference (TYPE) GTY_T_BUFFER_MDBS 20110329
2 GT_COLLECT_DABMG Static Attribute Private Type reference (TYPE) TY_T_COLLECT_DABMG 20110316
3 GT_SCHEDULE_LINE_ALL Static Attribute Private Type reference (TYPE) TY_T_SCHEDULE_LINE_ALL 20110316
Methods
# Method Level Visibility Method type Description Created on
1 ASSIGN_DABMG_GL_GM Static method Public Method Determination of MRP Reduced Qty Depending on Documents 20110329
2 ASSIGN_DABMG_GT_SCHEDULE_LINES Static method Public Method 20130306
3 ASSIGN_DABMG_REST Static method Public Method Determination of MRP Reduced Qty Independent of Documents 20110323
4 ASSIGN_EKET_DABMG Static method Public Method Assignment of MRP Reduced Quantity (EKET) 20110323
5 BUFFER_MDBS Static method Public Method Collection of All Schedule Lines with Fix Quantity/Date 20110329
6 BUILD_ATP_EKET_CONF Static method Public Method Set Up ATP_EKET for Confirmed UB 20110413
7 FILL_GT_COLLECT_DABMG Static method Public Method 20130306
8 FILL_GT_SCHEDULE_LINE_ALL Static method Public Method 20130306
9 GET_DABMG Static method Public Method Changing MRP Reduced Quantity 20110411
10 REFRESH_GLOBAL_TABLES Static method Public Method Deletion of All Global Tables 20110317
Events
Class CL_MMPUR_SCHED_STO has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 GTY_S_BUFFER_MDBS Public Type reference (TYPE) MDBS 20110329
2 GTY_T_ATP_EKET Public See coding 20110413 GTY_T_ATP_EKET TYPE STANDARD TABLE OF atp_eket
3 GTY_T_BUFFER_MDBS Public See coding 20110329 gty_t_buffer_mdbs TYPE STANDARD TABLE OF gty_s_buffer_mdbs
4 GTY_T_EKKO Public See coding 20110531 GTY_T_EKKO TYPE STANDARD TABLE OF ekko
5 TY_S_COLLECT_DABMG Private See coding 20110316 BEGIN OF ty_s_collect_dabmg, ebeln TYPE eket-ebeln, ebelp TYPE eket-ebelp, menge TYPE eket-menge, mng02 TYPE eket-mng02, glmng TYPE eket-glmng, wamng TYPE eket-wamng, dabmg TYPE eket-dabmg, wemng TYPE eket-wemng, dabmg_tmp TYPE eket-dabmg, END OF ty_s_collect_dabmg
6 TY_S_SCHEDULE_LINE_ALL Private See coding 20110316 BEGIN OF ty_s_schedule_line_all, ebeln TYPE eket-ebeln, ebelp TYPE eket-ebelp, etenr TYPE eket-etenr, eindt TYPE eket-eindt, uzeit TYPE eket-uzeit, menge TYPE eket-menge, mng02 TYPE eket-mng02, glmng TYPE eket-glmng, wamng TYPE eket-wamng, dabmg TYPE eket-dabmg, wemng TYPE eket-wemng, charg TYPE eket-charg, eldat TYPE eket-eldat, nodisp TYPE eket-nodisp, END OF ty_s_schedule_line_all
7 TY_T_COLLECT_DABMG Private See coding 20110316 ty_t_collect_dabmg TYPE STANDARD TABLE OF ty_s_collect_dabmg
8 TY_T_SCHEDULE_LINE_ALL Private See coding 20110316 ty_t_schedule_line_all TYPE STANDARD TABLE OF ty_s_schedule_line_all
Method Signatures

Method ASSIGN_DABMG_GL_GM Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CV_DABMG Call by reference Type reference (TYPE) EKET-DABMG Dispositiv abgebaute Menge 20110329
2 Importing IV_EBELN Call by reference Type reference (TYPE) EKET-EBELN Belegnummer des Einkaufsbelegs 20110329
3 Importing IV_EBELP Call by reference Type reference (TYPE) EKET-EBELP Positionsnummer des Einkaufsbelegs 20110329
4 Importing IV_GLMNG Call by reference Type reference (TYPE) EKET-GLMNG Gelieferte Menge aus Umlagerung 20110329
5 Importing IV_MENGE Call by reference Type reference (TYPE) EKET-MENGE Einteilungsmenge 20110329
6 Importing IV_MNG02 Call by reference Type reference (TYPE) EKET-MNG02 Bestätigte Menge 20110329
7 Importing IV_WAMNG Call by reference Type reference (TYPE) EKET-WAMNG Ausgegebene Menge 20110329
8 Importing IV_WEMNG Call by reference Type reference (TYPE) EKET-WEMNG Wareneingangsmenge 20110329

Method ASSIGN_DABMG_GL_GM on class CL_MMPUR_SCHED_STO has no exception.

Method ASSIGN_DABMG_GT_SCHEDULE_LINES Signature

Method ASSIGN_DABMG_GT_SCHEDULE_LINES on class CL_MMPUR_SCHED_STO has no parameter.
Method ASSIGN_DABMG_GT_SCHEDULE_LINES on class CL_MMPUR_SCHED_STO has no exception.

Method ASSIGN_DABMG_REST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CV_DABMG Call by reference Type reference (TYPE) EKET-DABMG Dispositiv abgebaute Menge 20110323
2 Importing IV_EBELN Call by reference Type reference (TYPE) EKET-EBELN Belegnummer des Einkaufsbelegs 20110323
3 Importing IV_EBELP Call by reference Type reference (TYPE) EKET-EBELP Positionsnummer des Einkaufsbelegs 20110323
4 Importing IV_GLMNG Call by reference Type reference (TYPE) EKET-GLMNG Gelieferte Menge aus Umlagerung 20110323
5 Importing IV_MENGE Call by reference Type reference (TYPE) EKET-MENGE Einteilungsmenge 20110323
6 Importing IV_MNG02 Call by reference Type reference (TYPE) EKET-MNG02 Bestätigte Menge 20110323
7 Importing IV_WAMNG Call by reference Type reference (TYPE) EKET-WAMNG Ausgegebene Menge 20110323
8 Importing IV_WEMNG Call by reference Type reference (TYPE) EKET-WEMNG Wareneingangsmenge 20110323

Method ASSIGN_DABMG_REST on class CL_MMPUR_SCHED_STO has no exception.

Method ASSIGN_EKET_DABMG Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_ATP_EKET Call by reference Type reference (TYPE) GTY_T_ATP_EKET 20110413
2 Importing IP_ATP_CALL Call by reference Type reference (TYPE) XFELD Feld zum Ankreuzen 20110413
3 Importing IS_ATP_EKET_ITEM Call by reference Type reference (TYPE) ATP_EKET Generierte Tabelle zu einem View 20110413
4 Importing IT_EKET Call by reference Type reference (TYPE) STANDARD TABLE Lieferplaneinteilungen 20110323
5 Importing IT_EKKO Call by reference Type reference (TYPE) GTY_T_EKKO Tabellentyp für EInkaufsbelegköpfe 20110531

Method ASSIGN_EKET_DABMG on class CL_MMPUR_SCHED_STO has no exception.

Method BUFFER_MDBS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_MDBS Call by reference Type reference (TYPE) MDBS Lieferplaneinteilungen 20110329

Method BUFFER_MDBS on class CL_MMPUR_SCHED_STO has no exception.

Method BUILD_ATP_EKET_CONF Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing ET_ATP_EKET Call by reference Type reference (TYPE) GTY_T_ATP_EKET 20110413

Method BUILD_ATP_EKET_CONF on class CL_MMPUR_SCHED_STO has no exception.

Method FILL_GT_COLLECT_DABMG Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_DABMG Value transfer Type reference (TYPE) EKET-DABMG Dispositiv abgebaute Menge 20130306
2 Importing IV_EBELN Value transfer Type reference (TYPE) EKET-EBELN Belegnummer des Einkaufsbelegs 20130306
3 Importing IV_EBELP Value transfer Type reference (TYPE) EKET-EBELP Positionsnummer des Einkaufsbelegs 20130306
4 Importing IV_GLMNG Value transfer Type reference (TYPE) EKET-GLMNG Gelieferte Menge aus Umlagerung 20130306
5 Importing IV_MENGE Value transfer Type reference (TYPE) EKET-MENGE Einteilungsmenge 20130306
6 Importing IV_MNG02 Value transfer Type reference (TYPE) EKET-MNG02 Bestätigte Menge 20130306
7 Importing IV_WAMNG Value transfer Type reference (TYPE) EKET-WAMNG Ausgegebene Menge 20130306
8 Importing IV_WEMNG Value transfer Type reference (TYPE) EKET-WEMNG Wareneingangsmenge 20130306

Method FILL_GT_COLLECT_DABMG on class CL_MMPUR_SCHED_STO has no exception.

Method FILL_GT_SCHEDULE_LINE_ALL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_CHARG Value transfer Type reference (TYPE) EKET-CHARG Chargennummer 20130306
2 Importing IV_DABMG Value transfer Type reference (TYPE) EKET-DABMG Dispositiv abgebaute Menge 20130306
3 Importing IV_EBELN Value transfer Type reference (TYPE) EKET-EBELN Belegnummer des Einkaufsbelegs 20130306
4 Importing IV_EBELP Value transfer Type reference (TYPE) EKET-EBELP Positionsnummer des Einkaufsbelegs 20130306
5 Importing IV_EINDT Value transfer Type reference (TYPE) EKET-EINDT Lieferdatum der Position 20130306
6 Importing IV_ELDAT Value transfer Type reference (TYPE) EKET-ELDAT Datum Wareneingangsende 20130306
7 Importing IV_ETENR Value transfer Type reference (TYPE) EKET-ETENR Einteilungszähler 20130306
8 Importing IV_GLMNG Value transfer Type reference (TYPE) EKET-GLMNG Gelieferte Menge aus Umlagerung 20130306
9 Importing IV_MENGE Value transfer Type reference (TYPE) EKET-MENGE Einteilungsmenge 20130306
10 Importing IV_MNG02 Value transfer Type reference (TYPE) EKET-MNG02 Bestätigte Menge 20130306
11 Importing IV_NODISP Value transfer Type reference (TYPE) EKET-NODISP Kz.: Reserv. nicht disporelevant, BAnf wird nicht erzeugt 20130306
12 Importing IV_UZEIT Value transfer Type reference (TYPE) EKET-UZEIT Uhrzeit zum Liefertermin 20130306
13 Importing IV_WAMNG Value transfer Type reference (TYPE) EKET-WAMNG Ausgegebene Menge 20130306
14 Importing IV_WEMNG Value transfer Type reference (TYPE) EKET-WEMNG Wareneingangsmenge 20130306

Method FILL_GT_SCHEDULE_LINE_ALL on class CL_MMPUR_SCHED_STO has no exception.

Method GET_DABMG Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CV_DABMG Call by reference Type reference (TYPE) EKET-DABMG Dispositiv abgebaute Menge 20110411
2 Importing IV_EBELN Call by reference Type reference (TYPE) EKET-EBELN Belegnummer des Einkaufsbelegs 20110411
3 Importing IV_EBELP Call by reference Type reference (TYPE) EKET-EBELP Positionsnummer des Einkaufsbelegs 20110411
4 Importing IV_ETENR Call by reference Type reference (TYPE) EKET-ETENR Einteilungszähler 20110411
5 Importing IV_MENGE Call by reference Type reference (TYPE) EKET-MENGE Einteilungsmenge 20110411
6 Importing IV_MNG02 Call by reference Type reference (TYPE) EKET-MNG02 Bestätigte Menge 20110411

Method GET_DABMG on class CL_MMPUR_SCHED_STO has no exception.

Method REFRESH_GLOBAL_TABLES Signature

Method REFRESH_GLOBAL_TABLES on class CL_MMPUR_SCHED_STO has no parameter.
Method REFRESH_GLOBAL_TABLES on class CL_MMPUR_SCHED_STO has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in 606