SAP ABAP Class CL_LO_OIF_REUSE_DFLOW (Assistance Class for LO_OIF_REUSE_DFLOW_COMP)
Hierarchy
☛
SAP_APPL (Software Component) Logistics and Accounting
⤷
SD-SLS (Application Component) Sales
⤷
ERP_SLS_LO_OIF (Package) Lean Order OIF

⤷

⤷

Meta Relationship - Using
# | Relationship type | Using | Short Description | Created on |
---|---|---|---|---|
1 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_LO_OIF_LISTENER | Actions for sub-objects that listen to LO OIF | 20080508 |
Properties
Class | CL_LO_OIF_REUSE_DFLOW | |
Short Description | Assistance Class for LO_OIF_REUSE_DFLOW_COMP | |
Super Class | ||
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | ERP_SLS_LO_OIF | Lean Order OIF |
Created | 20080425 | SAP |
Last change | 20110908 | SAP |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
Class CL_LO_OIF_REUSE_DFLOW has no forward declaration.
Interfaces
# | Interface | Abstract | Final | Description | Created on |
---|---|---|---|---|---|
1 | IF_LO_OIF_LISTENER | Actions for sub-objects that listen to LO OIF | 20080508 |
Friends
Class CL_LO_OIF_REUSE_DFLOW has no friend class.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Static Attribute | Private | Type reference (TYPE) | TCT_ASSIST | 20080425 | |||
2 | ![]() |
Instance attribute | Private | Type reference (TYPE) | TCT_BUFFER | 20080428 | |||
3 | ![]() |
Instance attribute | Private | Type reference (TYPE) | GUID_32 | GUID in 'CHAR' Format in Uppercase | 20080425 | ||
4 | ![]() |
Instance attribute | Private | Type reference (TYPE) | TABNAME | Table Name | 20080425 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Method | Collect the parameters for the OBN | 20080506 |
2 | ![]() |
Instance method | Public | Constructor | CONSTRUCTOR | 20080425 |
3 | ![]() |
Instance method | Public | Method | Construct URL to display a document | 20080425 |
4 | ![]() |
Static method | Public | Method | Get Singleton | 20080425 |
5 | ![]() |
Instance method | Public | Method | Get the docflow data for the active handle | 20080425 |
6 | ![]() |
Instance method | Public | Method | Get the active handle | 20080425 |
7 | ![]() |
Instance method | Public | Method | Retrive the object type | 20080425 |
8 | ![]() |
Instance method | Public | Method | Set the active handle | 20080425 |
Events
Class CL_LO_OIF_REUSE_DFLOW has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | TCS_ASSIST | Private | See coding | 20080425 | BEGIN OF tcs_assist,
conf TYPE tdd_lo_oif_objtype,
inst TYPE REF TO cl_lo_oif_reuse_dflow,
END OF tcs_assist
|
||
2 | TCS_BUFFER | Private | See coding | 20080428 | BEGIN OF tcs_buffer,
handle TYPE guid_32,
dflow TYPE tdt_dflow_tree_wdnode,
END OF tcs_buffer
|
||
3 | TCS_LEVEL | Private | See coding | 20080425 | BEGIN OF tcs_level,
hlevel TYPE dflow_level,
docnuv TYPE vbelv,
itemnuv TYPE posnv,
END OF tcs_level
|
||
4 | TCT_ASSIST | Private | See coding | 20080425 | tct_assist TYPE SORTED TABLE OF tcs_assist WITH UNIQUE KEY conf
|
||
5 | TCT_BUFFER | Private | See coding | 20080428 | tct_buffer TYPE SORTED TABLE OF tcs_buffer WITH UNIQUE KEY handle
|
||
6 | TCT_LEVEL | Private | See coding | Vorschlagswerte bei Anlage von Debitoren aus Workbench | 20080425 | tct_level TYPE SORTED TABLE OF tcs_level WITH UNIQUE KEY hlevel docnuv itemnuv
|
Method Signatures
Method COLLECT_PARAMETERS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_POSNR | Call by reference | Type reference (TYPE) | POSNR | Item number of the SD document | 20080506 | ||
2 | ![]() |
IV_VBELN | Call by reference | Type reference (TYPE) | VBELN | Sales and Distribution Document Number | 20080506 | ||
3 | ![]() |
RT_PARAMS | Value transfer | Type reference (TYPE) | APB_LPD_T_PARAMS | Key/Value Pairs | 20080506 |
Method COLLECT_PARAMETERS on class CL_LO_OIF_REUSE_DFLOW has no exception.
Method CONSTRUCTOR Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_CONF | Call by reference | Type reference (TYPE) | TDD_LO_OIF_OBJTYPE | Lean order object type for distinction of component usage | 20080425 |
Method CONSTRUCTOR on class CL_LO_OIF_REUSE_DFLOW has no exception.
Method CONSTRUCT_URL Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_POSNR | Call by reference | Type reference (TYPE) | POSNR | Item number of the SD document | 20080425 | ||
2 | ![]() |
IV_VBELN | Call by reference | Type reference (TYPE) | VBELN | Sales and Distribution Document Number | 20080425 | ||
3 | ![]() |
RV_URL | Value transfer | Type reference (TYPE) | STRING | 20080425 |
Method CONSTRUCT_URL on class CL_LO_OIF_REUSE_DFLOW has no exception.
Method GET_ASSIST Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_CONF | Call by reference | Type reference (TYPE) | TDD_LO_OIF_OBJTYPE | Lean order object type for distinction of component usage | 20080425 | ||
2 | ![]() |
RO_ASSIST | Value transfer | Object reference (TYPE REF TO) | CL_LO_OIF_REUSE_DFLOW | Assistance Class for LO_OIF_REUSE_DFLOW_COMP | 20080425 |
Method GET_ASSIST on class CL_LO_OIF_REUSE_DFLOW has no exception.
Method GET_DFLOW_DATA Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ET_DFLOW_DATA | Call by reference | Type reference (TYPE) | TDT_DFLOW_TREE_WDNODE | Document Flow Tree for a Lean Order Object | 20080425 |
Method GET_DFLOW_DATA on class CL_LO_OIF_REUSE_DFLOW has no exception.
Method GET_MY_HANDLE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RV_HANDLE | Value transfer | Type reference (TYPE) | GUID_32 | GUID in 'CHAR' Format in Uppercase | 20080428 |
Method GET_MY_HANDLE on class CL_LO_OIF_REUSE_DFLOW has no exception.
Method GET_OBJ_TYPE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RV_OBJ_TYPE | Value transfer | Type reference (TYPE) | TABNAME | Table Name | 20080425 |
Method GET_OBJ_TYPE on class CL_LO_OIF_REUSE_DFLOW has no exception.
Method SET_MY_HANDLE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_HANDLE | Call by reference | Type reference (TYPE) | GUID_32 | GUID in 'CHAR' Format in Uppercase | 20080425 |
Method SET_MY_HANDLE on class CL_LO_OIF_REUSE_DFLOW has no exception.
History
Last changed by/on | SAP | 20110908 |
SAP Release Created in | 604 |