cancel
Showing results for 
Search instead for 
Did you mean: 

Access to Prod from QA Test system

Arslan1
Explorer

Accepted Solutions (1)

Accepted Solutions (1)

MarcC
Explorer
0 Kudos

To do this you can use remote function calls with DESTINATION.
You define or can view existing destinations in transaction SM59-

 

CALL FUNCTION 'remotefunction'
  DESTINATION dest
  EXPORTING f1 =
  IMPORTING f2 =
  TABLES t1 =
  EXCEPTIONS...
Arslan1
Explorer
0 Kudos
Where should we write this code in QA?
MarcC
Explorer
Code is always written in DEV. You transport it to QA and PROD. Where you run it depends on what you want to do.

Answers (0)