No Function Module needed since version 2023.2 of Enterprise Glossary and with SAP BASIS releases >=
-
7.40 SP27
-
7.50 SP23
-
7.51 SP13
-
7.52 SP09
-
7.53 SP07
-
7.54 SP05
-
7.55 SP03
-
7.56 SP01
A custom function module must be available in the SAP BW system so that the required metadata can be read from the connected SAP BW systems. This module is called during synchronization.
Creation of the function module via transport
You can download a transport which will create the custom function module in the target system.
Download
Manual creation of the function module
In transaction SE80, the function module RFC_GET_STRING must be created in a separate, active function group. The function module should be given a prefix according to the valid naming conventions. In the example shown here, this would be Z_RFC_GET_STRING. In this case the prefix would be Z_. The name must therefore consist of a prefix and RFC_GET_STRING.
-
Import Parameter
|
Parameter |
|
Associated Type |
Default |
Opt. |
Pass |
Short text |
|
I_TABLE |
TYPE |
DD02L-TABNAME |
|
|
X |
|
|
I_FIELD |
TYPE |
FELD_NAME |
|
X |
X |
|
|
I_RAWSTRING |
TYPE |
SONV-FLAG |
|
X |
X |
|
|
I_SCAN_STRING |
TYPE |
CHAR80 |
|
X |
X |
|
|
I_SCAN_FIELD |
TYPE |
FELD_NAME |
|
X |
X |
|
|
I_ROWCOUNT |
TYPE |
SOID-ACCNT |
0 |
X |
X |
|
|
I_DECRYPTION |
TYPE |
SONV-FLAG |
'X' |
X |
X |
|
-
Export Parameter
|
Parameter |
|
Associated Type |
Pass |
Short text |
|
E_STRING |
TYPE |
STRING |
X |
|
|
E_STRINGTAB |
TYPE |
STRINGTAB |
X |
|
|
E_RC |
TYPE |
INT4 |
X |
|
-
Tables
|
Parameter |
|
Associated Type |
Opt. |
Short text |
|
T_FIELDS |
LIKE |
RFC_DB_FLD |
|
|
|
T_OPTIONS |
LIKE |
RTXTLDAT |
|
|
-
Exceptions
|
Exception |
Short text |
|
RELEASE_1_7 |
|
|
NOT_AUTHORIZED |
|
|
TABLE_NOT_AVAILABLE |
|