cancel
Showing results for 
Search instead for 
Did you mean: 

Re: Billing Due List ( VF04)

Former Member
0 Kudos

Hello SAPiens,

We have a functionality where we do PGI once the Billing is processed.

VF04 always looks for the deliveries for which PGI is already complete hence these particular deliveries will not get picked up for billing.

what enhancement should we make to achieve this functionality??

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Julie,

This not being a standard feature, this could be achieved through development. It is recommended to create a copy of VF04 Program and modify the logic as per requirement.

You may like to try that route and can discuss with your Abaper.

Regards

Harpreet

Answers (3)

Answers (3)

ivano_raimondi
Active Contributor
0 Kudos

Hi Julie,

I think you should use the userexit EXIT_SAPLV05I_002

It is performed when delivery is saved.

By that userexit you can affect the update of table VKDFS, even if GI status of delivery is A or B

Once the delivery is present in VKDFS, it will be included in VF04.

Best regards,

Ivano.

Former Member
0 Kudos

modify the program by add a userexit code in exit_saplv60P_008 -- This will help in genearting an index to pick by Vfo4 if PGI is not completed.

Lakshmipathi
Active Contributor
0 Kudos

In VTFL copy control, select your item category for the combination of your delivery type and billing type where you can see a field "Copying Requirements". Against this field, assign routine 11 and save.

Now create a new sale order, create a delivery and save without doing PGI and do billing. Update the forum still if you have issues.

thanks

G. Lakshmipathi

Former Member
0 Kudos

Hi Laxmipathi,

Thanks for the reply.

Routine 11 is already in place and working as expected.

My question is VF04 - Billing due list only picks up those deliiveries for which PGI is complete. But when we use routine 11 , PGI is done after billing . So how to make VF04 work ?

How to make VF04 work so that it will pick up deliveries for which picking is complete and not PGI.

Thanks

Julie

Edited by: Julie Mehta on Sep 19, 2009 4:18 PM

Former Member
0 Kudos

Hi,

Modify the VF04 Program by using the USER EXIT EXIT_SAPLV60P_008 which will select the Deliveries without the PGI .

hope it is useful,

regards,

santosh