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 - how to hide ?

Former Member
0 Likes
710

Hi All,

1). I have two pages in se71 in Script program Z_SCRIPT.

I have to hide first page some times and hide second page in some conditions. How to hide the page ?

2). How can I know the driver program name, in a <b>Script editor</b>. Is there any possibility ?

Thanks in advance,

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
524

You can hide pages / control flow dynalically in driver program.

To find driver program for the script one way is

goto menu path

Form --> Check --> Texts.

Select Sympbol check, press enter. It will show a pop up with Driver prorgam names.

3 REPLIES 3
Read only

Former Member
0 Likes
525

You can hide pages / control flow dynalically in driver program.

To find driver program for the script one way is

goto menu path

Form --> Check --> Texts.

Select Sympbol check, press enter. It will show a pop up with Driver prorgam names.

Read only

Manohar2u
Active Contributor
0 Likes
524

2) Here are differt ways of finding script driver programs

Regds

Manohar

Read only

Former Member
0 Likes
524

Hi,

1) Have a IF condition in both the pages and display only when you require it.

2) Display the form in SE71 and do syntax check on the texts, and popup will come and hit enter and popup will be shown of the print program..

If it is an output type involved in it use NACE transaction.

THanks,

Naren