2023 Oct 31 6:48 AM
Dear experts,
I am trying to skip first screen of COMMPR01 with a material, like this:
SET PARAMETER ID: 'PRODUCT_ID' FIELD <fs_alv>-ordered_prod.
CALL TRANSACTION 'COMMPR01' AND SKIP FIRST SCREEN.
But it does not seem to work, first screen is skipped but the material is not the one selected, it is the last one used for last access to the t-code.
Any ideas? Thanks in advance!
2023 Oct 31 9:19 AM
Look at
2023 Oct 31 9:32 AM
2023 Oct 31 11:58 AM
Check in debugging, if the parameter ID (PRODUCT_ID) is used in PBO of COMMPR01 in GET PARAMETER statement and used to display that product. If not, you have to do a small enhancement to do the same.