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: 

SCRIPT problem

Former Member
0 Kudos

I have created 'Z_SCRIPT',

I have standard driver programs RFFOEDI1,RFFOM100, J_1P0042.

For example for std driver program 'RFFOEDI1',

I have variants which are flagged strictly for remittance advices and payment listing.

System has to allow up to run the variant multiple times. This std driver program has to run multiple times.

each variant is set up for one domestic payment SCRIPT and one foreign payment SCRIPT. I should receive two remittance advices scripts, one in Polish and one in English.

How to achieve this ?

1 REPLY 1

Former Member
0 Kudos

Hello Sam,

You have to loop in Script FM like open,write and close form based on the language.

Loop for languge.

open,write and close form.

endloop

Corresponding modication (currency cal etc.) you have to do inside the script Polish and English.

Points if helpful

Regards

Vikas