SAP ABAP Class CL_FINB_FOBJ_JRDR (FIN Object ABAP Join Reader)
Hierarchy
☛
SEM-BW (Software Component) SEM-BW: Strategic Enterprise Management
⤷
FIN-BAC-AE (Application Component) Accounting Engine
⤷
FINB_FOBJ_JOIN_READER (Package) Join Reader for Journals / Price Tables and FIN Objects

⤷

⤷

Meta Relationship - Using
# | Relationship type | Using | Short Description | Created on |
---|---|---|---|---|
1 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_FINB_FOBJ_JOIN_READER | Interface for FIN Object ABAP Join Reader | 20041206 |
Properties
Class | CL_FINB_FOBJ_JRDR | |
Short Description | FIN Object ABAP Join Reader | |
Super Class | ||
Instantiability of a Class | 0 | Private |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | FINB_FOBJ_JOIN_READER | Join Reader for Journals / Price Tables and FIN Objects |
Created | 20041206 | SAP |
Last change | 20050301 | 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) |
2 | ![]() |
Forward declaration class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) |
3 | ![]() |
Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
# | Interface | Abstract | Final | Description | Created on |
---|---|---|---|---|---|
1 | IF_FINB_FOBJ_JOIN_READER | Interface for FIN Object ABAP Join Reader | 20041206 |
Friends
# | Friend | Modeled only | Created on | Description |
---|---|---|---|---|
1 | CL_FINB_FOBJ_JRDR_FACTORY | 20041206 | FIN Object Join Reader: Factory |
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Instance attribute | Public | Attribute reference (LIKE) | 20050127 | ||||
2 | ![]() |
Instance attribute | Public | Attribute reference (LIKE) | 20050127 | ||||
3 | ![]() |
Instance attribute | Public | Attribute reference (LIKE) | 20050127 | ||||
4 | ![]() |
Instance attribute | Public | Attribute reference (LIKE) | 20050127 | ||||
5 | ![]() |
Instance attribute | Public | Attribute reference (LIKE) | 20050127 | ||||
6 | ![]() |
Instance attribute | Public | Attribute reference (LIKE) | 20050127 | ||||
7 | ![]() |
Instance attribute | Public | Attribute reference (LIKE) | 20050127 | ||||
8 | ![]() |
Instance attribute | Public | Attribute reference (LIKE) | 20050127 | ||||
9 | ![]() |
Instance attribute | Private | Type reference (TYPE) | ABAP_BOOL | 20041206 | |||
10 | ![]() |
Instance attribute | Private | Type reference (TYPE) | FINB_RP_JOIN_COMP | Join Component | 20041206 | ||
11 | ![]() |
Instance attribute | Private | Type reference (TYPE) | FINB_RP_JOIN_COMP_TYPE | Join Component Type | 20041206 | ||
12 | ![]() |
Instance attribute | Private | Type reference (TYPE) | I | Internal Tables, Current Row Index | 20041206 | ||
13 | ![]() |
Instance attribute | Private | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | 20041206 | ||
14 | ![]() |
Instance attribute | Private | Type reference (TYPE) | ABAP_BOOL | 20041206 | |||
15 | ![]() |
Instance attribute | Private | Type reference (TYPE) | FIN_FOBJREFTYPE | FIN Object Reference Type | 20041206 | ||
16 | ![]() |
Instance attribute | Private | Type reference (TYPE) | ABAP_BOOL | 20041206 | |||
17 | ![]() |
Instance attribute | Private | Object reference (TYPE REF TO) | IF_FINB_READER | Read Interface | 20041206 | ||
18 | ![]() |
Instance attribute | Private | Object reference (TYPE REF TO) | IF_FINB_FOBJ_JRDR_APPL_CALLBCK | FIN Object Join Reader: Application Callback | 20041206 | ||
19 | ![]() |
Instance attribute | Private | Type reference (TYPE) | FINB_FOBJ_JRDR_EXEC_ORDER | FIN Object ABAP Join Reader: SELECT Processing Sequence | 20041206 | ||
20 | ![]() |
Instance attribute | Private | Type reference (TYPE) | FINB_TH_FOBJ_JRDR_FOBJ_REFEREN | Reference Types: Join Reader | 20041206 | ||
21 | ![]() |
Instance attribute | Private | Type reference (TYPE) | LTYPE_TH_FOBJ_REFTYPE_OBJECTS | 20041206 | |||
22 | ![]() |
Instance attribute | Private | Type reference (TYPE) | FINB_KF_CHARS | Characteristics and Key Figures | 20041206 | ||
23 | ![]() |
Instance attribute | Private | Type reference (TYPE) | LTYPE_T_MAIN_EXEC_PLAN | 20041206 | |||
24 | ![]() |
Static Attribute | Private | Type reference (TYPE) | FINB_PACKAGE_SIZE | 100 | Pack. Size | 20041206 | |
25 | ![]() |
Static Attribute | Private | Type reference (TYPE) | ABAP_BOOL | 20041206 | |||
26 | ![]() |
Static Attribute | Private | Type reference (TYPE) | ABAP_BOOL | 20041206 |
Methods
Events
Class CL_FINB_FOBJ_JRDR has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | GTYPE_S_FOBJ_TYPE_OBJECTS | Public | See coding | 20041206 | BEGIN OF gtype_s_fobj_type_objects,
fobj_type TYPE fobj_type_name,
t_field_mapping TYPE finb_t_entries_where,
r_ts_fobj_object_data TYPE REF TO data,
r_s_fobj_object_data TYPE REF TO data,
r_s_fobj_object_data_mapped TYPE REF TO data,
END OF gtype_s_fobj_type_objects
|
||
2 | GTYPE_S_SUB_EXEC_PLAN | Public | See coding | 20041206 | BEGIN OF gtype_s_sub_exec_plan,
* Structure and ...
join_comp TYPE finb_rp_join_comp,
cursor_opened TYPE abap_bool,
fetch_done TYPE abap_bool,
o_condition TYPE REF TO cl_finb_condition,
t_entries_where TYPE finb_t_entries_where,
t_entries TYPE REF TO data,
t_select_tab TYPE finb_read_select_clause,
o_finb_reader TYPE REF TO if_finb_reader,
END OF gtype_s_sub_exec_plan
|
||
3 | GTYPE_TH_FOBJ_TYPE_OBJECTS | Public | See coding | 20041206 | gtype_th_fobj_type_objects
TYPE HASHED TABLE OF gtype_s_fobj_type_objects
WITH UNIQUE KEY
fobj_type
|
||
4 | GTYPE_TH_SUB_EXEC_PLAN | Public | See coding | 20041206 | gtype_th_sub_exec_plan TYPE HASHED TABLE OF
gtype_s_sub_exec_plan WITH UNIQUE KEY
join_comp
|
Method Signatures
Method BUILD_MAIN_EXEC_PLAN Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ETH_OPEN_DAT_FOBJ_OBJECTS | Call by reference | Type reference (TYPE) | LTYPE_TH_FOBJ_REFTYPE_OBJECTS | 20041206 | |||
2 | ![]() |
ET_MAIN_EXEC_PLAN | Call by reference | Type reference (TYPE) | LTYPE_T_MAIN_EXEC_PLAN | 20041206 | |||
3 | ![]() |
ID_BASIC_JOIN_COMP | Call by reference | Type reference (TYPE) | FINB_RP_JOIN_COMP | Join Komponente | 20041206 | ||
4 | ![]() |
ID_BASIC_JOIN_COMP_TYPE | Call by reference | Type reference (TYPE) | FINB_RP_JOIN_COMP_TYPE | Join Komponententyp | 20041206 | ||
5 | ![]() |
IO_BASIC_JOIN_COMP_READER | Call by reference | Object reference (TYPE REF TO) | IF_FINB_READER | Leseschnittstelle | 20041206 | ||
6 | ![]() |
IO_FINB_FOBJ_JRDR_APPL_CALLBCK | Call by reference | Object reference (TYPE REF TO) | IF_FINB_FOBJ_JRDR_APPL_CALLBCK | FIN-Objekt-Join-Reader: Applikations-Call-Back | 20041206 | ||
7 | ![]() |
IS_JOIN_COMP_FOR_FIRST_EXEC | Call by reference | Type reference (TYPE) | FINB_FOBJ_JRDR_EXEC_ORDER | FIN-Objekt-ABAP-Join-Reader: SELECT-Abarbeitungsreihenfolge | 20041206 | ||
8 | ![]() |
ITH_BASIC_JOIN_COMP_REFTYPES | Call by reference | Type reference (TYPE) | FINB_TH_FOBJ_JRDR_FOBJ_REFEREN | Referenzarten: Join-Reader | 20041206 | ||
9 | ![]() |
ITS_FOBJ_JRDR_SELECT_PARAM | Call by reference | Type reference (TYPE) | FINB_TS_FOBJ_JRDR_SELECT_PARAM | Parameter für den SELECT auf einer FOBJ-Join-Reader Kompon. | 20041206 | ||
10 | ![]() |
IT_BASIC_JOIN_COMP_FIELDS | Call by reference | Type reference (TYPE) | FINB_KF_CHARS | Merkmale und Kennzahlen | 20041206 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20041206 | ||
2 | ![]() |
20041206 |
Method CHECK_FETCH_STRUCTURE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ITH_BASIC_JOIN_COMP_REFTYPES | Call by reference | Type reference (TYPE) | FINB_TH_FOBJ_JRDR_FOBJ_REFEREN | Referenzarten: Join-Reader | 20041206 | ||
2 | ![]() |
IT_FETCH_STRUCTURE_COMPONENTS | Call by reference | Type reference (TYPE) | CL_ABAP_STRUCTDESCR=>INCLUDED_VIEW | 20041206 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20041206 |
Method CLASS_CONSTRUCTOR Signature
Method CLASS_CONSTRUCTOR on class CL_FINB_FOBJ_JRDR has no parameter.
Method CLASS_CONSTRUCTOR on class CL_FINB_FOBJ_JRDR has no exception.
Method CLEAR_OPEN_DATA Signature
Method CLEAR_OPEN_DATA on class CL_FINB_FOBJ_JRDR has no parameter.
Method CLEAR_OPEN_DATA on class CL_FINB_FOBJ_JRDR has no exception.
Method CONSTRUCTOR Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ID_AGGREGATE_DATA | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | Daten aggregieren: Bei SELECT oder je FETCH | 20041206 | |
2 | ![]() |
ID_BASIC_JOIN_COMP | Call by reference | Type reference (TYPE) | FINB_RP_JOIN_COMP | Join Reader: Join Komponente | 20041206 | ||
3 | ![]() |
ID_BASIC_JOIN_COMP_TYPE | Call by reference | Type reference (TYPE) | FINB_RP_JOIN_COMP_TYPE | Join Reader: Join Komponententyp | 20041206 | ||
4 | ![]() |
IO_BASIC_JOIN_COMP_READER | Call by reference | Object reference (TYPE REF TO) | IF_FINB_READER | Leseschnittstelle | 20041206 | ||
5 | ![]() |
IO_FINB_FOBJ_JRDR_APPL_CALLBCK | Call by reference | Object reference (TYPE REF TO) | IF_FINB_FOBJ_JRDR_APPL_CALLBCK | FIN-Objekt-Join-Reader: Applikations-Call-Back | 20041206 | ||
6 | ![]() |
IS_JOIN_COMP_FOR_FIRST_EXEC | Call by reference | Type reference (TYPE) | FINB_FOBJ_JRDR_EXEC_ORDER | Join-Komponente: Erste Abarbeitung | 20041206 | ||
7 | ![]() |
IT_FOBJ_JRDR_REFTYPES | Call by reference | Type reference (TYPE) | FINB_T_FOBJ_JRDR_REFTYPES | FIN-Objekt Referenzarten | 20041206 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20041206 | ||
2 | ![]() |
20041206 |
Method CREATE_FOBJ_TYPE_NAME_MAPPED Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ER_S_FOBJ_TYPE_NAME_MAPPED | Call by reference | Object reference (TYPE REF TO) | DATA | 20041206 | |||
2 | ![]() |
ID_FOBJ_REFTYPE | Call by reference | Type reference (TYPE) | FIN_FOBJREFTYPE | FIN-Objekt Referenzart | 20041206 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20041206 |
Method CREATE_FOBJ_TYPE_RESULT_TABLE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ER_S_FOBJ_TABLE | Call by reference | Object reference (TYPE REF TO) | DATA | 20041206 | |||
2 | ![]() |
ER_S_FOBJ_TABLE_MAPPED | Call by reference | Object reference (TYPE REF TO) | DATA | 20041206 | |||
3 | ![]() |
ER_TS_FOBJ_TABLE | Call by reference | Object reference (TYPE REF TO) | DATA | 20041206 | |||
4 | ![]() |
ET_FIELD_MAPPING | Call by reference | Type reference (TYPE) | FINB_T_ENTRIES_WHERE | Join-Bedingung zwischen 2 Persistenzobjekten | 20041206 | ||
5 | ![]() |
ID_FOBJ_REFTYPE | Call by reference | Type reference (TYPE) | FIN_FOBJREFTYPE | FIN-Objekt Referenzart | 20041206 | ||
6 | ![]() |
IT_READ_SELECT_CLAUSE | Call by reference | Type reference (TYPE) | FINB_READ_SELECT_CLAUSE | Select-Klausel | 20041206 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20041206 |
Method DISPLAY_MAIN_EXEC_PLAN Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ID_HOTLINE_TRACE_ON | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | 20041206 | ||
2 | ![]() |
IT_MAIN_EXEC_PLAN | Call by reference | Type reference (TYPE) | LTYPE_T_MAIN_EXEC_PLAN | 20041206 |
Method DISPLAY_MAIN_EXEC_PLAN on class CL_FINB_FOBJ_JRDR has no exception.
Method FETCH_BASIC_JOIN_COMP Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CD_CURSOR_OPENED | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20041206 | |||
2 | ![]() |
CTH_SUB_EXEC_PLAN | Call by reference | Type reference (TYPE) | GTYPE_TH_SUB_EXEC_PLAN | 20041206 | |||
3 | ![]() |
ET_DATA | Call by reference | Type reference (TYPE) | INDEX TABLE | 20041206 | |||
4 | ![]() |
ID_FLAG_DEPENDENT_READ | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | 20041206 | ||
5 | ![]() |
ID_HOTLINE_TRACE_ON | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | 20041206 | ||
6 | ![]() |
ID_OLD_FOBJ_REFTYPE | Call by reference | Type reference (TYPE) | FIN_FOBJREFTYPE | FIN-Objekt Referenzart | 20041206 | ||
7 | ![]() |
ID_PACKAGE_SIZE | Call by reference | Type reference (TYPE) | FINB_PACKAGE_SIZE | Paketgröße | 20041206 | ||
8 | ![]() |
IR_OLD_S_FOBJ_TYPE_NAME_MAPPED | Call by reference | Object reference (TYPE REF TO) | DATA | 20041206 | |||
9 | ![]() |
IT_ENTRIES | Call by reference | Type reference (TYPE) | GTYPE_TH_FOBJ_TYPE_OBJECTS | 20041206 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20041206 | ||
2 | ![]() |
20041206 |
Method FETCH_DATA_VIA_MAIN_EXEC_PLAN Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ET_DATA | Call by reference | Type reference (TYPE) | INDEX TABLE | 20041206 | |||
2 | ![]() |
ID_PACKAGE_SIZE | Call by reference | Type reference (TYPE) | FINB_PACKAGE_SIZE | Paketgröße | 20041206 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20041206 | ||
2 | ![]() |
20041206 |
Method FETCH_FIN_OBJECTS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CTH_SUB_EXEC_PLAN | Call by reference | Type reference (TYPE) | GTYPE_TH_SUB_EXEC_PLAN | 20041206 | |||
2 | ![]() |
CT_ENTRIES | Call by reference | Type reference (TYPE) | INDEX TABLE | 20041206 | |||
3 | ![]() |
ETH_FOBJ_TYPE_OBJECTS | Call by reference | Type reference (TYPE) | GTYPE_TH_FOBJ_TYPE_OBJECTS | 20041206 | |||
4 | ![]() |
ID_FLAG_DEPENDENT_READ | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | 20041206 | ||
5 | ![]() |
ID_FOBJ_REFTYPE | Call by reference | Type reference (TYPE) | FIN_FOBJREFTYPE | FIN-Objekt Referenzart | 20041206 | ||
6 | ![]() |
ID_HOTLINE_TRACE_ON | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | 20041206 | ||
7 | ![]() |
ID_PACKAGE_SIZE | Call by reference | Type reference (TYPE) | FINB_PACKAGE_SIZE | 0 | Default 0: Alle Daten | 20041206 | |
8 | ![]() |
IR_S_FOBJ_TYPE_NAME_MAPPED | Call by reference | Object reference (TYPE REF TO) | DATA | 20041206 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20041206 | ||
2 | ![]() |
20041206 |
Method FOBJ_SEL_TAB_ADD_OBLIG Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CT_READ_SELECT_CLAUSE | Call by reference | Type reference (TYPE) | FINB_READ_SELECT_CLAUSE | Select-Klausel | 20041206 |
Method FOBJ_SEL_TAB_ADD_OBLIG on class CL_FINB_FOBJ_JRDR has no exception.
Method GET_FLAT_READER_FOR_FOBJ_TYPE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
EO_FINB_READER | Call by reference | Object reference (TYPE REF TO) | IF_FINB_READER | Leseschnittstelle | 20041206 | ||
2 | ![]() |
IO_FOBJ_TYPE | Call by reference | Object reference (TYPE REF TO) | CL_FOBJ_TYPE | FIN-Objekttyp | 20041206 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20041206 | ||
2 | ![]() |
20041206 |
Method GET_MAIN_EXEC_PLAN_SEL_FIELDS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ET_FIELDS | Call by reference | Type reference (TYPE) | FINB_KF_CHARS | Merkmale und Kennzahlen | 20041206 | ||
2 | ![]() |
ET_FIELD_RANGE | Call by reference | Type reference (TYPE) | DDTRANGE | Bezugsstruktur für Ranges im DD | 20041206 | ||
3 | ![]() |
ID_ONLY_FOR_JOIN_COMP_TYPE | Call by reference | Type reference (TYPE) | FINB_RP_JOIN_COMP_TYPE | Join Komponententyp | 20041206 | ||
4 | ![]() |
IT_MAIN_EXEC_PLAN | Call by reference | Type reference (TYPE) | LTYPE_T_MAIN_EXEC_PLAN | 20041206 |
Method GET_MAIN_EXEC_PLAN_SEL_FIELDS on class CL_FINB_FOBJ_JRDR has no exception.
Method MAIN_JOIN_COMP_ADD_OBLIG_FLDS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CT_BASIC_JOIN_COMP_FIELDS | Call by reference | Type reference (TYPE) | FINB_KF_CHARS | Select-Klausel | 20041206 | ||
2 | ![]() |
CT_READ_SELECT_CLAUSE | Call by reference | Type reference (TYPE) | FINB_READ_SELECT_CLAUSE | Select-Klausel | 20041206 | ||
3 | ![]() |
ITH_BASIC_JOIN_COMP_REFTYPES | Call by reference | Type reference (TYPE) | FINB_TH_FOBJ_JRDR_FOBJ_REFEREN | Referenzarten: Join-Reader | 20041206 |
Method MAIN_JOIN_COMP_ADD_OBLIG_FLDS on class CL_FINB_FOBJ_JRDR has no exception.
Method REDUCE_FIELDLIST_TO_REGISTERED Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CT_FIELDS | Call by reference | Type reference (TYPE) | FINB_KF_CHARS | Merkmale und Kennzahlen | 20041206 | ||
2 | ![]() |
ET_FIELDS_NOT_REGISTERED | Call by reference | Type reference (TYPE) | FINB_KF_CHARS | Merkmale und Kennzahlen | 20041206 |
Method REDUCE_FIELDLIST_TO_REGISTERED on class CL_FINB_FOBJ_JRDR has no exception.
Method SET_FOBJ_ATTRIBUTES Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CT_DATA | Call by reference | Type reference (TYPE) | INDEX TABLE | 20041206 | |||
2 | ![]() |
ID_FOBJ_REFTYPE | Call by reference | Type reference (TYPE) | FIN_FOBJREFTYPE | FIN-Objekt Referenzart | 20041206 | ||
3 | ![]() |
IR_S_FOBJ_TYPE_NAME_MAPPED | Call by reference | Object reference (TYPE REF TO) | DATA | 20041206 | |||
4 | ![]() |
IT_FIN_OBJECTS | Call by reference | Type reference (TYPE) | GTYPE_TH_FOBJ_TYPE_OBJECTS | 20041206 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20041206 |
History
Last changed by/on | SAP | 20050301 |
SAP Release Created in | 400 |