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
Request clarification before answering.
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 4 | |
| 4 | |
| 4 | |
| 3 | |
| 2 | |
| 2 | |
| 2 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.