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

hi

Former Member
0 Likes
832

hi all,

what is the difference between abap runtime & abap workbench

thanks

senthil

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
805

Hi Senthil,

ABAP Workbench is just a collection of tools like SE38, SE41, SE51 etc.,.

ABAP Runtime environment is the collection of system programs and the kernel which makes the programs and transactions run.

Regards,

Anand Mandalika.

P.S. Reward points for helpful answers.

thanks to all

senthil

7 REPLIES 7
Read only

Former Member
0 Likes
806

Hi Senthil,

ABAP Workbench is just a collection of tools like SE38, SE41, SE51 etc.,.

ABAP Runtime environment is the collection of system programs and the kernel which makes the programs and transactions run.

Regards,

Anand Mandalika.

P.S. Reward points for helpful answers.

Read only

Former Member
0 Likes
805

Hi

Welcome to SDN.

Workbench is where you create abap object such as reports, function modules, dictionary objects(tables, domains,de), etc.

Runtime is nothing but when you execute your program or transaction all the code, definitions, etc. related to that program will be loaded into the memory - and will be there till the end of the program. this time is called as Run time.

Regards

Surya.

Read only

Former Member
0 Likes
805

hi all,

anymore comments on this

thanks

senhil

Read only

0 Likes
805

thanks to all

senthil

Read only

0 Likes
805

Hi

Click on the following link to know more about workbeck:

http://help.sap.com/saphelp_nw04/helpdata/en/ab/5c46f64c5911d192f30000e829fbc6/frameset.htm

There is no specific explaination for Runtime. During runtime the system takes the definitions from workbench - dictionary, code from either program or FM or any other type of program they remain till the end of the execution. But when you think about sharing memory between internal session and external sessions the shared memory will be available till end of the session and end of the login respectively.

In simple words you can say... ABAP Runtime uses Workbench tools to run .

Regards

Surya.

Read only

Former Member