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

Include RFFORIU4

Former Member
0 Likes
603

Hi,

We need to print payment advaice as well as generate the file for the bank transfer using a single program.

We have creaetd a custom program for country US which does the above and modified the logic in the Include RFFORIU4 to generate the file in the required format.

Now we need to do the same for country CHINA so just wondering if I should be copying the same custom program and then again make changes to the same include RFFORIU4 where the file gets generated?

Also can someone please confirm if the file which is generated can be downloaded to both local desktop and UNIX server(application server).The code in the include doesnt have logic for downloding it on desktop though.

Any input is highly appreciated.

Hi,

We need to print payment advaice as well as generate the file for the bank transfer using a single program.

We have creaetd a custom program for country US which does the above and modified the logic in the Include RFFORIU4 to generate the file in the required format.

Now we need to do the same for country CHINA so just wondering if I should be copying the same custom program and then again make changes to the same include RFFORIU4 where the file gets generated?

Also can someone please confirm if the file which is generated can be downloaded to both local desktop and UNIX server(application server).The code in the include doesnt have logic for downloding it on desktop though.

Any input is highly appreciated.

2 REPLIES 2
Read only

former_member210730
Participant
0 Likes
543

Hi,

I am assuming that you have copied the program & created a custom program. In that case you can have a country key as one of the selection parameter and the same can be passed through out the program. So you need not have to copy the program/.

Also if you are going to run this program in foreground then you only it is possible to save the file on local desktop else it will be application server only.

Hope this solves your problem

Thanks

Vinay

Read only

Former Member
0 Likes
543

Hi SRM_TECH,

For download option, you can create a simple program, add this include in it with statement Include RFFORIU4 and write logic to download to presentation server and write to application server. So this will be just one program.

Is it possible to put a country check such as if US or CHINA, trigger this include? If this is possible in anyway you wouldnt have to copy it again. Also if you want the text in CHINA, you can always translate the texts in Chinese. For that you can GOTO->Translations and maintain chinese translations there. But make sure you don't change the original language from EN to any other. Hope this helps!

Let us knwo if you need any more information.