‎2007 Apr 09 5:57 AM
Hi all,
If I use T-code VKM3 and corresponding main program RVKRED04 to do credit release , the result will be different.
Result of VKM3 will change the contract date of sales order, but result of RVKRED04 wont happen and it is respected by user. The result run by RVKRED04 is correct.
By the way, T_code VKM3 have been a hard code written in the RVKRED04
SUBMIT RVKRED01 AND RETURN "K11K097488
WITH VBELN IN VBELN
......
WITH CODE EQ 'VKM3'
What can I do next? I must get the right result through T_code VKM3, thats the goal.
Appreciate your help Thank you!
‎2007 Apr 09 8:47 AM
Can anybody help me? give me your suggestion about what's the next check i should do, Thank you !
‎2007 Apr 09 7:53 PM
Please check for any Enhancement which has been created for transaction VKM3, May be some modifications are done in that Enhancement to update the date based on current transaction code i.e. VKM3. For Ex. Check for the enhancement FV45K001, which is for VKM3
The best way to find out the exact code for Updation, activate the Performance Trace using ST05 before executing the VKM3. After completion of processing, Stop the trace, then check for specific table updation in the trace which can divert you to exact code for updation.
Thanks & regards,
Amol G. Lohade
‎2007 Apr 10 2:26 AM
Amol Lohade
I think you are right, Ive find the key just same as your suggestion. _
now I've got the update program ,it's a include file named Z* (_ that's the key ) i am tracing back ,and try to find the reason why it's need to be change. (Thats the door._)
Thank you
‎2007 Apr 09 8:17 PM
Hi,
Try to submit the correct program(RVKRED04) instead of the other one (RVKRED01) using currently in the program now
SUBMIT RVKRED04 AND RETURN
WITH VBELN IN VBELN
......
WITH CODE EQ 'VKM3'
Regards
Sudheer