cancel
Showing results for 
Search instead for 
Did you mean: 
Subscribe

hello experts!!!

i want to write some code in form layout ....(purchase order)

i mean address details,compant tax details, po ....etc

how to wirte code pls help me anybody

0 Likes
View Entire Topic
Former Member
0 Likes

Hi,

in scripts you cannot write the code like smartforms

but we can do with the help of Subroutines,....

perform formname in program zprog

using var1

changing var2

endperform

in the se38 create the zprog with subroutine type

write the code to get the var2 from var1...

have a sample prog

FORM formname TABLES INPUT STRUCTURE ITCSY

OUTPUT STRUCTURE ITCSY.

here itcsy will have the var1 value and blank value for var2.

wirte some code to get the value of var2

and push it in output.....

endform.

in the script print that var2

&var2&

regards,

Venkatesh