‎2006 Aug 04 10:39 AM
hai friends
This is the first time i am working script.
now i want where we declare data types, tables.
where we write queries & calculations
thanks & regards
Vallamuthu.m
‎2006 Aug 04 10:44 AM
hi,
in Scripts we have the Driver program(SE38) and Print Program(SE71). by using the Driver program we will fetch all the required data from Tables(database) here only we declare datatypes, tables , queries and Calculations. in Print program we will design the Out put format..
Regards
Ashok P.
‎2006 Aug 04 10:44 AM
Hi,
For all scripts(forms) there will be a driver program which is responsible for running the form, which you will be coding in editor(using standard function modules like OPEN_FORM, WRITE_FORM,CLOSE_FORM, etc), so in driver program you will be declaring data, tables,..
Regards:-
Santosh.
P.S. Mark usefull answers.
‎2006 Aug 04 10:44 AM
hi,
in Scripts we have the Driver program(SE38) and Print Program(SE71). by using the Driver program we will fetch all the required data from Tables(database) here only we declare datatypes, tables , queries and Calculations. in Print program we will design the Out put format..
Regards
Ashok P.
‎2006 Aug 04 10:57 AM
hi Madeswaran,
I have a document which clearly explains everything for a starter . So give me your email ID for sending the same...
Regards,
Santosh
‎2006 Aug 04 11:01 AM
hi santhosh,
my mailid vallamuthu@gmail.com
THANKING YOU
Good regards
vallamuthu
‎2006 Aug 04 11:07 AM
I have sent you the document ..
Reward if it helps..
Regards,
Santosh
‎2006 Aug 04 11:14 AM
‎2006 Aug 04 12:02 PM
YOu have to write a print program in SE38 and connect this print program to your form.
In se71, goto Forms --> Check --> Texts --> Enter.
There you can append the print program name.
Please award points if this is helpful.
‎2006 Aug 04 12:08 PM
hi,
data declaration,statements all will not be written in the script,
first we design the layout in SE71,
then we write the code in SE38 to execute the script using the function modules,
OPEN_FORM,
START_FORM,
WRITE_FORM,
END_FORM,
CLOSE_FORM,
check it out,
regards,
kcc