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

Different result run by T_code and corresponding program ,why?

Former Member
0 Likes
697

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 won’t 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, that’s the goal.

Appreciate your help Thank you!

4 REPLIES 4
Read only

Former Member
0 Likes
616

Can anybody help me? give me your suggestion about what's the next check i should do, Thank you !

Read only

Former Member
0 Likes
616

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

Read only

0 Likes
616

Amol Lohade

I think you are right, I’ve 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. (That’s the door._)

Thank you

Read only

Former Member
0 Likes
616

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