SAP ABAP Message Class SDEST Message Number 042 (Cannot use function module &2 for type &1)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-MID-RFC (Application Component) RFC
⤷
SRFC_DESTAPI (Package) RFC: API for Destinations
⤷
⤷
Attribute
| Message class | SDEST | ||
| Short Description | Messages for RFC Destinations | ||
| Message Number | |
042 | |
| Documentation status | |||
| Authorization check Error Message | |||
| Changed On | 20130531 |
Message Text
Cannot use function module &2 for type &1
Help Document
Diagnosis
The destination is defined for connections of the type . The function module called cannot be used for destinations of the type .
The naming convention for the type-dependent function modules of the APIs:
DEST_<TYPE>_<OPERATION>.
Possible values for <TYPE>:
RFC_ABAP for type '3'
RFC_TCPIP for type 'T'
LOGICAL for type 'L'
HTTP_ABAP for type 'H'
HTTP_EXT for type 'G'.
Possible values for <OPERATION>: CREATE,CHECK, READ ,UPDATE.
The function module DEST_SET_PASSWORD is defined for the types '3', 'L', 'H', and 'G'.
The function module DEST_SET_PROXY_PASSWORD can only be used for the types 'H', and 'G'.
System Response
Procedure
Use the correct function module for the destination type.
Procedure for System Administration
History
| Last changed on/by | 20140121 | SAP | |
| SAP Release Created in | 710 |