SAP ABAP Class CL_FVD_OUT_DEF_POST_PROCESSING (Outbound Class Postprocessing Tool)
Hierarchy
☛
EA-FINSERV (Software Component) SAP Enterprise Extension Financial Services
⤷
FS-CML-PO (Application Component) Portfolio
⤷
FVVD_OUT_POST_PROCESSING (Package) Postprocessing Tool: Outbound Layer
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_BADI_INTERFACE | Tag Interface for BAdIs | 20050321 |
| 2 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_FVD_OUT_POST_PROCESSING | Outbound Interface Postprocessing Tool | 20050321 |
Properties
| Class | CL_FVD_OUT_DEF_POST_PROCESSING | |
| Short Description | Outbound Class Postprocessing Tool | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | FVVD_OUT_POST_PROCESSING | Postprocessing Tool: Outbound Layer |
| Created | 20050321 | SAP |
| Last change | 20050411 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_FVD_OUT_DEF_POST_PROCESSING has no forward declaration.
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_BADI_INTERFACE | Tag Interface for BAdIs | 20050321 | ||
| 2 | IF_FVD_OUT_POST_PROCESSING | Outbound Interface Postprocessing Tool | 20050321 |
Friends
Class CL_FVD_OUT_DEF_POST_PROCESSING has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Constant | Private | Type reference (TYPE) | TB_LOAN_OBJ_ROLE | '2' | Base object | 20050322 | ||
| 2 | Constant | Private | Type reference (TYPE) | C | ' ' | Blank (character) | 20050322 | ||
| 3 | Constant | Private | Type reference (TYPE) | N | '1' | PPO Internal: BOR Type | 20050322 | ||
| 4 | Constant | Private | Type reference (TYPE) | TB_LOAN_OBJ_ROLE | '3' | Environment Object 1 | 20050322 | ||
| 5 | Constant | Private | Type reference (TYPE) | TB_LOAN_OBJ_ROLE | '4' | Environment Object 2 | 20050322 | ||
| 6 | Constant | Private | Type reference (TYPE) | TB_LOAN_OBJ_ROLE | '1' | Main Object | 20050322 | ||
| 7 | Static Attribute | Private | Type reference (TYPE) | BAL_S_LFIL | Application Log: Log filter criteria | 20050322 | |||
| 8 | Static Attribute | Private | See coding | 20050322 | |||||
| 9 | Static Attribute | Private | Type reference (TYPE) | TY_PPO_TAB_MESSAGE_LOG | 20050322 | ||||
| 10 | Static Attribute | Private | Type reference (TYPE) | CHAR100 | 20050322 | ||||
| 11 | Static Attribute | Private | Type reference (TYPE) | XFELD | SPACE | 20050322 | |||
| 12 | Static Attribute | Private | See coding | 20050322 |
Methods
Class CL_FVD_OUT_DEF_POST_PROCESSING has no method.
Events
Class CL_FVD_OUT_DEF_POST_PROCESSING has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | RLOAN_OBJECT | Public | See coding | 20050322 | BEGIN OF rloan_object,
objectrole TYPE tb_loan_obj_role,
objecttype TYPE oj_name,
objectkey TYPE swo_typeid,
objlogsys TYPE logsys,
END OF rloan_object
|
||
| 2 | TB_LOAN_EXT_IDENTIFICATION | Public | See coding | 20050322 | tb_loan_ext_identification(100) TYPE c
|
||
| 3 | TB_LOAN_OBJ_ROLE | Public | See coding | 20050322 | tb_loan_obj_role(1) TYPE c
|
||
| 4 | TB_LOAN_ORDER_KEY | Public | Type reference (TYPE) | GUID_16 | 20050322 | |
|
| 5 | TRTY_LOAN_OBJECTS | Public | See coding | 20050322 | trty_loan_objects TYPE STANDARD TABLE
OF rloan_object
WITH KEY objectrole
|
||
| 6 | TY_LOG | Private | See coding | 20050322 | BEGIN OF ty_log,
log_handle TYPE balloghndl,
log_hdr TYPE bal_s_log,
statistics TYPE bal_s_scnt,
lognumber TYPE balognr,
END OF ty_log
|
||
| 7 | TY_MESSAGE_LOG | Private | See coding | 20050322 | BEGIN OF ty_message_log,
log_handle TYPE balloghndl,
log_hdr TYPE bal_s_log,
statistics TYPE bal_s_scnt,
lognumber TYPE balognr,
msgnumber TYPE balmnr,
msg TYPE bal_s_msg,
END OF ty_message_log
|
||
| 8 | TY_MSG | Private | See coding | 20050322 | BEGIN OF ty_msg,
msgid TYPE symsgid,
msgty TYPE symsgty,
msgno TYPE symsgno,
msgv1 TYPE symsgv,
msgv2 TYPE symsgv,
msgv3 TYPE symsgv,
msgv4 TYPE symsgv,
log_cat(1) TYPE n,
log_no(20) TYPE c,
log_handle(22) TYPE c,
log_msg_no(6) TYPE n,
msg_objcat(1) TYPE n,
msg_objtype(10) TYPE c,
msg_objkey(70) TYPE c,
msg_objlogsys TYPE logsys,
END OF ty_msg
|
||
| 9 | TY_OBJECT | Private | See coding | 20050322 | BEGIN OF ty_object,
objcat(1) TYPE n,
objtype(10) TYPE c,
objkey(70) TYPE c,
objlogsys TYPE logsys,
END OF ty_object
|
||
| 10 | TY_PPO_TAB_MESSAGE_LOG | Private | See coding | 20050322 | ty_ppo_tab_message_log TYPE STANDARD TABLE
OF ty_message_log
WITH NON-UNIQUE KEY log_handle
|
||
| 11 | TY_TAB_OBJECT | Public | See coding | 20050322 | ty_tab_object TYPE STANDARD TABLE OF balobj
|
History
| Last changed by/on | SAP | 20050411 |
| SAP Release Created in | 600 |