‎2006 Nov 08 7:07 AM
hi all,
the following are my query reg scripts. plz answer it.
i will reward ur effort.
1.Can you assign your own form to a standard print program?how?
2.What is the use of PROTECT & ENDPROTECT?
3.How to add extra functionality to a standard print program without touching the print program?
4.what is sub routine pool in sap script? when it is used?
5.How to read text in sapscripts?
6.When we need to modify standard scripts(eg:medruck) given by sap?
7.How many main windows can be created for a script ?
thanks and regards
sanjeev
‎2006 Nov 08 7:18 AM
Hi,
1.Can you assign your own form to a standard print program?how?
Yes. thru NACE
2.What is the use of PROTECT & ENDPROTECT?
While using Scripts, if u don't want to break a
paragraph text which aparts to another page
i.e. if u wanna display the paragraph with out
breaking in between two pages, u have to use
protect...endprotect.
3.How to add extra functionality to a standard print program without touching the print program?
Thru subroutine programs
4.what is sub routine pool in sap script? when it is used?
Its an Abap prog of type sub routine pool, it is used for calculating certain variables, eg DUE date for an Invoice. You pass the values from the form thru ITCSY structure intot he prgram.
5.How to read text in sapscripts?
SO10
6.When we need to modify standard scripts(eg:medruck) given by sap?
When the client goes for customization of the form
7.How many main windows can be created for a script ?
99
Hope it helps.
reward if helpful.
Regards,
Sipra
‎2006 Nov 08 7:18 AM
Hi,
1.Can you assign your own form to a standard print program?how?
Yes. thru NACE
2.What is the use of PROTECT & ENDPROTECT?
While using Scripts, if u don't want to break a
paragraph text which aparts to another page
i.e. if u wanna display the paragraph with out
breaking in between two pages, u have to use
protect...endprotect.
3.How to add extra functionality to a standard print program without touching the print program?
Thru subroutine programs
4.what is sub routine pool in sap script? when it is used?
Its an Abap prog of type sub routine pool, it is used for calculating certain variables, eg DUE date for an Invoice. You pass the values from the form thru ITCSY structure intot he prgram.
5.How to read text in sapscripts?
SO10
6.When we need to modify standard scripts(eg:medruck) given by sap?
When the client goes for customization of the form
7.How many main windows can be created for a script ?
99
Hope it helps.
reward if helpful.
Regards,
Sipra