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

VF01 debug problem

Former Member
0 Likes
1,558

Hi

I have a dump in user exit RV63A902 but my problem is that it dump only when I create invoice by VF01 after push button SAVE.

My breake point works in edition VA02 and before I push button SAVE in VF01. How to debug this user exit in VF01?

Maybe this exit in this step is calling in background?

3 REPLIES 3
Read only

former_member491621
Contributor
0 Likes
961

Hi Kosmo,

Can you show me the screenshot of the dump you are getting??

Read only

ravi_lanjewar
Contributor
0 Likes
961

Please first check the transaction st22. RV63A902 routine program using VOFM.  Please check the procedure mention in below like

http://wiki.sdn.sap.com/wiki/display/ERPLO/Routines+in+SD

Read only

0 Likes
961

Problem is that in some instance of my user exit I have komk-kunnr null. Message dump is nevermind in this case. I must debug VF01 and find when is calling routine from RV63A902. In VA02  komk-kunnr is normally filled.