Where can I get a description of RFCOPTIONS strings from a RFCDES table? What it means to each parameter? (H=?,N=?,g=?,l=?, ...)
Asked
Active
Viewed 2,650 times
2 Answers
2
I think you should see that in the transaction sm59:
http://help.sap.com/saphelp_nw73/helpdata/en/48/89632084b84e6fe10000000a421937/frameset.htm

Stefan Egli
- 17,398
- 3
- 54
- 75
1
You can find the mapping logic in function module RFCDISPLAY2RFCDES.
Here's a list of some of the main ones:
- H=hostname/IP address
- S=system number
- M=client number
- U=RFC user
- L=language
- X=load balancing (LB=ON)
- I=system ID
- N=logon group
- Z=auth related
- g=gateway server

Chris Carruthers
- 3,945
- 6
- 31
- 31