2006 Nov 09 12:27 PM
if E_COLUMN = 'KONNR' .
READ TABLE GT_OUTTAB INDEX E_ROW-INDEX INTO GT_OUTTAB.
*
SET PARAMETER ID 'VRT' FIELD GT_OUTTAB-KONNR.
CALL TRANSACTION 'ME33K' ."AND SKIP FIRST SCREEN.
endif.
this code wotk in dev , and not in qa , why ?
2006 Nov 09 1:45 PM
Hello Dakota,
possibly this is an authorization problem for S_TCODE ME33K.
In the sample coding that you gave, the skip first screen-section is omitted by commentary; was this on purpose?
Best regards,
Florin
2006 Nov 09 1:45 PM
Hello Dakota,
possibly this is an authorization problem for S_TCODE ME33K.
In the sample coding that you gave, the skip first screen-section is omitted by commentary; was this on purpose?
Best regards,
Florin
2006 Nov 09 1:47 PM
Can you please describe what do you mean it does not work ??
I agree it can be authorization problem!!
2006 Nov 09 1:49 PM
2006 Nov 09 1:54 PM
hi
good
i think your code is ok, but there my be a prob in the tcode ME33K that you r calling using the call transaction statement, check wheather there is any authorization to call this tcode i n quality.
thanks
mrutyun^
2006 Nov 09 3:17 PM
i dont know if this is the right solution but i call to
"me33" insted of "me33k" and it work