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

Enhancement Sections

Former Member
0 Likes
421

Hi Dear all,

when we release the billing document no. through tcode VF02 that time I want to move that document data in Z table automatically. For that I want to modify this inclue program 'MV60AF0B_BELEG_SICHERN' . Here in this program one function module is there having option of Enhancement Section that FM is 'RV_INVOICE_DOCUMENT_ADD'. So I implemented one enhancement section here but problem is that i wrote some code in enhancement section after this function mudule to update ztable and activated the enhancement. But when I set the debugger & check step by step by F5 code is working fine. But if I go directly without setting debugger that time Z table is not activating. Means everything is happening acoording to my logic in enhancement section whatever i wrote in Debugging mode only. But that code is not executing in normal mode. I am not getting what is happening exactly. Please help me and give some solution.

Thanks & Regards.

Pradip Pawar

Hi Dear all,

when we release the billing document no. through tcode VF02 that time I want to move that document data in Z table automatically. For that I want to modify this inclue program 'MV60AF0B_BELEG_SICHERN' . Here in this program one function module is there having option of Enhancement Section that FM is 'RV_INVOICE_DOCUMENT_ADD'. So I implemented one enhancement section here but problem is that i wrote some code in enhancement section after this function mudule to update ztable and activated the enhancement. But when I set the debugger & check step by step by F5 code is working fine. But if I go directly without setting debugger that time Z table is not activating. Means everything is happening acoording to my logic in enhancement section whatever i wrote in Debugging mode only. But that code is not executing in normal mode. I am not getting what is happening exactly. Please help me and give some solution.

Thanks & Regards.

Pradip Pawar

1 REPLY 1
Read only

Former Member
0 Likes
351

THANKS