SAP RSAR_UPDATE_DESTINATION Function Module for Updating an RFC destination of type R/3









RSAR_UPDATE_DESTINATION is a standard rsar update destination SAP function module available within SAP R/3 or S/4 Hana systems, depending on your version and release level. It is used for Updating an RFC destination of type R/3 processing and below is the pattern details for this FM, showing its interface including any import and export parameters, exceptions etc. there is also a full "cut and paste" ABAP pattern code example, along with implementation ABAP coding, documentation and contribution comments specific to this or related objects.


See here to view full function module documentation and code listing for rsar update destination FM, simply by entering the name RSAR_UPDATE_DESTINATION into the relevant SAP transaction such as SE37 or SE38.

Function Group: RSACTC
Program Name: SAPLRSACTC
Main Program: SAPLRSACTC
Appliation area: S
Release date: N/A
Mode(Normal, Remote etc): Normal Function Module
Update:



Function RSAR_UPDATE_DESTINATION pattern details

In-order to call this FM within your sap programs, simply using the below ABAP pattern details to trigger the function call...or see the full ABAP code listing at the end of this article. You can simply cut and paste this code into your ABAP progrom as it is, including variable declarations.
CALL FUNCTION 'RSAR_UPDATE_DESTINATION'"Updating an RFC destination of type R/3
EXPORTING
DESTINATION = "Destination for RFC use
* RFCLOGON_GUI = ' ' "
* LANGUAGE = ' ' "Language for maintaining logon data
* CLIENT = ' ' "Client for maintenance of logon data
* USER = ' ' "User for maintaining logon data
* SAME_USER = ' ' "
* PASSWORD = ' ' "Password for maintaining logon data
* KEEP_PASSWORD = ' ' "Single-Character Indicator
* PASSWORDSCR = 'X' "Passwort encryption active
* DESCRIPTION = ' ' "Destination Description
* GWHOST = ' ' "Gateway Host
* AUTHORITY_CHECK = 'X' "SM59 AUTHORITY_CHECK active ?
* GWSERVICE = ' ' "Gateway Service
* TRFCBTCSUPPR = ' ' "Background suppress for transactional RFC (TRFC)
* TRFCBTCTRIES = ' ' "Background repetitions for transactional RFC
* TRFCBTCDELAY = ' ' "Background delays for transactional RFC
* DESTLOCK = ' ' "Display of destination not modifiable
* DEQUEUE_SYNCHRON = ' ' "
* ARFC_ACTIVE = ' ' "
* ARFC_METHOD = 'S' "
* ARFC_CYCLE = '10' "
* SNC_PARAM = "Transfer Structure for SNC Extension of RFC Destinations
* LOADBALANCING = ' ' "Load balancing mode
* RFCCONVERT = ' ' "Conversion with incompatible code page? (' ', 'I', 'N')
* RFCCONVX = '0023' "Conversion sign as Unicode point in hex (if RFCCONV = 'I')
* RFCUNICODE = '1' "Unicode System?
* RFCBITMAP = '00000000' "Bitmap for Variable Options in RFCOPT
* SAVEHOSTNAME = ' ' "Save target host as hostname?
* RFCWAN = ' ' "'X' -> Slow RFC Connection (in WAN)
* MDMPSETTING = 'N' "'N' for inactive and 'Y' for active MDMP settings
* MDMPLIST = ' ' "List of MDMP code pages. Please add $ after each code page
* AUTHORITY = ' ' "Authorization
* QRFCVERS = '0' "qRFC-Version; 0 classic; 1 Netweaver
* SYSTEMID = ' ' "System identifier
* EXPORTTRACE = '2' "GW-default value = '2 '; export Trace = '1'; no export Trace = '0 '
* KEEPALIVETIMEOUTVAL = '-2' "Keepalive-timeout value
* SYSTEMNR = ' ' "System Number
* SERVER = ' ' "Server (message server or application server)
* GROUP = '' '' "Group name for load balancing mode
* TRACE = ' ' "Trace functionality
* TRUSTED_SYSTEM = ' ' "

EXCEPTIONS
AUTHORITY_NOT_AVAILABLE = 1 DESTINATION_IS_LOCKED = 10 DESTINATION_ALREADY_EXIST = 2 DESTINATION_NOT_EXIST = 3 DESTINATION_ENQUEUE_REJECT = 4 INFORMATION_FAILURE = 5 TRFC_ENTRY_INVALID = 6 INTERNAL_FAILURE = 7 SNC_INFORMATION_FAILURE = 8 SNC_INTERNAL_FAILURE = 9
.



IMPORTING Parameters details for RSAR_UPDATE_DESTINATION

DESTINATION - Destination for RFC use

Data type: RFCDISPLAY-RFCDEST
Optional: No
Call by Reference: No ( called with pass by value option)

RFCLOGON_GUI -

Data type: RFCDISPLAY-RFCLOGON
Default: SPACE
Optional: Yes
Call by Reference: No ( called with pass by value option)

LANGUAGE - Language for maintaining logon data

Data type: RFCDISPLAY-RFCLANG
Default: SPACE
Optional: Yes
Call by Reference: No ( called with pass by value option)

CLIENT - Client for maintenance of logon data

Data type: RFCDISPLAY-RFCCLIENT
Default: SPACE
Optional: Yes
Call by Reference: No ( called with pass by value option)

USER - User for maintaining logon data

Data type: RFCDISPLAY-RFCUSER
Default: SPACE
Optional: Yes
Call by Reference: No ( called with pass by value option)

SAME_USER -

Data type: RFCDISPLAY-RFCSAMEUSR
Default: SPACE
Optional: Yes
Call by Reference: No ( called with pass by value option)

PASSWORD - Password for maintaining logon data

Data type: RFCDISPLAY-RFCAUTH
Default: SPACE
Optional: Yes
Call by Reference: No ( called with pass by value option)

KEEP_PASSWORD - Single-Character Indicator

Data type: CHAR1
Default: SPACE
Optional: Yes
Call by Reference: No ( called with pass by value option)

PASSWORDSCR - Passwort encryption active

Data type: RFCDISPLAY-RFCPWSCR
Default: 'X'
Optional: Yes
Call by Reference: No ( called with pass by value option)

DESCRIPTION - Destination Description

Data type: RFCDOC-RFCDOC1
Default: SPACE
Optional: Yes
Call by Reference: No ( called with pass by value option)

GWHOST - Gateway Host

Data type: RFCDISPLAY-RFCGWHOST
Default: SPACE
Optional: Yes
Call by Reference: No ( called with pass by value option)

AUTHORITY_CHECK - SM59 AUTHORITY_CHECK active ?

Data type: RFCDISPLAY-RFCTRACE
Default: 'X'
Optional: Yes
Call by Reference: No ( called with pass by value option)

GWSERVICE - Gateway Service

Data type: RFCDISPLAY-RFCGWSERV
Default: SPACE
Optional: Yes
Call by Reference: No ( called with pass by value option)

TRFCBTCSUPPR - Background suppress for transactional RFC (TRFC)

Data type: RFCDISPLAY-BTCSUPPR
Default: SPACE
Optional: Yes
Call by Reference: No ( called with pass by value option)

TRFCBTCTRIES - Background repetitions for transactional RFC

Data type: RFCDISPLAY-BTCTRIES
Default: SPACE
Optional: Yes
Call by Reference: No ( called with pass by value option)

TRFCBTCDELAY - Background delays for transactional RFC

Data type: RFCDISPLAY-BTCDELAY
Default: SPACE
Optional: Yes
Call by Reference: No ( called with pass by value option)

DESTLOCK - Display of destination not modifiable

Data type: RFCDISPLAY-RFCLOCK
Default: SPACE
Optional: Yes
Call by Reference: No ( called with pass by value option)

DEQUEUE_SYNCHRON -

Data type: RFCDISPLAY-RFCNOWAIT
Default: SPACE
Optional: Yes
Call by Reference: No ( called with pass by value option)

ARFC_ACTIVE -

Data type: RFCCHECK-ARFCACTIVE
Default: SPACE
Optional: Yes
Call by Reference: No ( called with pass by value option)

ARFC_METHOD -

Data type: RFCCHECK-ARFCMETHOD
Default: 'S'
Optional: Yes
Call by Reference: No ( called with pass by value option)

ARFC_CYCLE -

Data type: RFCCHECK-ARFCCYCLE
Default: '10'
Optional: Yes
Call by Reference: No ( called with pass by value option)

SNC_PARAM - Transfer Structure for SNC Extension of RFC Destinations

Data type: RFCSNCPARA
Optional: Yes
Call by Reference: No ( called with pass by value option)

LOADBALANCING - Load balancing mode

Data type: RFCDISPLAZ-RFCLBFLAG
Default: SPACE
Optional: Yes
Call by Reference: No ( called with pass by value option)

RFCCONVERT - Conversion with incompatible code page? (SPACE, 'I', 'N')

Data type: RFCDISPLAY-RFCCONVERT
Default: SPACE
Optional: Yes
Call by Reference: No ( called with pass by value option)

RFCCONVX - Conversion sign as Unicode point in hex (if RFCCONV = 'I')

Data type: RFCRAW02
Default: '0023'
Optional: Yes
Call by Reference: No ( called with pass by value option)

RFCUNICODE - Unicode System?

Data type: RFCDISPLAY-RFCUNICODE
Default: '1'
Optional: Yes
Call by Reference: No ( called with pass by value option)

RFCBITMAP - Bitmap for Variable Options in RFCOPT

Data type: RFCRAW04
Default: '00000000'
Optional: Yes
Call by Reference: No ( called with pass by value option)

SAVEHOSTNAME - Save target host as hostname?

Data type: RFCDISPLAY-SAVESERVER
Default: SPACE
Optional: Yes
Call by Reference: No ( called with pass by value option)

RFCWAN - 'X' -> Slow RFC Connection (in WAN)

Data type: RFCDISPLAY-RFCWAN
Default: SPACE
Optional: Yes
Call by Reference: No ( called with pass by value option)

MDMPSETTING - 'N' for inactive and 'Y' for active MDMP settings

Data type: CHAR1
Default: 'N'
Optional: Yes
Call by Reference: No ( called with pass by value option)

MDMPLIST - List of MDMP code pages. Please add $ after each code page

Data type: RFCDISPLAY-RFCREST
Default: SPACE
Optional: Yes
Call by Reference: No ( called with pass by value option)

AUTHORITY - Authorization

Data type: DESTAUTH
Default: SPACE
Optional: Yes
Call by Reference: No ( called with pass by value option)

QRFCVERS - qRFC-Version; 0 classic; 1 Netweaver

Data type: QRFCCHAR
Default: '0'
Optional: Yes
Call by Reference: No ( called with pass by value option)

SYSTEMID - System identifier

Data type: RFCOPT-RFCSYSID
Default: SPACE
Optional: Yes
Call by Reference: No ( called with pass by value option)

EXPORTTRACE - GW-default value = '2 '; export Trace = '1'; no export Trace = '0 '

Data type: RFCDISPLAY-TRACEPROPAGATION
Default: '2'
Optional: Yes
Call by Reference: No ( called with pass by value option)

KEEPALIVETIMEOUTVAL - Keepalive-timeout value

Data type: KEEP_TIMEOUT_VAL
Default: '-2'
Optional: Yes
Call by Reference: No ( called with pass by value option)

SYSTEMNR - System Number

Data type: RFCDISPLAY-RFCSERVICE
Default: SPACE
Optional: Yes
Call by Reference: No ( called with pass by value option)

SERVER - Server (message server or application server)

Data type: RFCDISPLAY-RFCHOST
Default: SPACE
Optional: Yes
Call by Reference: No ( called with pass by value option)

GROUP - Group name for load balancing mode

Data type: RFCDISPLAZ-RFCLOAD
Default: 'SPACE'
Optional: Yes
Call by Reference: No ( called with pass by value option)

TRACE - Trace functionality

Data type: RFCDISPLAY-RFCTRACE
Default: SPACE
Optional: Yes
Call by Reference: No ( called with pass by value option)

TRUSTED_SYSTEM -

Data type: RFCDISPLAY-RFCSLOGIN
Default: SPACE
Optional: Yes
Call by Reference: No ( called with pass by value option)

EXCEPTIONS details

AUTHORITY_NOT_AVAILABLE - You do not have this authorization

Data type:
Optional: No
Call by Reference: No ( called with pass by value option)

DESTINATION_IS_LOCKED - Destination is locked

Data type:
Optional: No
Call by Reference: No ( called with pass by value option)

DESTINATION_ALREADY_EXIST - Destination already exists

Data type:
Optional: No
Call by Reference: No ( called with pass by value option)

DESTINATION_NOT_EXIST - Destination does not Exist

Data type:
Optional: No
Call by Reference: No ( called with pass by value option)

DESTINATION_ENQUEUE_REJECT - Destination is locked by another user

Data type:
Optional: No
Call by Reference: No ( called with pass by value option)

INFORMATION_FAILURE - Parameters (information) not maintained correctly

Data type:
Optional: No
Call by Reference: No ( called with pass by value option)

TRFC_ENTRY_INVALID - Inconsistent parameter maintenance for TRFC options

Data type:
Optional: No
Call by Reference: No ( called with pass by value option)

INTERNAL_FAILURE - Internal error

Data type:
Optional: No
Call by Reference: No ( called with pass by value option)

SNC_INFORMATION_FAILURE - SNC information error

Data type:
Optional: No
Call by Reference: No ( called with pass by value option)

SNC_INTERNAL_FAILURE - SNC: Internal error

Data type:
Optional: No
Call by Reference: No ( called with pass by value option)

Copy and paste ABAP code example for RSAR_UPDATE_DESTINATION Function Module

The ABAP code below is a full code listing to execute function module POPUP_TO_CONFIRM including all data declarations. The code uses the original data declarations rather than the latest in-line data DECLARATION SYNTAX but I have included an ABAP code snippet at the end to show how declarations would look using the newer method of declaring data variables on the fly. This will allow you to compare and fully understand the new inline method. Please note some of the newer syntax such as the @DATA is not available until a later 4.70 service pack (SP8), which i why i have stuck to the origianl for this example.

DATA:
lv_destination  TYPE RFCDISPLAY-RFCDEST, "   
lv_authority_not_available  TYPE RFCDISPLAY, "   
lv_rfclogon_gui  TYPE RFCDISPLAY-RFCLOGON, "   SPACE
lv_destination_is_locked  TYPE RFCDISPLAY, "   
lv_language  TYPE RFCDISPLAY-RFCLANG, "   SPACE
lv_client  TYPE RFCDISPLAY-RFCCLIENT, "   SPACE
lv_user  TYPE RFCDISPLAY-RFCUSER, "   SPACE
lv_same_user  TYPE RFCDISPLAY-RFCSAMEUSR, "   SPACE
lv_password  TYPE RFCDISPLAY-RFCAUTH, "   SPACE
lv_keep_password  TYPE CHAR1, "   SPACE
lv_passwordscr  TYPE RFCDISPLAY-RFCPWSCR, "   'X'
lv_description  TYPE RFCDOC-RFCDOC1, "   SPACE
lv_gwhost  TYPE RFCDISPLAY-RFCGWHOST, "   SPACE
lv_authority_check  TYPE RFCDISPLAY-RFCTRACE, "   'X'
lv_destination_already_exist  TYPE RFCDISPLAY, "   
lv_gwservice  TYPE RFCDISPLAY-RFCGWSERV, "   SPACE
lv_trfcbtcsuppr  TYPE RFCDISPLAY-BTCSUPPR, "   SPACE
lv_trfcbtctries  TYPE RFCDISPLAY-BTCTRIES, "   SPACE
lv_trfcbtcdelay  TYPE RFCDISPLAY-BTCDELAY, "   SPACE
lv_destlock  TYPE RFCDISPLAY-RFCLOCK, "   SPACE
lv_dequeue_synchron  TYPE RFCDISPLAY-RFCNOWAIT, "   SPACE
lv_arfc_active  TYPE RFCCHECK-ARFCACTIVE, "   SPACE
lv_arfc_method  TYPE RFCCHECK-ARFCMETHOD, "   'S'
lv_arfc_cycle  TYPE RFCCHECK-ARFCCYCLE, "   '10'
lv_snc_param  TYPE RFCSNCPARA, "   
lv_loadbalancing  TYPE RFCDISPLAZ-RFCLBFLAG, "   SPACE
lv_destination_not_exist  TYPE RFCDISPLAZ, "   
lv_rfcconvert  TYPE RFCDISPLAY-RFCCONVERT, "   SPACE
lv_rfcconvx  TYPE RFCRAW02, "   '0023'
lv_rfcunicode  TYPE RFCDISPLAY-RFCUNICODE, "   '1'
lv_rfcbitmap  TYPE RFCRAW04, "   '00000000'
lv_savehostname  TYPE RFCDISPLAY-SAVESERVER, "   SPACE
lv_rfcwan  TYPE RFCDISPLAY-RFCWAN, "   SPACE
lv_mdmpsetting  TYPE CHAR1, "   'N'
lv_mdmplist  TYPE RFCDISPLAY-RFCREST, "   SPACE
lv_authority  TYPE DESTAUTH, "   SPACE
lv_qrfcvers  TYPE QRFCCHAR, "   '0'
lv_systemid  TYPE RFCOPT-RFCSYSID, "   SPACE
lv_destination_enqueue_reject  TYPE RFCOPT, "   
lv_exporttrace  TYPE RFCDISPLAY-TRACEPROPAGATION, "   '2'
lv_keepalivetimeoutval  TYPE KEEP_TIMEOUT_VAL, "   '-2'
lv_systemnr  TYPE RFCDISPLAY-RFCSERVICE, "   SPACE
lv_information_failure  TYPE RFCDISPLAY, "   
lv_server  TYPE RFCDISPLAY-RFCHOST, "   SPACE
lv_trfc_entry_invalid  TYPE RFCDISPLAY, "   
lv_group  TYPE RFCDISPLAZ-RFCLOAD, "   'SPACE'
lv_internal_failure  TYPE RFCDISPLAZ, "   
lv_trace  TYPE RFCDISPLAY-RFCTRACE, "   SPACE
lv_snc_information_failure  TYPE RFCDISPLAY, "   
lv_trusted_system  TYPE RFCDISPLAY-RFCSLOGIN, "   SPACE
lv_snc_internal_failure  TYPE RFCDISPLAY. "   

  CALL FUNCTION 'RSAR_UPDATE_DESTINATION'  "Updating an RFC destination of type R/3
    EXPORTING
         DESTINATION = lv_destination
         RFCLOGON_GUI = lv_rfclogon_gui
         LANGUAGE = lv_language
         CLIENT = lv_client
         USER = lv_user
         SAME_USER = lv_same_user
         PASSWORD = lv_password
         KEEP_PASSWORD = lv_keep_password
         PASSWORDSCR = lv_passwordscr
         DESCRIPTION = lv_description
         GWHOST = lv_gwhost
         AUTHORITY_CHECK = lv_authority_check
         GWSERVICE = lv_gwservice
         TRFCBTCSUPPR = lv_trfcbtcsuppr
         TRFCBTCTRIES = lv_trfcbtctries
         TRFCBTCDELAY = lv_trfcbtcdelay
         DESTLOCK = lv_destlock
         DEQUEUE_SYNCHRON = lv_dequeue_synchron
         ARFC_ACTIVE = lv_arfc_active
         ARFC_METHOD = lv_arfc_method
         ARFC_CYCLE = lv_arfc_cycle
         SNC_PARAM = lv_snc_param
         LOADBALANCING = lv_loadbalancing
         RFCCONVERT = lv_rfcconvert
         RFCCONVX = lv_rfcconvx
         RFCUNICODE = lv_rfcunicode
         RFCBITMAP = lv_rfcbitmap
         SAVEHOSTNAME = lv_savehostname
         RFCWAN = lv_rfcwan
         MDMPSETTING = lv_mdmpsetting
         MDMPLIST = lv_mdmplist
         AUTHORITY = lv_authority
         QRFCVERS = lv_qrfcvers
         SYSTEMID = lv_systemid
         EXPORTTRACE = lv_exporttrace
         KEEPALIVETIMEOUTVAL = lv_keepalivetimeoutval
         SYSTEMNR = lv_systemnr
         SERVER = lv_server
         GROUP = lv_group
         TRACE = lv_trace
         TRUSTED_SYSTEM = lv_trusted_system
    EXCEPTIONS
        AUTHORITY_NOT_AVAILABLE = 1
        DESTINATION_IS_LOCKED = 10
        DESTINATION_ALREADY_EXIST = 2
        DESTINATION_NOT_EXIST = 3
        DESTINATION_ENQUEUE_REJECT = 4
        INFORMATION_FAILURE = 5
        TRFC_ENTRY_INVALID = 6
        INTERNAL_FAILURE = 7
        SNC_INFORMATION_FAILURE = 8
        SNC_INTERNAL_FAILURE = 9
. " RSAR_UPDATE_DESTINATION




ABAP code using 7.40 inline data declarations to call FM RSAR_UPDATE_DESTINATION

The below ABAP code uses the newer in-line data declarations. This allows you to see the coding differences/benefits of the later inline syntax. Please note some of the newer syntax below, such as the @DATA is not available until 4.70 EHP 8.

"SELECT single RFCDEST FROM RFCDISPLAY INTO @DATA(ld_destination).
 
 
"SELECT single RFCLOGON FROM RFCDISPLAY INTO @DATA(ld_rfclogon_gui).
DATA(ld_rfclogon_gui) = ' '.
 
 
"SELECT single RFCLANG FROM RFCDISPLAY INTO @DATA(ld_language).
DATA(ld_language) = ' '.
 
"SELECT single RFCCLIENT FROM RFCDISPLAY INTO @DATA(ld_client).
DATA(ld_client) = ' '.
 
"SELECT single RFCUSER FROM RFCDISPLAY INTO @DATA(ld_user).
DATA(ld_user) = ' '.
 
"SELECT single RFCSAMEUSR FROM RFCDISPLAY INTO @DATA(ld_same_user).
DATA(ld_same_user) = ' '.
 
"SELECT single RFCAUTH FROM RFCDISPLAY INTO @DATA(ld_password).
DATA(ld_password) = ' '.
 
DATA(ld_keep_password) = ' '.
 
"SELECT single RFCPWSCR FROM RFCDISPLAY INTO @DATA(ld_passwordscr).
DATA(ld_passwordscr) = 'X'.
 
"SELECT single RFCDOC1 FROM RFCDOC INTO @DATA(ld_description).
DATA(ld_description) = ' '.
 
"SELECT single RFCGWHOST FROM RFCDISPLAY INTO @DATA(ld_gwhost).
DATA(ld_gwhost) = ' '.
 
"SELECT single RFCTRACE FROM RFCDISPLAY INTO @DATA(ld_authority_check).
DATA(ld_authority_check) = 'X'.
 
 
"SELECT single RFCGWSERV FROM RFCDISPLAY INTO @DATA(ld_gwservice).
DATA(ld_gwservice) = ' '.
 
"SELECT single BTCSUPPR FROM RFCDISPLAY INTO @DATA(ld_trfcbtcsuppr).
DATA(ld_trfcbtcsuppr) = ' '.
 
"SELECT single BTCTRIES FROM RFCDISPLAY INTO @DATA(ld_trfcbtctries).
DATA(ld_trfcbtctries) = ' '.
 
"SELECT single BTCDELAY FROM RFCDISPLAY INTO @DATA(ld_trfcbtcdelay).
DATA(ld_trfcbtcdelay) = ' '.
 
"SELECT single RFCLOCK FROM RFCDISPLAY INTO @DATA(ld_destlock).
DATA(ld_destlock) = ' '.
 
"SELECT single RFCNOWAIT FROM RFCDISPLAY INTO @DATA(ld_dequeue_synchron).
DATA(ld_dequeue_synchron) = ' '.
 
"SELECT single ARFCACTIVE FROM RFCCHECK INTO @DATA(ld_arfc_active).
DATA(ld_arfc_active) = ' '.
 
"SELECT single ARFCMETHOD FROM RFCCHECK INTO @DATA(ld_arfc_method).
DATA(ld_arfc_method) = 'S'.
 
"SELECT single ARFCCYCLE FROM RFCCHECK INTO @DATA(ld_arfc_cycle).
DATA(ld_arfc_cycle) = '10'.
 
 
"SELECT single RFCLBFLAG FROM RFCDISPLAZ INTO @DATA(ld_loadbalancing).
DATA(ld_loadbalancing) = ' '.
 
 
"SELECT single RFCCONVERT FROM RFCDISPLAY INTO @DATA(ld_rfcconvert).
DATA(ld_rfcconvert) = ' '.
 
DATA(ld_rfcconvx) = '0023'.
 
"SELECT single RFCUNICODE FROM RFCDISPLAY INTO @DATA(ld_rfcunicode).
DATA(ld_rfcunicode) = '1'.
 
DATA(ld_rfcbitmap) = '00000000'.
 
"SELECT single SAVESERVER FROM RFCDISPLAY INTO @DATA(ld_savehostname).
DATA(ld_savehostname) = ' '.
 
"SELECT single RFCWAN FROM RFCDISPLAY INTO @DATA(ld_rfcwan).
DATA(ld_rfcwan) = ' '.
 
DATA(ld_mdmpsetting) = 'N'.
 
"SELECT single RFCREST FROM RFCDISPLAY INTO @DATA(ld_mdmplist).
DATA(ld_mdmplist) = ' '.
 
DATA(ld_authority) = ' '.
 
DATA(ld_qrfcvers) = '0'.
 
"SELECT single RFCSYSID FROM RFCOPT INTO @DATA(ld_systemid).
DATA(ld_systemid) = ' '.
 
 
"SELECT single TRACEPROPAGATION FROM RFCDISPLAY INTO @DATA(ld_exporttrace).
DATA(ld_exporttrace) = '2'.
 
DATA(ld_keepalivetimeoutval) = '-2'.
 
"SELECT single RFCSERVICE FROM RFCDISPLAY INTO @DATA(ld_systemnr).
DATA(ld_systemnr) = ' '.
 
 
"SELECT single RFCHOST FROM RFCDISPLAY INTO @DATA(ld_server).
DATA(ld_server) = ' '.
 
 
"SELECT single RFCLOAD FROM RFCDISPLAZ INTO @DATA(ld_group).
DATA(ld_group) = '' ''.
 
 
"SELECT single RFCTRACE FROM RFCDISPLAY INTO @DATA(ld_trace).
DATA(ld_trace) = ' '.
 
 
"SELECT single RFCSLOGIN FROM RFCDISPLAY INTO @DATA(ld_trusted_system).
DATA(ld_trusted_system) = ' '.
 
 


Search for further information about these or an SAP related objects



Comments on this SAP object

What made you want to lookup this SAP object? Please tell us what you were looking for and anything you would like to be included on this page!