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

Queries

Former Member
0 Likes
674

Hi Experts,

I have some queries regarding Script. They are as follows:

1. Suppose I have copied the std. script & make it Z-Script. Now my user wants while printing the script it should take my Z-Script instead of standard one. How it is possible. I believe that through NACE transaction it is possible but how we can do that. Pls tell me step by step.

2. I have one external subroutine & in that I have one variable LV_VAR. Now I wanted to use that variable in my Z-Script without modifying the print program. Is it possible? If yes then how??

3. In ZABC report I have one menu bar named as ZMENU. Now I wanted to use ZMENU in other program named as ZDEF. Is it possible to use only menu(i.e. ZMENU) in ZDEF program?

4. Difference b/w SET SCREEN 1000 & SET SCREEN 0?

5 REPLIES 5
Read only

Former Member
0 Likes
650

Hi Experts,

I have some queries regarding Script. They are as follows:

1. Suppose I have copied the std. script & make it Z-Script. Now my user wants while printing the script it should take my Z-Script instead of standard one. How it is possible. I believe that through NACE transaction it is possible but how we can do that. Pls tell me step by step.

2. I have one external subroutine & in that I have one variable LV_VAR. Now I wanted to use that variable in my Z-Script without modifying the print program. Is it possible? If yes then how??

3. In ZABC report I have one menu bar named as ZMENU. Now I wanted to use ZMENU in other program named as ZDEF. Is it possible to use only menu(i.e. ZMENU) in ZDEF program?

4. Difference b/w SET SCREEN 1000 & SET SCREEN 0?

HI,

1. After copying the stnd script to Z script,then if u want to print the Zscript,then it is done in nace transaction.

i)Go to NAce transaction.

ii)then the particular Application type,for eg if purchase order,then select 'EF' application type and click on OUTPUT TYPES,

Read only

0 Likes
650

HI,

1. After copying the stnd script to Z script,then if u want to print the Zscript,then it is done in nace transaction.

i)Go to NACE transaction.

ii)then the particular Application type,for eg if purchase order,then select 'EF' application type and click on OUTPUT TYPES,

then select the OUTPUT TYPE,for Eg:if u want print out then select NEU and double click on PROCESSING ROUTINES

then here we can assign our Zscript to print program.

Regars,

VIneela.

Read only

Former Member
0 Likes
650

Yes it is possible thru the NACE transaction.

Go to NACE.

Select your application type.

If you do not know the application type, go to SE12->Table TNAPR.

Click Contents, Give your program name there, and see the application type.

Now in the NACE transaction, select your application type, and click on "Output Types", select your output type there, and click on the "processing routines" button on the left side of the screen. Go to EDIT mode, and change the program name and then save.

Dont forget to put the older name back once you have tested it.

Reward if helpful.

Regards.

Read only

0 Likes
650

I am sorry i dont know about your other queries.

Regards.

Read only

0 Likes
650

No probs Akash....

thanks for ur reply.