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

SAP Script output problem.

Former Member
0 Likes
575

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.

5 REPLIES 5
Read only

Former Member
0 Likes
543

Sam,

You can use the system symbols for the same. Identify the SAPSCRIPT Symbol for the print program name and code as

regards

Read only

Former Member
0 Likes
543

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

Read only

Former Member
0 Likes
543

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,

Read only

0 Likes
543

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 ?

Read only

Former Member
0 Likes
543

Yes the two pages in EN & Polish language similar .

Yes the format is same & the text we can translate.