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 queries (urgent)

Former Member
0 Likes
323

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

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
284

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

1 REPLY 1
Read only

Former Member
0 Likes
285

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