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: 

Vendor balance confirmation

Former Member
0 Kudos

I am working on script of vendor balance confirmation form.

The form is F130_CONFIRM_01 .I have copied this form and changed according to my requirment and

attatched it to the program .

Here i am displaying only total vendor balance as per the fomat letter but i dont want to show those vendor who do not have any balance but its coming in my form with zero of the vendor who have no balance.

so please tell me how to do this.

thanks.

1 REPLY 1

former_member242255
Active Contributor
0 Kudos

first see in which window they are writing the data,Debug the script and see where you can add the condition.

Check in the form where actually they are writing and put a condition where qty is > 0 so taht that vendor will be skipped.