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

Hi experts,

I have to develope the Commercial Invoice for my client.

The format of the commercial invoice for US and the format of the Commercial Invoice for IRAN is completely different.so I developed the another script to print IRAN Invoice .So how to configure these two Scripts(forms) to print program?.

if I print US invoice then it will trigger form for US and if I print IRAN Invoice then it will trigger form for IRAN using same print print program so how to configure this?

Thanks in advance.

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hai,

Anyway youll be having the driver program rt?

In that using the variant which difrentiate whther the Commrcial Invoice is for IRAN or US u can pass the formaname to a variable.And use taht variable in the START_FORM .

Neeaj

2 REPLIES 2

Former Member
0 Kudos

Hai,

Anyway youll be having the driver program rt?

In that using the variant which difrentiate whther the Commrcial Invoice is for IRAN or US u can pass the formaname to a variable.And use taht variable in the START_FORM .

Neeaj

Former Member
0 Kudos

Hi Jagadeesh .,

from Driver Program you can trigger the appropriate form layout based on the Language Field( SPRAS) .

thanks

Sreenivas Reddy