cancel
Showing results for 
Search instead for 
Did you mean: 

script modifications

Former Member
0 Kudos

Hi Guys!

please guide me,

what are the steps to be followed while doing the modifications of an already developed script?

Accepted Solutions (0)

Answers (5)

Answers (5)

Former Member
0 Kudos

Hi

1. U copy standard Driver program to Z-program through SE38 transcation code.

2. U cpoy standard layout script to z-script layout through SE71 transaction code.

3. Then create new program subroutne in se38 program according your client requriment..

4. call that subrotuine through Perform syntax.

Thanks...

Former Member
0 Kudos

hi

good

if it is custom program than no need to copy it into a z* program ,just go to change it and do the modification accordingly

it it is a standard program then you have to convert that program to a z* program and similarly you have to copy the standard sap script program to a z* program and you have to the required changes as per your requirement,.

Thanks

mrutyun^

Former Member
0 Kudos

Hi,

some additional points:

1. Check whether data you have to print is coming from the print program

else do you need to modify the print program is there any possibility so that you can make changes in program lines only.

2. Is the form attributes are same? Check whethere all the windows sizes need to be changed?.

Br,

Laxmi

Former Member
0 Kudos

Hi Mahesh varma,

1. First check what modifications to be done to the layout,

compare the current layout file with changed layout file

2. check whearher any new windows are to be inserted...

3. and adjust the layout accordingly to accomdate the windows.

4. do coding in the windows ...

5. take care while doing layout settings ...

With Regards

Bhaskar rao.M

Former Member
0 Kudos

Mahesh,

http://www.SAPTechnical.COM has a good tutorial on this.Look at the section 4 (Basics in modifying SAPScript forms) in

http://www.saptechnical.com/Tutorials/SAPScripts/ScriptMain.htm

Raja

Award points if this answers your question