Hello eCATT experts,
when executing an eCATT script for transaction PP01 (Maintain Plan Data) there is the following issue:
in order to have the fields "Plan version" and "Object Type" already assigned with values, these parameters are set by SET PARAMETER commands in inline ABAP.
The code in the eCATT editor looks like this:
======================================
ABAP.
DATA lv_pop TYPE plvar VALUE '01'.
DATA lv_pot TYPE otype VALUE 'S'.
SET PARAMETER ID 'POP' FIELD lv_pop.
SET PARAMETER ID 'POT' FIELD lv_pot.
ENDABAP.
SAPGUI ( PP01_5009_STEP_1 ).
======================================
The issue now is that this doesn't seem to work:
when the SAPGUI command is executed the two fields are not filled with the values as desired.
Can anyone help here?
Thanks for your assitance and best regards,
Oliver