‎2007 Nov 15 4:22 AM
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
‎2007 Nov 15 11:46 AM
May be I_Tcode = sy-tcode , thats y u are getting these values.
Regards
Peram