Application Development and Automation 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: 
Read only

Problem about WS_REVERSE_GOODS_ISSUE: field I_TCODE ???

Former Member
0 Likes
634

Hi genius,

I have a question about function module "WS_REVERSE_GOODS_ISSUE"

There is an application which is interface to SAP to reverse

GI via WS_REVERSE_GOODS_ISSUE. The application use input parameter

I_TCODE = VL09 for this function. Which I think that has something to

do with transaction code in change document. But the result in table

CDHDR is blank in field TCODE.

I myself, try to single test this standard function with transaction code SE37, with I_TCODE = VL09. I can successfully reverse GI. But when I check data at table CDHDR at field TCODE -> it's equal to SE37, not VL09. So i'm very confused.

So, I want to know about I_TCODE in that function, Is it a transaction code that will appear in table CDHDR ?

Help me please ??? genius guys

1 REPLY 1
Read only

Former Member
0 Likes
442

May be I_Tcode = sy-tcode , thats y u are getting these values.

Regards

Peram