SAP ABAP Class CL_MNT_GET_DATA (Collects PM Order Data from Database)
Hierarchy
☛
SAP_APPL (Software Component) Logistics and Accounting
⤷
PM-WOC-MO (Application Component) Maintenance Orders
⤷
PMORD_INBOUND_OUTBOUND (Package) Integration of maintenance orders into APO
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_MNT_GET_DATA | Get Order Data from Database | 20031007 |
Properties
| Class | CL_MNT_GET_DATA | |
| Short Description | Collects PM Order Data from Database | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | PMORD_INBOUND_OUTBOUND | Integration of maintenance orders into APO |
| Created | 20031007 | SAP |
| Last change | 20100310 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_MNT_GET_DATA has no forward declaration.
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_MNT_GET_DATA | Get Order Data from Database | 20031007 |
Friends
Class CL_MNT_GET_DATA has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Private | Type reference (TYPE) | TT_FIELD_NAMES | Standard Table of CHAR72 | 20050318 | |||
| 2 | Constant | Private | Type reference (TYPE) | AUFTYP | '30' | Order category | 20031007 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Constructor | CONSTRUCTOR | 20050318 | |
| 2 | Static method | Private | Method | Determine the fields to be selected from RESB | 20050318 | |
| 3 | Instance method | Private | Method | Reads activity data from database | 20031007 | |
| 4 | Instance method | Private | Method | Reads component requirements / assembly items | 20031007 | |
| 5 | Instance method | Private | Method | Reads APO relevant material / plant combinations from MARC | 20031007 | |
| 6 | Instance method | Private | Method | Reads position data from database | 20031031 | |
| 7 | Instance method | Private | Method | Reads relationship data from database | 20031007 |
Events
Class CL_MNT_GET_DATA has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TS_BEDID_BEDZL | Private | See coding | Structure: BEDID / BEDZL | 20031007 | BEGIN OF ts_bedid_bedzl,
bedid TYPE bedid,
bedzl TYPE cim_count,
END OF ts_bedid_bedzl
|
|
| 2 | TS_RSNUM | Private | See coding | Structure: RSNUM | 20031007 | BEGIN OF ts_rsnum,
rsnum TYPE rsnum,
END OF ts_rsnum
|
|
| 3 | TT_BEDID_BEDZL | Private | See coding | Standard Table: Structure TS_BEDID_BEDZL | 20031007 | tt_bedid_bedzl TYPE STANDARD TABLE OF ts_bedid_bedzl
|
|
| 4 | TT_FIELD_NAMES | Private | See coding | Standard Table of CHAR72 | 20050318 | tt_field_names TYPE STANDARD TABLE OF char72
|
|
| 5 | TT_RSNUM | Private | See coding | Standard Table: Structure TS_RSNUM | 20031007 | tt_rsnum TYPE STANDARD TABLE OF ts_rsnum
|
Method Signatures
Method CONSTRUCTOR Signature
Method CONSTRUCTOR on class CL_MNT_GET_DATA has no parameter.
Method CONSTRUCTOR on class CL_MNT_GET_DATA has no exception.
Method DETERMINE_RESB_SELECT_FIELDS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_RESB_FIELDS_FOR_SELECTION | Call by reference | Type reference (TYPE) | TT_FIELD_NAMES | Standardtabelle von CHAR72 | 20050318 |
Method DETERMINE_RESB_SELECT_FIELDS on class CL_MNT_GET_DATA has no exception.
Method READ_ACTIVITIES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_AFVG | Call by reference | Type reference (TYPE) | MNT_T_AFVG | Vorgänge (Untergruppe von AFVGD) | 20031007 | |||
| 2 | IT_CAUFV | Call by reference | Type reference (TYPE) | MNT_T_CAUFV | Auftragsköpfe (Untergruppe von CAUFVDB) | 20031007 |
Method READ_ACTIVITIES on class CL_MNT_GET_DATA has no exception.
Method READ_COMP_REQS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_RESB | Call by reference | Type reference (TYPE) | MNT_T_RESB | Komponentenbedarfe (Untergruppe von RESBB) | 20031007 | |||
| 2 | IT_CAUFV | Call by reference | Type reference (TYPE) | MNT_T_CAUFV | Auftragsköpfe (Untergruppe von CAUFVDB) | 20031007 |
Method READ_COMP_REQS on class CL_MNT_GET_DATA has no exception.
Method READ_MAT_WERK_WITH_APOKZ Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_MATNR_PLANT | Call by reference | Type reference (TYPE) | MNT_T_MATNR_PLANT | Für APO relevante Kombinationen Material / Werk | 20031007 | |||
| 2 | IT_AFPO | Call by reference | Type reference (TYPE) | MNT_T_AFPO | Positionen (Untergruppe von AFPOB) | 20031103 | |||
| 3 | IT_RESB | Call by reference | Type reference (TYPE) | MNT_T_RESB | Komponentenbedarfe (Untergruppe von RESBB) | 20031007 |
Method READ_MAT_WERK_WITH_APOKZ on class CL_MNT_GET_DATA has no exception.
Method READ_POSITIONS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_AFPO | Call by reference | Type reference (TYPE) | MNT_T_AFPO | Positionen (Untergruppe von AFPOB) | 20031031 | |||
| 2 | IT_CAUFV | Call by reference | Type reference (TYPE) | MNT_T_CAUFV | Auftragsköpfe (Untergruppe von CAUFVDB) | 20031031 |
Method READ_POSITIONS on class CL_MNT_GET_DATA has no exception.
Method READ_RELATIONSHIPS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_AFAB | Call by reference | Type reference (TYPE) | MNT_T_AFAB | Anordnungsbeziehungen (Untergruppe von AFABB) | 20031007 | |||
| 2 | IT_CAUFV | Call by reference | Type reference (TYPE) | MNT_T_CAUFV | Auftragsköpfe (Untergruppe von CAUFVDB) | 20031007 |
Method READ_RELATIONSHIPS on class CL_MNT_GET_DATA has no exception.
History
| Last changed by/on | SAP | 20100310 |
| SAP Release Created in | 2004_1_46C |