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: 

Need help in Billing due list program

Former Member
0 Kudos

Hello Folks,

We have an order type ZOR1, for which the proforma invoices are raised automatically after the PGI by an user exit. As these are proforma invoices the deliveries still apper in Billing due list even though they are invoiced.

Now, The business requirement is that, these deliveries should not appear in billing due list(VF04). Is it possible to include the logic in VF04 program to ignore these deliveries (based on document type). If so, please let me know where exactly in that program(which include etc.,) this can be done.

Regards,

Krishna

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi

copy the include program of VF04

<b>SDBILLDL</b> into Z program and modify it by deleting those document types

the main process/selection happens in this include

Regards

Anji

1 REPLY 1

Former Member
0 Kudos

Hi

copy the include program of VF04

<b>SDBILLDL</b> into Z program and modify it by deleting those document types

the main process/selection happens in this include

Regards

Anji