SAP ABAP Interface IF_MMPUR_SUBCON_TYPES (Subcontracting Type Definitions)
Hierarchy
SAP_APPL (Software Component) Logistics and Accounting
   MM-PUR (Application Component) Purchasing
     MMPUR_OUTSOURCED_MANUF (Package) Outsourced Manufacturing in Procurement
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Interface composition (i COMPRISING i_ref)  IF_MMPUR_SUBCON_COCKPIT Reporting Interface to Scrap monitoring 20080317
2 Interface composition (i COMPRISING i_ref)  IF_MMPUR_SUBCON_REPORTING Reporting interface for SubCon Cockpit 20080409
Properties
Interface IF_MMPUR_SUBCON_TYPES  
Short Description Subcontracting Type Definitions    
General Data
Package MMPUR_OUTSOURCED_MANUF   Outsourced Manufacturing in Procurement 
Created 20080314   SAP 
Last changed 20110908   SAP 
Unicode checks active    
Forward declarations
Interface IF_MMPUR_SUBCON_TYPES has no forward declaration.
Interfaces
Interface IF_MMPUR_SUBCON_TYPES has no interface.
Friends
Interface IF_MMPUR_SUBCON_TYPES has no friend.
Attributes
Interface IF_MMPUR_SUBCON_TYPES has no attribute.
Methods
Interface IF_MMPUR_SUBCON_TYPES has no method.
Events
Interface IF_MMPUR_SUBCON_TYPES has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TYPE_S_DOCUMENTS Public See coding 20080314 BEGIN OF type_s_documents, lifnr TYPE ekko-lifnr, matnr TYPE mdpm-matnr, werks TYPE mdpm-werks, etype TYPE sy-msgty, bdter TYPE mdpm-bdter, bstyp TYPE ekko-bstyp, ebeln TYPE ekko-ebeln, ebelp TYPE lips-posnr, eindt TYPE eket-eindt, menge TYPE mdpm-bdmng, lagme TYPE mdpm-lagme, maktx TYPE mdpm-maktx, erfmg TYPE mdpm-erfmg, erfme TYPE mdpm-erfme, charg TYPE mdpm-charg, estkz TYPE eban-estkz, aufpl TYPE resb-aufpl, aplzl TYPE resb-aplzl, aufnr TYPE ekkn-aufnr, vornr TYPE co_posnr, ltxa1 TYPE afvc-ltxa1, lgort TYPE resb-lgort, banfn TYPE eket-banfn, "used for pur.requistion reference in the po only bnfpo TYPE eket-bnfpo. "used for pur.requistion reference in the po only INCLUDE TYPE mmpur_om_is2erp. TYPES: END OF type_s_documents
2 TYPE_S_ELEMENTS Public See coding 20080408 BEGIN OF type_s_elements, etype TYPE c LENGTH 1, END OF type_s_elements
3 TYPE_S_KUNNR Public See coding Shipping information (structure) for plant/customer 20080327 BEGIN OF type_s_kunnr, lifnr TYPE lfa1-lifnr, werks TYPE t001w-werks, kunnr TYPE lfa1-kunnr, vsbed TYPE knvv-vsbed, kunn2 TYPE knvp-kunn2, END OF type_s_kunnr
4 TYPE_S_RANGE_BAUGR Public See coding Selection range structure for Assembly Unit 20080320 BEGIN OF type_s_range_baugr, sign TYPE c LENGTH 1, option TYPE c LENGTH 2, low TYPE baugr, high TYPE baugr, END OF type_s_range_baugr
5 TYPE_S_RANGE_BDTER Public See coding Selection range structure for Requirement Date 20080320 BEGIN OF type_s_range_bdter, sign TYPE c LENGTH 1, option TYPE c LENGTH 2, low TYPE bdter, high TYPE bdter, END OF type_s_range_bdter
6 TYPE_S_RANGE_LIFNR Public See coding Selection range structure for Vendor 20080320 BEGIN OF type_s_range_lifnr, sign TYPE c LENGTH 1, option TYPE c LENGTH 2, low TYPE lifnr, high TYPE lifnr, END OF type_s_range_lifnr
7 TYPE_S_RANGE_MATNR Public See coding Selection range structure for Material 20080320 BEGIN OF type_s_range_matnr, sign TYPE c LENGTH 1, option TYPE c LENGTH 2, low TYPE matnr, high TYPE matnr, END OF type_s_range_matnr
8 TYPE_S_RANGE_WERKS Public See coding Selection range structure for Plant 20080320 BEGIN OF type_s_range_werks, sign TYPE c LENGTH 1, option TYPE c LENGTH 2, low TYPE werks_d, high TYPE werks_d, END OF type_s_range_werks
9 TYPE_S_SEL_DATA Public See coding Selection data for Report RM06ELLBN 20080320 BEGIN OF type_s_sel_data, lifnr TYPE type_t_range_lifnr, matnr TYPE type_t_range_matnr, baugr TYPE type_t_range_baugr, werks TYPE type_t_range_werks, bdter TYPE type_t_range_bdter, screq TYPE mmpur_bool, tpscr TYPE mmpur_bool, tpscp TYPE me2o_tpscp, batgrp TYPE me2o_scbatch, nuroff TYPE me2o_negative, nullz TYPE mmpur_bool, END OF type_s_sel_data
10 TYPE_S_STOCK_SEGMENT Public See coding 20080314 BEGIN OF type_s_stock_segment , lifnr TYPE ekko-lifnr, "vendor matnr TYPE matnr, "material werks TYPE werks_d, "plant charg TYPE charg_d, "batch lgort TYPE resb-lgort, "storage location lbmng TYPE lifbe-lblab, "sum of sc inventory stock lbuml TYPE lifbe-lbuml, "sum of sc in transfer stock erfmg TYPE mdpm-bdmng, erfme TYPE mdpm-lagme, wamng TYPE mdpm-bdmng, waame TYPE mdpm-lagme, vstel TYPE tvstz-vstel, ladgr TYPE marc-ladgr, sernp TYPE marc-sernp, lblfa TYPE t161v-lblfa, bdmng TYPE mdpm-bdmng, "sum of dep. requirements from SC POs bdbam TYPE mdpm-bdmng, "sum of dep. requirements from SC req's rsmng TYPE mdpm-bdmng, "sum of transfer reservations slbbm TYPE mdpm-bdmng, "sum of third-party SC requisitions slbmg TYPE mdpm-bdmng, "sum of third-party SC POs lfimg TYPE komdlgn-lfimg,"sum of open deliveries maktx TYPE mdpm-maktx. INCLUDE TYPE mmpur_om_is2erp. TYPES: END OF type_s_stock_segment
11 TYPE_S_XLBLFA Public See coding 20080326 BEGIN OF type_s_xlblfa, reswk TYPE t161v-reswk, lblfa TYPE t161v-lblfa, END OF type_s_xlblfa
12 TYPE_S_XRESB Public See coding RESB enhanced by OFMNG 20080320 BEGIN OF type_s_xresb . INCLUDE TYPE resb. TYPES ofmng TYPE resb-bdmng. TYPES END OF type_s_xresb
13 TYPE_S_XT001W Public See coding Sales organization data for plant (structure) 20080327 BEGIN OF type_s_xt001w, werks TYPE t001w-werks, vkorg TYPE t001w-vkorg, vtweg TYPE t001w-vtweg, spart TYPE t001w-spart, END OF type_s_xt001w
14 TYPE_T_DOCUMENTS Public See coding 20080314 type_t_documents TYPE STANDARD TABLE OF type_s_documents WITH NON-UNIQUE KEY lifnr matnr werks
15 TYPE_T_ELEMENTS Public See coding 20080408 type_t_elements TYPE SORTED TABLE OF type_s_elements WITH UNIQUE KEY etype
16 TYPE_T_KUNNR Public See coding Shipping information (table) for plant/customer 20080327 type_t_kunnr TYPE SORTED TABLE OF type_s_kunnr WITH UNIQUE KEY lifnr werks
17 TYPE_T_MARC Public See coding Material/Plan combination (Hash Algorithm) 20090317 type_t_marc TYPE HASHED TABLE OF marc WITH UNIQUE KEY matnr werks
18 TYPE_T_RANGE_BAUGR Public See coding Selection range table for Assembly Unit 20080320 type_t_range_baugr TYPE SORTED TABLE OF type_s_range_baugr WITH UNIQUE KEY table_line
19 TYPE_T_RANGE_BDTER Public See coding Selection range table for Requirement Date 20080320 type_t_range_bdter TYPE SORTED TABLE OF type_s_range_bdter WITH UNIQUE KEY table_line
20 TYPE_T_RANGE_LIFNR Public See coding Selection range table for Vendor 20080320 type_t_range_lifnr TYPE SORTED TABLE OF type_s_range_lifnr WITH UNIQUE KEY table_line
21 TYPE_T_RANGE_MATNR Public See coding Selection range table for Material 20080320 type_t_range_matnr TYPE SORTED TABLE OF type_s_range_matnr WITH UNIQUE KEY table_line
22 TYPE_T_RANGE_WERKS Public See coding Selection range table for Plant 20080320 type_t_range_werks TYPE SORTED TABLE OF type_s_range_werks WITH UNIQUE KEY table_line
23 TYPE_T_STOCK_SEGMENT Public See coding 20080314 type_t_stock_segment TYPE SORTED TABLE OF type_s_stock_segment WITH UNIQUE KEY lifnr matnr werks charg WITH NON-UNIQUE SORTED KEY secondary COMPONENTS matnr charg
24 TYPE_T_TVAK Public See coding 20080428 type_t_tvak TYPE STANDARD TABLE OF tvak
25 TYPE_T_TVLK Public See coding 20080428 type_t_tvlk TYPE SORTED TABLE OF tvlk WITH UNIQUE KEY lfart
26 TYPE_T_XLBLFA Public See coding 20080326 type_t_xlblfa TYPE SORTED TABLE OF type_s_xlblfa WITH UNIQUE KEY reswk
27 TYPE_T_XRESB Public See coding 20080320 type_t_xresb TYPE STANDARD TABLE OF type_s_xresb WITH KEY rsnum rspos rsart
28 TYPE_T_XT001W Public See coding Sales organization data for plant (table) 20080327 type_t_xt001w TYPE SORTED TABLE OF type_s_xt001w WITH UNIQUE KEY werks
History
Last changed by/on SAP  20110908 
SAP Release Created in 604