Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

CALL TRANSACTION work in dev and not in qa why ?

Former Member
0 Kudos
98

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 ?

1 ACCEPTED SOLUTION

Former Member
0 Kudos
60

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

5 REPLIES 5

Former Member
0 Kudos
61

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

Former Member
0 Kudos
60

Can you please describe what do you mean it does not work ??

I agree it can be authorization problem!!

Former Member
0 Kudos
60

what does the dump say? what is the message u get.

santhosh

Former Member
0 Kudos
60

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^

0 Kudos
60

i dont know if this is the right solution but i call to

"me33" insted of "me33k" and it work