Application Development 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: 

Billing date as the date when Billing Block is removed

Former Member
0 Kudos

HI All Gurus,

I need a help from you.

I have Sales Order related billing. The sales order has billing block.

We will remove the the billing block on the next day of the date of order is created.

By default the sales order will date the date of creation of the sales order as its billing date. How can I change the billing date to the date of the removal of billing block .

please help.

Suggest some user exit where I can make necessary changes.

Regards,

Pratik

3 REPLIES 3

Former Member
0 Kudos

Hi,

Use EXIT : RV60AFZZ

Pass Date into XVBRK-FKDAT Field whatever date you want to pass.

Regds,

Anil

0 Kudos

Anil thanks for your help.

I think using this exit will make the changes after I save the document. Is there any way round where I can see the changes in the runtime i.e. once the billing block is removed the billing date will automatically changed. After showing that date I can save the document.

0 Kudos

Hi Pratik,

You are rightly saying that it, this exit show the changes only as you click on SAVE button.

For further details some test case has to create and check in Debug mode.

Regds,

Anil