2022 Dec 22 4:38 PM
Hi together,
I am trying to use the GET PARAMETER ID, for various transactions. So, the code that I have written is:
CALL TRANSACTION 'IA05'.
GET PARAMETER ID 'PLN' FIELD gv_plnnr.
GET PARAMETER ID 'PAL' FIELD gv_plnal.
CALL TRANSACTION 'IA06'.
GET PARAMETER ID 'PLN' FIELD gv_plnnr_r.
GET PARAMETER ID 'PAL' FIELD gv_plnal_r.
In both the transactions the values of the ID PLN (Task List Group - plnnr) are fetched, but the values for ID PAL (Group counter - plnal) are not fetched. I checked and in both of them the parameter id for the field PLNAL is PAL.
The sy-subrc after the get paramter IDs is always 0.
Can anyone tell me why are the data not fetched?
Thank you,
R
2022 Dec 23 10:42 AM
Did you look in the transaction main program for statements such as
SET PARAMETER ID 'PAL' FIELD ''.
Else go to debug