SAP ABAP Interface IF_MMPUR_TEMPLATE_TYPES (Type Definition Templates in MM-PUR)
Hierarchy
SAP_APPL (Software Component) Logistics and Accounting
   MM-PUR (Application Component) Purchasing
     MMPUR_BASE (Package) Purchasing: Basis Components
Properties
Interface IF_MMPUR_TEMPLATE_TYPES  
Short Description Type Definition Templates in MM-PUR    
General Data
Package MMPUR_BASE   Purchasing: Basis Components 
Created 20090317   SAP 
Last changed 20130531   SAP 
Unicode checks active    
Forward declarations
Interface IF_MMPUR_TEMPLATE_TYPES has no forward declaration.
Interfaces
Interface IF_MMPUR_TEMPLATE_TYPES has no interface.
Friends
Interface IF_MMPUR_TEMPLATE_TYPES has no friend.
Attributes
Interface IF_MMPUR_TEMPLATE_TYPES has no attribute.
Methods
Interface IF_MMPUR_TEMPLATE_TYPES has no method.
Events
Interface IF_MMPUR_TEMPLATE_TYPES has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TYPE_PO_ITEM Public See coding Template for Purchasing Document Item, Purchase Order 20090317 BEGIN OF type_po_item, header TYPE if_mmpur_template_types=>type_s_po_header, "1720592 items TYPE type_t_po_items, END OF type_po_item
2 TYPE_PR_ITEM Public See coding Template for Purchasing Document Item, Purchase Requisition 20090317 BEGIN OF type_pr_item, header TYPE type_s_pr_header, items TYPE type_t_pr_items, END OF type_pr_item
3 TYPE_S_PO_HEADER Public See coding 20120518 BEGIN OF type_s_po_header, "1720592 header TYPE mepoheader, text TYPE type_t_texts, END OF type_s_po_header
4 TYPE_S_PO_ITEM Public See coding Item Data for Template, Purchase Order 20090317 BEGIN OF type_s_po_item , item TYPE mepoitem, accounts TYPE mmpur_t_exkn, services TYPE mmsrv_srv_package, schedules TYPE mmpur_t_po_schedules, texts TYPE type_t_texts, END OF type_s_po_item
5 TYPE_S_PR_HEADER Public See coding 20090324 Begin OF type_s_pr_header, header TYPE mereq_header, text TYPE type_t_texts, END OF type_s_pr_header
6 TYPE_S_PR_ITEM Public See coding Item Data for Template, Purchase Requisition 20090317 BEGIN OF type_s_pr_item, item TYPE mereq_item, accounts TYPE mmpur_t_exkn, services TYPE mmsrv_srv_package, texts TYPE type_t_texts, END OF type_s_pr_item
7 TYPE_TEXTS Public See coding 20090324 BEGIN OF type_texts, id TYPE tdid, text TYPE mmpur_t_textlines, END OF type_texts
8 TYPE_T_PO_ITEMS Public See coding Table Type for Template, Purchase Order 20090317 type_t_po_items TYPE STANDARD TABLE OF type_s_po_item WITH NON-UNIQUE KEY item-ebeln item-ebelp
9 TYPE_T_PR_ITEMS Public See coding Table Type for Template, Purchase Requisition 20090317 type_t_pr_items TYPE STANDARD TABLE OF type_s_pr_item WITH NON-UNIQUE KEY item-bnfpo
10 TYPE_T_TEXTS Public See coding 20090324 type_t_texts TYPE STANDARD TABLE OF type_texts WITH KEY id
History
Last changed by/on SAP  20130531 
SAP Release Created in 605