SAP ABAP Class IF_MEREQ_MLSC_DOCUMENT (Document: Multilevel Subcontracting)
Properties
Class IF_MEREQ_MLSC_DOCUMENT  
Short Description Document: Multilevel Subcontracting    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package      
Created 20090108   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
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
Class IF_MEREQ_MLSC_DOCUMENT has no interface implemented.
Friends
Class IF_MEREQ_MLSC_DOCUMENT has no friend class.
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
Class 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 class 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 class IF_MEREQ_MLSC_DOCUMENT has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in