Is there a way to logon on to a new SAPsystem out of ABAP coding?

249 Views Asked by At

To work and code within a SAP System you first have to log yourself into a certain system with a user.

Is there a way that I can trigger this logon process to a new SAP System within ABAP?

For example:

CALL FUNCTION "LOGON_TO_OTHER_SAP_SYSTEM"
EXPORTING 
 iv_system_id = "123"
 iv_url = "https://www.someSAPsystemDestinationUrl"

And then the all-known logon window pops up and you're able to log yourself in? The initial SAP System connection closes or has to be closed?

I hope you get what I mean! :)

Thanks

0

There are 0 best solutions below