Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

RFC call.

Former Member
0 Kudos

Hi,

I make a RFC call from one system to another by giving the relevant destination. On executing in the debugging mode, i am unable to go into the other system. Is it because of lack of user authorisation in SM59, this is happening ?

Regards,

Jaydeep

7 REPLIES 7

Former Member
0 Kudos

list of authorization Objects are

S_ADMI_FCD System Authorizations
S_CTS_ADMI Administration Functions in the Change and Transport System
S_DATASET  Authorization for file access
S_DEVELOP  ABAP Workbench
S_DOKU_AUT SE61 Documentation Maintenance Authorization
S_GUI      Authorization for GUI activities
S_ICF      Authorization check for Internet Communication Framework
S_OC_DOC   SAPoffice: Authorization for an Activity with Documents

S_OC_ROLE  SAPoffice: Office User Attribute
S_OC_SEND  Authorization Object for Sending
S_OLE_CALL OLE calls from ABAP programs
S_RFC      Authorization Check for RFC Access
S_SPO_DEV  Spool: Device authorizations
S_TABU_CLI Cross-Client Table Maintenance
S_TABU_DIS Table Maintenance (via standard tools such as SM30)
S_TCODE    Transaction Code Check at Transaction Start
S_TRANSLAT Translation environment authorization object
S_TRANSPRT Transport Organizer
S_USER_GRP User Master Maintenance: User Groups

after getting the error try to call tcode /nSU53. here u will find out the probs.

Regards

Prabhu

0 Kudos

Well i really dont get an error. I want to go to the other system and debug on doing a f5/f6 . Point is it just skips to the next line without moving to the other system. I also checked out su53 which just mentions that the last authorisation check was successful .

0 Kudos

hi,

you must debug in the oth. system

-> so insert a break-point or endless-loop in your program and debug it from trx. sm50 in the oth. system

A.

ps

have you tried sm59-F8 ?

Message was edited by: Andreas Mann

0 Kudos

Yes but the control shud go to the other system. It doesnt go there even on specifying the right destination. That is why i asked if it has got anything to do with SM59 ?

0 Kudos

Yes but in SM59, it says i have no authorisation.

0 Kudos

Hi,

Can you please write the statement which is using the RFC.

Also, authorization access is of no concern when calling through program.

Regards

Nishant

0 Kudos

CALL FUNCTION 'Z_KP_SEC2R3_UPDATE'

destination dest

TABLES

sec2r3 = lit_sec2r3.

Is there any settings in SM59 to be configuerd for the same. Answers which help to solve this problem will be promptly rewarded.