Hi Karen,
I presume, you want to skip the dialog that requests for the controlling area.
That is easy:
Place (before you do the call to transaction CJE0) the following commands:
DATA: v_carea TYPE kokrs VALUE 'IN01'.
SET PARAMETER ID 'CAC' FIELD v_carea.
You can of course change the value 'IN01' to your own value (or maybe determine it dynamically).
This will set the parameter for controlling area to a fixed value and therefore NO dialog will be diplayed.
Regards,
Rob.
Add a comment