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

Automatic Payment Program F110 - Multiple vednors Payments

muhammad_sohail
Participant
0 Likes
1,057

Dear Consultants,

                        Our ABAP developer have developed a program copy of RFFOUS_C as ZRFFOUS_C and created a smartform to print cheque payments. This program working fine for a single vendor cleared items payments. But when we process automatic program using tcode F110 for more than one vendor, It only creates a payment spool for last vendor only. We may have to do the cheque payments/printing for all vendor's in F110 selection. Will anyone of you please let me know how to achieve this requirement. Whether this can be achieved from some configuration or ABAP program changes were required.

Remember please system creates payments document and assign cheque numbers for all vendors correctly.

Regards,

--

Sohail

1 ACCEPTED SOLUTION
Read only

eduardo_hinojosa
Active Contributor
0 Likes
947

Hi

If you have used RFFOUS_C as template, look for in your customer report the subroutine PRINT_ON (in the template in include RFFORI99) and compare both codings.

I hope this helps you

Regards

Eduardo

5 REPLIES 5
Read only

eduardo_hinojosa
Active Contributor
0 Likes
948

Hi

If you have used RFFOUS_C as template, look for in your customer report the subroutine PRINT_ON (in the template in include RFFORI99) and compare both codings.

I hope this helps you

Regards

Eduardo

Read only

0 Likes
947

Hi hinojosa,

               Thanks dear.

        

No change in code.

Anything else; I have to check.

Regards,

--

Sohail

Read only

0 Likes
947

Dear Consultants,

                       I know program RFFOUS_C copy can be used for cheque payment FBZP transaction to modify the cheque according to client's requirements. My question is that; What is the program for tcode F110 (Automatic Payment) to modify the cheque printing for multiple vednors payment(s) to fullfill the client's requirements. 

Regards,

--

Sohail

Read only

Jelena_Perfiljeva
Active Contributor
0 Likes
947

Looks like a programming error, but there could be 1001 reason. Get the ABAPer to fix it.

Read only

0 Likes
947

Hi Sohail,

If your ABAPer is using smartform only then tell him to check input parameter for smartform OUTPUT_OPTIONS-TDNEWID = 'X'. this parameter for creating a new spool.

Thanks,

Venkadesh