SAP ABAP Class CL_MMPUR_DOCTRK_SEARCH_MDL (Model for Search View)
Hierarchy
SAP_APPL (Software Component) Logistics and Accounting
   MM-PUR (Application Component) Purchasing
     MMPUR_PORTAL (Package) Linkage of Portal to Purchasing
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_BSP_MODEL BSP: Model Basis Class 20040707
Properties
Class CL_MMPUR_DOCTRK_SEARCH_MDL  
Short Description Model for Search View    
Super Class CL_BSP_MODEL BSP: Model Basis Class 
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package MMPUR_PORTAL   Linkage of Portal to Purchasing 
Created 20040707   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_MMPUR_DOCTRK_SEARCH_MDL has no forward declaration.
Interfaces
Class CL_MMPUR_DOCTRK_SEARCH_MDL has no interface implemented.
Friends
Class CL_MMPUR_DOCTRK_SEARCH_MDL has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 BELNR Instance attribute Public Type reference (TYPE) MMPURPA_DOCNUMBER_TY Number of a Document in a Procurement Transaction 20040709
2 BELPOS Instance attribute Public Type reference (TYPE) MMPURPA_POSNUMBER_TY Item Number of a Document in Procurement Transaction 20040709
3 DDLB_DISABLED Instance attribute Public Type reference (TYPE) STRING 'false' Status of DDLB Show Order Types 20040714
4 IF_BELNR_ISINVALID Instance attribute Public Type reference (TYPE) STRING 'false' Status of Input Field for Document Number 20040729
5 IF_BELPOS_ISINVALID Instance attribute Public Type reference (TYPE) STRING 'false' Status of Input Field for Document Item 20040729
6 IT_DOCTYPES Instance attribute Public Type reference (TYPE) MMPURPA_DOCTYPES_TTY Table of Document Categories (Fixed Values + Short Texts) 20040709
7 IT_DOCTYPES_SEARCH Instance attribute Public Type reference (TYPE) MMPURPA_DOCTYPES_TTY Table of Document Categories (Fixed Values + Short Texts) 20040714
8 IT_DOCTYPES_SHOW Instance attribute Public Type reference (TYPE) MMPURPA_DOCTYPES_TTY Table of Document Categories (Fixed Values + Short Texts) 20040714
9 MR_MAIN_MODEL Instance attribute Private Object reference (TYPE REF TO) CL_MMPUR_DOCTRK_MAIN_MDL Model for Main Controller 20040712
10 SELECTED_SEARCH_DOCTYPE Instance attribute Public Type reference (TYPE) MMPURPA_DOCTYPE_TY Document Categories for Document Tracing in MM-PUR 20040709
11 SELECTED_SHOW_DOCTYPE Instance attribute Public Type reference (TYPE) MMPURPA_DOCTYPE_TY Document Categories for Document Tracing in MM-PUR 20040709
Methods
# Method Level Visibility Method type Description Created on
1 FILL_IT_DOCTYPES_SEARCH Instance method Public Method Populate Table for DDLB 'Search' 20040720
2 FILL_IT_DOCTYPES_SHOW Instance method Public Method Populate Table for DDLB 'Show' 20040720
3 GET_BELNR Instance method Public Method Return Document Number 20040722
4 GET_BELPOS Instance method Public Method Read Out Document Item Number 20040722
5 GET_DOCTYPE Instance method Public Method Language-Dep. Readout of Document Category Descriptions 20040707
6 GET_ORDERS Instance method Public Method Read Documents from DB 20040708
7 GET_SEL_SEARCH_DOCTYPE Instance method Public Method Read Out Category of Starting Document 20040727
8 GET_SEL_SHOW_DOCTYPE Instance method Public Method Read Out Category (Categories) of Document(s) Sought 20040727
9 INIT Instance method Public Method Initialization of Attributes 20040715
10 SET_BELNR Instance method Public Method Save Document Number 20040722
11 SET_BELPOS Instance method Public Method Read Out Document Number of Document Sought 20040722
12 SET_MAIN_MODEL Instance method Public Method Reference to Main Model 20040712
13 SET_SEL_SEARCH_DOCTYPE Instance method Public Method Define Category of Starting Document 20040804
14 SET_SEL_SHOW_DOCTYPE Instance method Public Method Define Category (Categories) of Document(s) Sought 20040804
Events
Class CL_MMPUR_DOCTRK_SEARCH_MDL has no event.
Types
Class CL_MMPUR_DOCTRK_SEARCH_MDL has no local type.
Method Signatures

Method FILL_IT_DOCTYPES_SEARCH Signature

Method FILL_IT_DOCTYPES_SEARCH on class CL_MMPUR_DOCTRK_SEARCH_MDL has no parameter.
Method FILL_IT_DOCTYPES_SEARCH on class CL_MMPUR_DOCTRK_SEARCH_MDL has no exception.

Method FILL_IT_DOCTYPES_SHOW Signature

Method FILL_IT_DOCTYPES_SHOW on class CL_MMPUR_DOCTRK_SEARCH_MDL has no parameter.
Method FILL_IT_DOCTYPES_SHOW on class CL_MMPUR_DOCTRK_SEARCH_MDL has no exception.

Method GET_BELNR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning BELNR Value transfer Type reference (TYPE) STRING Positionsnummer eines Belegs im Beschaffungsvorgang 20040722

Method GET_BELNR on class CL_MMPUR_DOCTRK_SEARCH_MDL has no exception.

Method GET_BELPOS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning BELPOS Value transfer Type reference (TYPE) STRING Positionsnummer eines Belegs im Beschaffungsvorgang 20040722

Method GET_BELPOS on class CL_MMPUR_DOCTRK_SEARCH_MDL has no exception.

Method GET_DOCTYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning IT_DOCTYPES Value transfer Type reference (TYPE) MMPURPA_DOCTYPES_TTY Tabelle Dokumenttypen (Festwerte + Kurztexte) 20040707

Method GET_DOCTYPE on class CL_MMPUR_DOCTRK_SEARCH_MDL has no exception.

Method GET_ORDERS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing BANFN Call by reference Type reference (TYPE) EBAN-BANFN Bestellanforderungsnummer 20040708
2 Importing BNFPO Call by reference Type reference (TYPE) EBAN-BNFPO Positionsnummer der Bestellanforderung 20040708
3 Returning PTO_PURREQ_HISTORY Value transfer Type reference (TYPE) MMREQ_HISTORY flache Struktur für Belegfluss der Bestellanforderung 20040708

Method GET_ORDERS on class CL_MMPUR_DOCTRK_SEARCH_MDL has no exception.

Method GET_SEL_SEARCH_DOCTYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning SEL_SEARCH_DOCTYPE Value transfer Type reference (TYPE) MMPURPA_DOCTYPE_TY Dokumenttypen für die Belegnachverfolgung in MM-PUR 20040727

Method GET_SEL_SEARCH_DOCTYPE on class CL_MMPUR_DOCTRK_SEARCH_MDL has no exception.

Method GET_SEL_SHOW_DOCTYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning SEL_SHOW_DOCTYPE Value transfer Type reference (TYPE) MMPURPA_DOCTYPE_TY Dokumenttypen für die Belegnachverfolgung in MM-PUR 20040727

Method GET_SEL_SHOW_DOCTYPE on class CL_MMPUR_DOCTRK_SEARCH_MDL has no exception.

Method INIT Signature

Method INIT on class CL_MMPUR_DOCTRK_SEARCH_MDL has no parameter.
Method INIT on class CL_MMPUR_DOCTRK_SEARCH_MDL has no exception.

Method SET_BELNR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing BELNR Call by reference Type reference (TYPE) STRING 20040722

Method SET_BELNR on class CL_MMPUR_DOCTRK_SEARCH_MDL has no exception.

Method SET_BELPOS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing BELPOS Call by reference Type reference (TYPE) STRING 20040722

Method SET_BELPOS on class CL_MMPUR_DOCTRK_SEARCH_MDL has no exception.

Method SET_MAIN_MODEL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing MAIN_MODEL Call by reference Object reference (TYPE REF TO) CL_MMPUR_DOCTRK_MAIN_MDL Model für Maincontroller 20040712

Method SET_MAIN_MODEL on class CL_MMPUR_DOCTRK_SEARCH_MDL has no exception.

Method SET_SEL_SEARCH_DOCTYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing DOCTYPE Call by reference Type reference (TYPE) STRING 20040804

Method SET_SEL_SEARCH_DOCTYPE on class CL_MMPUR_DOCTRK_SEARCH_MDL has no exception.

Method SET_SEL_SHOW_DOCTYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing DOCTYPE Call by reference Type reference (TYPE) STRING 20040804

Method SET_SEL_SHOW_DOCTYPE on class CL_MMPUR_DOCTRK_SEARCH_MDL has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in 500