SAP ABAP Interface IF_MEREQ_MLSC_DOCUMENT (Document: Multilevel Subcontracting)
Hierarchy
SAP_APPL (Software Component) Logistics and Accounting
   MM-PUR (Application Component) Purchasing
     MEREQ (Package) Purchasing: Purchase Requisition
Properties
Interface IF_MEREQ_MLSC_DOCUMENT  
Short Description Document: Multilevel Subcontracting    
General Data
Package MEREQ   Purchasing: Purchase Requisition 
Created 20090108   SAP 
Last changed 20130531   SAP 
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 CL_MMPUR_CONSTANTS Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
Interfaces
Interface IF_MEREQ_MLSC_DOCUMENT has no interface.
Friends
Interface IF_MEREQ_MLSC_DOCUMENT has no friend.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 MC_SEVERITY_ABORT Constant Public Type reference (TYPE) I 14 Cancel 20110516
2 MC_SEVERITY_ERROR Constant Public Type reference (TYPE) I 13 Error 20110516
3 MC_SEVERITY_SUCCESS Constant Public Type reference (TYPE) I 10 Success Message 20110516
4 MC_SEVERITY_WARNING Constant Public Type reference (TYPE) I 12 Warning 20110516
5 MV_SEVERITY Instance attribute Public Type reference (TYPE) I Error Status 20110516
Methods
# Method Level Visibility Method type Description Created on
1 GET_ITEM Instance method Public Method Return Item 20090108
2 GET_ITEMS Instance method Public Method Return All Items 20090108
3 POST Instance method Public Method Creation of Purchase Requisition 20090108
Events
Interface IF_MEREQ_MLSC_DOCUMENT has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TYPE_S_ACCOUNT Public See coding Account Assignment Line with Item Number 20090109 BEGIN OF type_s_account, bnfpo TYPE bnfpo. INCLUDE TYPE mereq_accounting. TYPES: END OF type_s_account
2 TYPE_T_ACCOUNT Public See coding Account Assignment Lines with Item Number 20090108 type_t_account TYPE SORTED TABLE OF type_s_account WITH UNIQUE KEY bnfpo zebkn
3 TYPE_T_ENTITY Public See coding 20090219 type_t_entity TYPE TABLE OF REF TO if_mereq_mlsc_entity
4 TYPE_T_ITEM Public See coding 20090109 type_t_item TYPE SORTED TABLE OF mereq_item WITH UNIQUE KEY bnfpo
Method Signatures

Method GET_ITEM Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ED_ACCOUNT Call by reference Object reference (TYPE REF TO) TYPE_T_ACCOUNT OO-Bestellanforderung Zustand Kontierung 20090108
2 Exporting ED_ITEM Call by reference Object reference (TYPE REF TO) MEREQ_ITEM OO-Bestellanforderung Zustand Position 20090108
3 Importing IV_ITEM_NO Call by reference Type reference (TYPE) BNFPO Positionsnummer der Bestellanforderung 20090108
# Exception Resumable Description Created on
1 CX_MMPUR_NOT_FOUND Exception Einkauf: nicht gefunden 20090109

Method GET_ITEMS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_ACCOUNT Call by reference Type reference (TYPE) TYPE_T_ACCOUNT Kontierungsdaten 20090109
2 Exporting ET_ITEMS Call by reference Type reference (TYPE) TYPE_T_ITEM Positionsdaten 20090109

Method GET_ITEMS on Interface IF_MEREQ_MLSC_DOCUMENT has no exception.

Method POST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_MSG_LOG Call by reference Type reference (TYPE) MEPO_T_MESSAGES_BAPI Returnparameter 20090108
2 Exporting EV_DOCUMENT Call by reference Type reference (TYPE) BANFN Bestellanforderungsnummer 20090108
3 Exporting EV_SEVERITY Call by reference Type reference (TYPE) I Fehlerschwere 20110516
4 Importing IV_TESTRUN Call by reference Type reference (TYPE) MMPUR_BOOL Testrun 20110905

Method POST on Interface IF_MEREQ_MLSC_DOCUMENT has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in 605