Hierarchy

⤷

⤷

Properties
Class | CL_FBS_FIELD_CONTROL_HANDLER | |
Short Description | ||
Super Class | ||
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | FBS_SE_GLMASTER_REPLCTN | Services for Proxies |
Created | 20090129 | 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) |
2 | ![]() |
Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
Class CL_FBS_FIELD_CONTROL_HANDLER has no interface implemented.
Friends
Class CL_FBS_FIELD_CONTROL_HANDLER has no friend class.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Constant | Public | Type reference (TYPE) | FLAG | '.' | General Indicator | 20090812 | |
2 | ![]() |
Constant | Public | Type reference (TYPE) | FLAG | ' ' | General Indicator | 20090812 | |
3 | ![]() |
Constant | Public | Type reference (TYPE) | FLAG | 'X' | General Indicator | 20090129 | |
4 | ![]() |
Constant | Public | Type reference (TYPE) | T_FIELD_CONTROL_ELEM_CATEG | 'F' | 20090129 | ||
5 | ![]() |
Constant | Public | Type reference (TYPE) | T_FIELD_CONTROL_ELEM_CATEG | 'S' | 20090814 | ||
6 | ![]() |
Constant | Public | Type reference (TYPE) | T_FIELD_CONTROL_ELEM_CATEG | 'T' | 20090129 | ||
7 | ![]() |
Constant | Protected | Type reference (TYPE) | C | '&' | 20090129 | ||
8 | ![]() |
Constant | Protected | Type reference (TYPE) | C | '$' | 20090129 | ||
9 | ![]() |
Constant | Public | Type reference (TYPE) | T_FIELD_OPERATION | '-' | General Indicator | 20090129 | |
10 | ![]() |
Constant | Public | Type reference (TYPE) | T_FIELD_OPERATION | '!' | General Indicator | 20090129 | |
11 | ![]() |
Constant | Public | Type reference (TYPE) | T_FIELD_OPERATION | '?' | General Indicator | 20090129 | |
12 | ![]() |
Constant | Public | Type reference (TYPE) | T_FIELD_OPERATION | '+' | General Indicator | 20090129 | |
13 | ![]() |
Constant | Public | Type reference (TYPE) | FLAG | 'N' | General Indicator | 20090129 | |
14 | ![]() |
Constant | Public | Type reference (TYPE) | FLAG | 'N' | General Indicator | 20090129 | |
15 | ![]() |
Static Attribute | Protected | Object reference (TYPE REF TO) | BAPIRET2 | Return Parameter(s) | 20090720 | ||
16 | ![]() |
Static Attribute | Protected | Type reference (TYPE) | TT_FIELD_CONTROL_BFR | 20090129 | |||
17 | ![]() |
Static Attribute | Protected | Type reference (TYPE) | TT_FIELD_CONTROL_BFR | 20090129 | |||
18 | ![]() |
Static Attribute | Protected | Type reference (TYPE) | STRING | 20090720 | |||
19 | ![]() |
Instance attribute | Protected | Object reference (TYPE REF TO) | IF_FBS_RPLCTN_FLD_CNTRL_CBCK | Inbound-Specific Field Treatment | 20090812 | ||
20 | ![]() |
Instance attribute | Protected | Type reference (TYPE) | SMT_FIELD | Field Name | 20090129 | ||
21 | ![]() |
Instance attribute | Protected | Type reference (TYPE) | TABNAME | 'CONTROL' | Table name | 20090129 | |
22 | ![]() |
Instance attribute | Protected | Type reference (TYPE) | STRUKNAME | Name of Structure | 20090817 | ||
23 | ![]() |
Instance attribute | Protected | Type reference (TYPE) | STRUKNAME | Name of Structure | 20090817 |
Methods
Events
Class CL_FBS_FIELD_CONTROL_HANDLER has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | TS_FEH_CONTEXT | Public | Type reference (TYPE) | FBS_SX_FEH_CONTEXT | 20090129 |
|
|
2 | TS_FIELD_CONTROL | Public | Type reference (TYPE) | FBS_S_FLD_CNTRL | 20090129 |
|
|
3 | TS_FIELD_CONTROL_BFR | Public | See coding | 20090202 | BEGIN OF ts_field_control_bfr,
struc_name TYPE string,
key_name TYPE string,
no_struc_res TYPE abap_bool,
field_control TYPE REF TO tt_field_control_tab,
END OF ts_field_control_bfr
|
||
4 | TT_FIELD_CONTROL_BFR | Public | See coding | 20090202 | tt_field_control_bfr TYPE SORTED TABLE OF ts_field_control_bfr
WITH NON-UNIQUE KEY struc_name key_name no_struc_res
|
||
5 | TT_FIELD_CONTROL_TAB | Public | Type reference (TYPE) | FBS_T_FLD_CNTRL | 20090129 |
|
|
6 | T_FIELD_CONTROL_ELEM_CATEG | Public | Type reference (TYPE) | CHAR1 | 20090129 |
|
|
7 | T_FIELD_OPERATION | Public | Type reference (TYPE) | FLAG | General Indicator | 20090129 |
|
8 | T_MESSAGE_HEADER | Public | Type reference (TYPE) | SAPPLCO_BUS_DOC_MESSAGE_HEADER | Business Information from Perspective of Sender Application | 20090129 |
|
9 | T_MESSAGE_LOG | Public | Type reference (TYPE) | SAPPLCO_LOG | 20090129 |
|
Method Signatures
Method ACCESS_FLD_CNTRL_FIELD_READ Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IP_FIELD_NAME | Call by reference | Type reference (TYPE) | FIELDNAME | Name of a structure | 20090129 | ||
2 | ![]() |
IP_FLG_LAZY | Call by reference | Type reference (TYPE) | FLAG | SPACE | allgemeines flag | 20100602 | |
3 | ![]() |
IS_STRUC | Call by reference | Type reference (TYPE) | DATA | ZUSMD_FIELD_CONTROL | 20090129 | ||
4 | ![]() |
RS_FIELD_CONTROL | Value transfer | Object reference (TYPE REF TO) | TS_FIELD_CONTROL | ZUSMD_FIELD_CONTROL | 20090129 |
Method ACCESS_FLD_CNTRL_FIELD_READ on class CL_FBS_FIELD_CONTROL_HANDLER has no exception.
Method ACCESS_FLD_CNTRL_FIELD_WRITE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IP_FIELD_NAME | Call by reference | Type reference (TYPE) | FIELDNAME | Name of a structure | 20090129 | ||
2 | ![]() |
IS_STRUC | Call by reference | Type reference (TYPE) | DATA | ZUSMD_FIELD_CONTROL | 20090129 | ||
3 | ![]() |
RS_FIELD_CONTROL | Value transfer | Object reference (TYPE REF TO) | TS_FIELD_CONTROL | ZUSMD_FIELD_CONTROL | 20090129 |
Method ACCESS_FLD_CNTRL_FIELD_WRITE on class CL_FBS_FIELD_CONTROL_HANDLER has no exception.
Method ACCESS_FLD_CNTRL_FULL Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IS_STRUC | Call by reference | Type reference (TYPE) | DATA | ZUSMD_FIELD_CONTROL | 20090129 | ||
2 | ![]() |
RR_T_FIELD_CONTROL | Value transfer | Object reference (TYPE REF TO) | TT_FIELD_CONTROL_TAB | 20090129 |
Method ACCESS_FLD_CNTRL_FULL on class CL_FBS_FIELD_CONTROL_HANDLER has no exception.
Method ACCESS_FLD_CNTRL_FULL_WRITE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IS_STRUC | Call by reference | Type reference (TYPE) | DATA | ZUSMD_FIELD_CONTROL | 20090817 | ||
2 | ![]() |
RR_T_FIELD_CONTROL | Value transfer | Object reference (TYPE REF TO) | TT_FIELD_CONTROL_TAB | 20090817 |
Method ACCESS_FLD_CNTRL_FULL_WRITE on class CL_FBS_FIELD_CONTROL_HANDLER has no exception.
Method ACCESS_FLD_CNTRL_NON_MAPPED Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IR_WORK_SUB_STRUC | Call by reference | Object reference (TYPE REF TO) | DATA | 20090129 | |||
2 | ![]() |
RR_FLD_CNTRL_NON_MAPPED | Value transfer | Object reference (TYPE REF TO) | TT_FIELD_CONTROL_TAB | 20090129 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20090129 |
Method ACCESS_FLD_CNTRL_READ Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IP_ELEM_CTG | Call by reference | Type reference (TYPE) | T_FIELD_CONTROL_ELEM_CATEG | General Flag | 20090129 | ||
2 | ![]() |
IP_ELEM_NAME | Call by reference | Type reference (TYPE) | FIELDNAME | Name of a structure | 20090129 | ||
3 | ![]() |
IP_FLG_LAZY | Call by reference | Type reference (TYPE) | FLAG | SPACE | allgemeines flag | 20100602 | |
4 | ![]() |
IS_STRUC | Call by reference | Type reference (TYPE) | DATA | ZUSMD_FIELD_CONTROL | 20090129 | ||
5 | ![]() |
RS_FIELD_CONTROL | Value transfer | Object reference (TYPE REF TO) | TS_FIELD_CONTROL | ZUSMD_FIELD_CONTROL | 20090129 |
Method ACCESS_FLD_CNTRL_READ on class CL_FBS_FIELD_CONTROL_HANDLER has no exception.
Method ACCESS_FLD_CNTRL_STRUC_READ Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IP_SUB_STRUC | Call by reference | Type reference (TYPE) | STRUKNAME | Name of a structure | 20090129 | ||
2 | ![]() |
IS_STRUC | Call by reference | Type reference (TYPE) | DATA | ZUSMD_FIELD_CONTROL | 20090129 | ||
3 | ![]() |
RS_FIELD_CONTROL | Value transfer | Object reference (TYPE REF TO) | TS_FIELD_CONTROL | ZUSMD_FIELD_CONTROL | 20090129 |
Method ACCESS_FLD_CNTRL_STRUC_READ on class CL_FBS_FIELD_CONTROL_HANDLER has no exception.
Method ACCESS_FLD_CNTRL_STRUC_WRITE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IP_SUB_STRUC | Call by reference | Type reference (TYPE) | STRUKNAME | Name of a structure | 20090129 | ||
2 | ![]() |
IS_STRUC | Call by reference | Type reference (TYPE) | DATA | ZUSMD_FIELD_CONTROL | 20090129 | ||
3 | ![]() |
RS_FIELD_CONTROL | Value transfer | Object reference (TYPE REF TO) | TS_FIELD_CONTROL | ZUSMD_FIELD_CONTROL | 20090129 |
Method ACCESS_FLD_CNTRL_STRUC_WRITE on class CL_FBS_FIELD_CONTROL_HANDLER has no exception.
Method ACCESS_FLD_CNTRL_TAB_READ Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IP_TAB_NAME | Call by reference | Type reference (TYPE) | STRUKNAME | Name of a structure | 20090129 | ||
2 | ![]() |
IS_STRUC | Call by reference | Type reference (TYPE) | DATA | ZUSMD_FIELD_CONTROL | 20090129 | ||
3 | ![]() |
RS_FIELD_CONTROL | Value transfer | Object reference (TYPE REF TO) | TS_FIELD_CONTROL | ZUSMD_FIELD_CONTROL | 20090129 |
Method ACCESS_FLD_CNTRL_TAB_READ on class CL_FBS_FIELD_CONTROL_HANDLER has no exception.
Method ACCESS_FLD_CNTRL_TAB_WRITE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IP_TAB_NAME | Call by reference | Type reference (TYPE) | STRUKNAME | Name of a structure | 20090129 | ||
2 | ![]() |
IS_STRUC | Call by reference | Type reference (TYPE) | DATA | ZUSMD_FIELD_CONTROL | 20090129 | ||
3 | ![]() |
RS_FIELD_CONTROL | Value transfer | Object reference (TYPE REF TO) | TS_FIELD_CONTROL | ZUSMD_FIELD_CONTROL | 20090129 |
Method ACCESS_FLD_CNTRL_TAB_WRITE on class CL_FBS_FIELD_CONTROL_HANDLER has no exception.
Method ACCESS_FLD_CNTRL_WRITE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IP_ELEM_CTG | Call by reference | Type reference (TYPE) | T_FIELD_CONTROL_ELEM_CATEG | ZUSMD_FIELD_CONTROL | 20090129 | ||
2 | ![]() |
IP_ELEM_NAME | Call by reference | Type reference (TYPE) | FIELDNAME | Name of a structure | 20090129 | ||
3 | ![]() |
IS_STRUC | Call by reference | Type reference (TYPE) | DATA | ZUSMD_FIELD_CONTROL | 20090129 | ||
4 | ![]() |
RS_FIELD_CONTROL | Value transfer | Object reference (TYPE REF TO) | TS_FIELD_CONTROL | 20090129 |
Method ACCESS_FLD_CNTRL_WRITE on class CL_FBS_FIELD_CONTROL_HANDLER has no exception.
Method CNTRL_LINE_IS_FIELD_REF Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IS_FIELD_CONTROL | Call by reference | Type reference (TYPE) | TS_FIELD_CONTROL | Vorschlagswerte bei Anlage von Debitoren aus Workbench | 20090129 | ||
2 | ![]() |
RP_IS_FIELD_REF | Value transfer | Type reference (TYPE) | FLAG | General Flag | 20090129 |
Method CNTRL_LINE_IS_FIELD_REF on class CL_FBS_FIELD_CONTROL_HANDLER has no exception.
Method CNTRL_LINE_IS_STRUC_REF Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IS_FIELD_CONTROL | Call by reference | Type reference (TYPE) | TS_FIELD_CONTROL | Vorschlagswerte bei Anlage von Debitoren aus Workbench | 20090129 | ||
2 | ![]() |
RP_IS_STRUC_REF | Value transfer | Type reference (TYPE) | FLAG | General Flag | 20090129 |
Method CNTRL_LINE_IS_STRUC_REF on class CL_FBS_FIELD_CONTROL_HANDLER has no exception.
Method CNTRL_LINE_IS_TAB_REF Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IS_FIELD_CONTROL | Call by reference | Type reference (TYPE) | TS_FIELD_CONTROL | Vorschlagswerte bei Anlage von Debitoren aus Workbench | 20090129 | ||
2 | ![]() |
RP_IS_TAB_REF | Value transfer | Type reference (TYPE) | FLAG | General Flag | 20090129 |
Method CNTRL_LINE_IS_TAB_REF on class CL_FBS_FIELD_CONTROL_HANDLER has no exception.
Method CONSTRUCTOR Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IO_DATA_OWNERSHIP | Call by reference | Object reference (TYPE REF TO) | IF_FBS_RPLCTN_FLD_CNTRL_CBCK | Inbound spezifische Feld Behandlung | 20090812 | ||
2 | ![]() |
I_COMPL_TRANS_XI_POST_FIX | Call by reference | Type reference (TYPE) | STRUKNAME | '_COMPLETE' | Name einer Struktur | 20090817 | |
3 | ![]() |
I_FIELD_CONTROLLER | Call by reference | Type reference (TYPE) | TABNAME | 'CONTROL' | Tabellenname | 20090129 | |
4 | ![]() |
I_XI_DB_ACTION_IND_NAME | Call by reference | Type reference (TYPE) | STRUKNAME | 'DB_ACTION' | Name einer Struktur | 20090817 |
Method CONSTRUCTOR on class CL_FBS_FIELD_CONTROL_HANDLER has no exception.
Method DET_WRK_FIELD_OP_FROM_PRX Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CP_FIELD_OPERATION | Call by reference | Type reference (TYPE) | T_FIELD_OPERATION | General Flag | 20090129 | ||
2 | ![]() |
IP_SUBSTR_FIELD | Call by reference | Type reference (TYPE) | STRING | 20090129 | |||
3 | ![]() |
IRD_INBOUND | Call by reference | Object reference (TYPE REF TO) | DATA | 20090129 |
Method DET_WRK_FIELD_OP_FROM_PRX on class CL_FBS_FIELD_CONTROL_HANDLER has no exception.
Method FILL_CHNG_STRUC_BY_CNTRL Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ES_CHNG_STRUC | Call by reference | Type reference (TYPE) | DATA | Event | 20090812 | ||
2 | ![]() |
IS_WORK_STRUC | Call by reference | Type reference (TYPE) | DATA | 20090812 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20090812 |
Method FILL_CNTR_STR_BY_CHNG_STRUC Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CS_WORK_STRUC | Call by reference | Type reference (TYPE) | DATA | 20090129 | |||
2 | ![]() |
IS_CHNG_STRUC | Call by reference | Type reference (TYPE) | DATA | Event | 20090129 | ||
3 | ![]() |
IS_KEY_STRUC | Call by reference | Type reference (TYPE) | DATA | 20090129 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20090129 |
Method FILL_CNTR_STR_FOR_NODE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CS_WORK_STRUC | Call by reference | Type reference (TYPE) | DATA | 20090129 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20090129 |
Method FILL_WORK_STRUC_CNTRL_BY_CHNG Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ID_CHNG_STRUC | Call by reference | Type reference (TYPE) | DATA | 20090129 | |||
2 | ![]() |
ID_WORK_STRUC | Call by reference | Type reference (TYPE) | DATA | 20090129 | |||
3 | ![]() |
IT_FIELD_CNTRL_TEMPL | Call by reference | Type reference (TYPE) | TT_FIELD_CONTROL_TAB | 20090129 | |||
4 | ![]() |
RR_FIELD_CNTRL | Value transfer | Object reference (TYPE REF TO) | TT_FIELD_CONTROL_TAB | 20090129 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20090129 |
Method GET_FLD_CNTRL_COMP_NAME Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IP_CNTRL | Call by reference | Type reference (TYPE) | TS_FIELD_CONTROL | Field Name | 20090817 | ||
2 | ![]() |
R_COMP_NAME | Value transfer | Type reference (TYPE) | STRING | 20090817 |
Method GET_FLD_CNTRL_COMP_NAME on class CL_FBS_FIELD_CONTROL_HANDLER has no exception.
Method GET_FLD_CNTRL_READ_KEY Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IP_ELEM_CTG | Call by reference | Type reference (TYPE) | T_FIELD_CONTROL_ELEM_CATEG | 20090129 | |||
2 | ![]() |
IP_ELEM_NAME | Call by reference | Type reference (TYPE) | FIELDNAME | Field Name | 20090129 | ||
3 | ![]() |
R_READ_KEY | Value transfer | Type reference (TYPE) | STRING | 20090129 |
Method GET_FLD_CNTRL_READ_KEY on class CL_FBS_FIELD_CONTROL_HANDLER has no exception.
Method GET_FLD_CNTRL_STRUC_DB_ACTION Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IP_STRUC_NAME | Call by reference | Type reference (TYPE) | STRUKNAME | Name of a structure | 20090814 | ||
2 | ![]() |
IS_STRUC | Call by reference | Type reference (TYPE) | DATA | ZUSMD_FIELD_CONTROL | 20090814 | ||
3 | ![]() |
RP_DB_ACTION | Value transfer | Type reference (TYPE) | DB_ACTION | Aktion auf der Datenbank | 20090814 |
Method GET_FLD_CNTRL_STRUC_DB_ACTION on class CL_FBS_FIELD_CONTROL_HANDLER has no exception.
Method GET_FLD_CNTRL_SUB_STRUC_FNAME Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IP_SUB_STRUC_NAME | Call by reference | Type reference (TYPE) | STRUKNAME | Name of a structure | 20090129 | ||
2 | ![]() |
R_FIELDNAME | Value transfer | Type reference (TYPE) | STRING | 20090129 |
Method GET_FLD_CNTRL_SUB_STRUC_FNAME on class CL_FBS_FIELD_CONTROL_HANDLER has no exception.
Method GET_FLD_CNTRL_TAB_COMPL_TRANS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IP_TAB_NAME | Call by reference | Type reference (TYPE) | STRUKNAME | Name of a structure | 20090814 | ||
2 | ![]() |
IS_STRUC | Call by reference | Type reference (TYPE) | DATA | ZUSMD_FIELD_CONTROL | 20090814 | ||
3 | ![]() |
RP_COMPL_TRANS | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20090814 |
Method GET_FLD_CNTRL_TAB_COMPL_TRANS on class CL_FBS_FIELD_CONTROL_HANDLER has no exception.
Method GET_FLD_CNTRL_TAB_FNAME Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IP_SUB_STRUC_NAME | Call by reference | Type reference (TYPE) | STRUKNAME | Name of a structure | 20090129 | ||
2 | ![]() |
R_FIELDNAME | Value transfer | Type reference (TYPE) | STRING | 20090129 |
Method GET_FLD_CNTRL_TAB_FNAME on class CL_FBS_FIELD_CONTROL_HANDLER has no exception.
Method INIT_FIELD_CONTROL_TAB Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ID_KEY_STRUC | Call by reference | Type reference (TYPE) | DATA | 20090129 | |||
2 | ![]() |
ID_WORK_SUBSTRUC | Call by reference | Type reference (TYPE) | DATA | 20090129 | |||
3 | ![]() |
IP_ENTRY_FOR_TAB_NODES | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | 20090129 | ||
4 | ![]() |
IP_FIELD_NAME | Call by reference | Type reference (TYPE) | FIELDNAME | SPACE | General Flag | 20090129 | |
5 | ![]() |
IP_FIRST_TIME | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | 20090129 | ||
6 | ![]() |
IP_NO_SUB_STRUC_RESOLUTION | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | 20090129 | ||
7 | ![]() |
RT_FIELD_CONTROL | Value transfer | Object reference (TYPE REF TO) | TT_FIELD_CONTROL_TAB | 20090129 |
Method INIT_FIELD_CONTROL_TAB on class CL_FBS_FIELD_CONTROL_HANDLER has no exception.
Method INIT_WORK_STRUC_CNTRL_DATA Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ID_KEY_STRUC | Call by reference | Type reference (TYPE) | DATA | 20090129 | |||
2 | ![]() |
ID_WORK_SUBSTRUC | Call by reference | Type reference (TYPE) | DATA | 20090129 | |||
3 | ![]() |
IP_COPY_CNTRL | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | 20091024 | ||
4 | ![]() |
IP_ENTRY_FOR_TAB_NODES | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | 20090129 | ||
5 | ![]() |
IP_NO_SUB_STRUC_RESOLUTION | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | 20090129 | ||
6 | ![]() |
RR_CONTROL | Value transfer | Object reference (TYPE REF TO) | TT_FIELD_CONTROL_TAB | 20090129 |
Method INIT_WORK_STRUC_CNTRL_DATA on class CL_FBS_FIELD_CONTROL_HANDLER has no exception.
Method MOVE_COMPL_TRANS_FLAGS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CD_API_NODE | Call by reference | Type reference (TYPE) | DATA | 20090818 | |||
2 | ![]() |
ID_XI_NODE | Call by reference | Type reference (TYPE) | DATA | 20090818 |
Method MOVE_COMPL_TRANS_FLAGS on class CL_FBS_FIELD_CONTROL_HANDLER has no exception.
Method MOVE_DATA_TO_STRUC_CONTROLLED Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CS_WORK_STRUCTURE | Call by reference | Type reference (TYPE) | DATA | 20090129 | |||
2 | ![]() |
IP_ONLY_CONTROLLED | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_TRUE | 20090129 | ||
3 | ![]() |
IS_COMPLETION_DATA | Call by reference | Type reference (TYPE) | DATA | 20090129 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20090129 |
Method MOVE_DATA_TO_STRUC_WITH_CNTRL Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CS_WORK_STRUCTURE | Call by reference | Type reference (TYPE) | DATA | 20090129 | |||
2 | ![]() |
IS_COMPLETION_DATA | Call by reference | Type reference (TYPE) | DATA | 20090129 | |||
3 | ![]() |
IT_FIELD_CONTROL | Call by reference | Type reference (TYPE) | TT_FIELD_CONTROL_TAB | 20090129 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20090129 |
Method RESOLVE_FLD_ACTION_CONFLICTS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CP_FIELD_OPERATION | Call by reference | Type reference (TYPE) | T_FIELD_OPERATION | General Flag | 20090129 | ||
2 | ![]() |
IP_NEW_FIELD_OPERATION | Call by reference | Type reference (TYPE) | T_FIELD_OPERATION | General Flag | 20090129 | ||
3 | ![]() |
IP_SUBSTR_FIELD | Call by reference | Type reference (TYPE) | STRING | Name of a structure | 20090129 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20090129 |
Method SET_FLD_CNTRL_STRUC_DB_ACTION Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IP_DB_ACTION | Call by reference | Type reference (TYPE) | DB_ACTION | Aktion auf der Datenbank | 20090814 | ||
2 | ![]() |
IP_STRUC_NAME | Call by reference | Type reference (TYPE) | STRUKNAME | Name of a structure | 20090814 | ||
3 | ![]() |
IS_STRUC | Call by reference | Type reference (TYPE) | DATA | ZUSMD_FIELD_CONTROL | 20090814 |
Method SET_FLD_CNTRL_STRUC_DB_ACTION on class CL_FBS_FIELD_CONTROL_HANDLER has no exception.
Method SET_FLD_CNTRL_TAB_COMPL_TRANS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IP_COMPL_IND | Call by reference | Type reference (TYPE) | DATA | 20090814 | |||
2 | ![]() |
IP_TAB_NAME | Call by reference | Type reference (TYPE) | STRUKNAME | Name of a structure | 20090814 | ||
3 | ![]() |
IS_STRUC | Call by reference | Type reference (TYPE) | DATA | ZUSMD_FIELD_CONTROL | 20090814 |
Method SET_FLD_CNTRL_TAB_COMPL_TRANS on class CL_FBS_FIELD_CONTROL_HANDLER has no exception.
Method SET_INITIATE_FLAGS_IN_STRUC Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CS_WORK_STRUC | Call by reference | Type reference (TYPE) | DATA | 20090823 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20090823 |
Method TAKE_OVER_WORK_STRUC_CNTRL Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CS_WORK_STRUC | Call by reference | Type reference (TYPE) | DATA | 20090129 | |||
2 | ![]() |
IR_FIELD_CNTRL | Call by reference | Object reference (TYPE REF TO) | TT_FIELD_CONTROL_TAB | 20090129 |
Method TAKE_OVER_WORK_STRUC_CNTRL on class CL_FBS_FIELD_CONTROL_HANDLER has no exception.
Method _SIMULATE_MAP_TAB_FROM_TRP_TAB Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IT_TRP_TAB | Call by reference | Type reference (TYPE) | TSMT_TRP_STAB | 20090812 | |||
2 | ![]() |
RR_MAP_TAB_SIMULATED | Value transfer | Object reference (TYPE REF TO) | TSMT_MAPPING_STAB | 20090812 |
Method _SIMULATE_MAP_TAB_FROM_TRP_TAB on class CL_FBS_FIELD_CONTROL_HANDLER has no exception.
History
Last changed by/on | SAP | 20130531 |
SAP Release Created in | 605 |