‎2008 Mar 03 6:14 AM
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?
‎2008 Mar 03 6:25 AM
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,
‎2008 Mar 03 6:32 AM
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.
‎2008 Mar 03 6:31 AM
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.
‎2008 Mar 03 6:39 AM
‎2008 Mar 03 6:45 AM