cancel
Showing results for 
Search instead for 
Did you mean: 

calling inactive version of ABAP object from Java

Former Member
0 Kudos

Hello,

When I call an ABAP object from Java Program which version of ABAP object is called inactive or active ?

Is there a mechanism to call the current inactive version or any other previous inactive /active versions ?

Regards,

Tarun

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Only the "active" version of ABAP code is active and runnable.

You cannot run inactive versions. Like you have to compile a .java file to a .class file o make it runnable in the JVM.

Answers (0)