cancel
Showing results for 
Search instead for 
Did you mean: 

Is it possible to run BPC script logic code by ABAP code?

mrj_marcelo
Participant
0 Kudos

Hi, all.

Is it possible to run a BPC script logic code by ABAP code, for example to have the BPC script logic in a string variable in an ABAP program and call a function module or a method to run it?

Thanks and best regards.

View Entire Topic
mrj_marcelo
Participant
0 Kudos

I have found two alternatives that work fine. If I want to run direct from a string, I can use the function module UJK_SCRIPT_LOGIC_EXECUTE, if I want to run from a LGF file I can use the function module UJK_SCRIPT_LOGIC_DISPATCH.