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

ABAP: SCRIPT

vallamuthu_madheswaran2
Active Contributor
0 Likes
1,344

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

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,306

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.

8 REPLIES 8
Read only

Former Member
0 Likes
1,306

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.

Read only

Former Member
0 Likes
1,307

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.

Read only

0 Likes
1,306

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

Read only

0 Likes
1,306

hi santhosh,

my mailid vallamuthu@gmail.com

THANKING YOU

Good regards

vallamuthu

Read only

0 Likes
1,306

I have sent you the document ..

Reward if it helps..

Regards,

Santosh

Read only

Former Member
0 Likes
1,306

Check some of the SDN links below

and another useful link on SDN

Message was edited by: Srikanth Kidambi

Read only

Former Member
0 Likes
1,306

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.

Read only

Former Member
0 Likes
1,306

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