cancel
Showing results for 
Search instead for 
Did you mean: 

Copy VF04 problem

Former Member
0 Kudos

Hi all,

I faced with a problem after copying vf04 to create additional invoice. For doing this, we created enhancement in LV60PU06 include. But when I pushing collective billing button, program shows a error menu and says that "Can not read VBRK table".

After I put a breakpoint on enhancement, in debug mode program run without any errors and created invoices correctly.

do you have any idea how can we solve this problem?

Accepted Solutions (1)

Accepted Solutions (1)

eduardo_hinojosa
Active Contributor
0 Kudos

Hi,

Surely data base is still working without the debugging. So, set a WAIT command in the coding. Try with 1, 2 or 3 seconds.

I hope this helps you

Regards,

Eduardo

Former Member
0 Kudos

Thanks for your response first.

We tried wait command, program create first invoice but before creating second one it drop down and exit.

Do you have any other suggestion about this?

eduardo_hinojosa
Active Contributor
0 Kudos

Hi,

Try two traces with ST05, one with debugging option (a break-point in the exit) and the other without the debugging option. Compare the behavior of data base. Surely it will suggest the origin of the problem.

I hope this helps you

Regards

Eduardo

Answers (0)