SAP ABAP Class CL_LOP_TEMP_NO_MASTER (Temporary option list number (for master data))
Hierarchy
☛
SAP_APPL (Software Component) Logistics and Accounting
⤷
LO-AB-TC (Application Component) Trading Contract
⤷
LOOP (Package) Model layer for logistical contract options
⤷
⤷
Properties
| Class | CL_LOP_TEMP_NO_MASTER | |
| Short Description | Temporary option list number (for master data) | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | LOOP | Model layer for logistical contract options |
| Created | 20111103 | SAP |
| Last change | 20130531 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
Class CL_LOP_TEMP_NO_MASTER has no interface implemented.
Friends
Class CL_LOP_TEMP_NO_MASTER 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) | LOP_TS_NO_MAP | Map option list number (for master data) | 20111103 | |||
| 2 | Instance attribute | Private | Type reference (TYPE) | MTY_TEMP_NUM | 20111103 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Constructor | CONSTRUCTOR | 20111103 | |
| 2 | Instance method | Public | Method | Provide New Temporary Number | 20111103 | |
| 3 | Instance method | Public | Method | Determine Final Number | 20111103 | |
| 4 | Instance method | Public | Method | Read Final Number Already Determined | 20111103 | |
| 5 | Instance method | Public | Method | get the mapping table | 20111118 | |
| 6 | Static method | Public | Method | Number is temporary | 20111103 | |
| 7 | Instance method | Public | Method | Reset Number | 20111103 |
Events
Class CL_LOP_TEMP_NO_MASTER has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | MTY_TEMP_NUM | Private | See coding | 20111103 | BEGIN OF mty_temp_num,
prefix TYPE c LENGTH 1,
number TYPE n LENGTH 9,
END OF mty_temp_num
|
Method Signatures
Method CONSTRUCTOR Signature
Method CONSTRUCTOR on class CL_LOP_TEMP_NO_MASTER has no parameter.
Method CONSTRUCTOR on class CL_LOP_TEMP_NO_MASTER has no exception.
Method CREATE_NUMBER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RE_NUMBER | Value transfer | Type reference (TYPE) | LOP_NO | Option List number (for master data) | 20111103 |
Method CREATE_NUMBER on class CL_LOP_TEMP_NO_MASTER has no exception.
Method DETERMINE_FINAL Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_TMP_NUMBER | Call by reference | Type reference (TYPE) | LOP_NO | Option List number (for master data) | 20111103 | |||
| 2 | RE_FINAL | Value transfer | Type reference (TYPE) | LOP_NO | Option List number (for master data) | 20111103 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Customizing error | 20111125 | ||
| 2 | Maintain error | 20111103 |
Method GET_FINAL Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_TMP_NUMBER | Call by reference | Type reference (TYPE) | LOP_NO | Option List number (for master data) | 20111103 | |||
| 2 | RE_FINAL | Value transfer | Type reference (TYPE) | LOP_NO | Option List number (for master data) | 20111103 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Object doesn't exist | 20111103 |
Method GET_MAP_TAB Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ETS_MAP | Call by reference | Type reference (TYPE) | LOP_TS_NO_MAP | Map option list number (for master data) | 20111118 |
Method GET_MAP_TAB on class CL_LOP_TEMP_NO_MASTER has no exception.
Method IS_TEMP Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_LOP_NO | Call by reference | Type reference (TYPE) | LOP_NO | Option List number (for master data) | 20111103 | |||
| 2 | RE_IS_TMP | Value transfer | Type reference (TYPE) | ABAP_BOOL | Number is temporary | 20111103 |
Method IS_TEMP on class CL_LOP_TEMP_NO_MASTER has no exception.
Method RESET Signature
Method RESET on class CL_LOP_TEMP_NO_MASTER has no parameter.
Method RESET on class CL_LOP_TEMP_NO_MASTER has no exception.
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 607 |