‎2006 Aug 09 6:38 PM
Hi all,
I have created one <b>Z_Script</b> in <b>se71</b> which contains two pages ( the script is configured for <b>three</b> standard driver programs ).
The first page prints the form out put in English and the second page has output in Polish language.
As I have three standard programs,
If I execute the <b>first</b> standard program, then the script should output the pages in<b> both languages</b>.
If I execute <b>second</b> standard program, then the script should output only in <b>English language</b> only...
If I execute the <b>third</b> standard program, then the script should output only in <b>Polish language</b>.
How can I hide <b>other pages</b> in case of execution of second and third standard programs.
If you are not clear , I will explain more clearly.
Your Help will be appreciated.
‎2006 Aug 09 6:49 PM
Sam,
You can use the system symbols for the same. Identify the SAPSCRIPT Symbol for the print program name and code as
regards
‎2006 Aug 09 6:50 PM
Hi sam
If I understood ur problem clearly,
here is my solution
In the printprogram u call START_FORM
in this funcation one varible STARTPAGE is there u can defind the page no if u would like to start with page1 then give 'PAGE1' if u go with second page then mention 'PAGE2'
i think it may helpful for u
if u find it useful plz mark the points
Regards,
Naveen
‎2006 Aug 09 7:08 PM
Thanks for your replies. But the problem still persists.
Could you please be clear in using system symbols. How to make use of them.
Navin you are right . I am using here standard driver program which i can't touch. Could you please tell ..are there another ways to achieve it.
Thanks in advance,
‎2006 Aug 09 7:19 PM
Are the two pages in EN & Polish language similar ?
I mean the format is same & the text is translated or these two pages are completely different ?
‎2006 Aug 09 7:35 PM
Yes the two pages in EN & Polish language similar .
Yes the format is same & the text we can translate.