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

Program Types that can be executed directly

Former Member
0 Likes
607

Hi all

The one ABAP Program that Im certain that you can directly (from the ABAP Editor) is Exectable (Type 1)...

Is there others??

Thanks in advance

Adam

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
556

Hello Adam,

Program type is executable means ,it does not depend on any others.

you will have module pool and type called M,when you create module pool program and it should depend atleast on transaction.

like others like include and it is not executable .

Reward Points if it is helpful

Thanks

Seshu

4 REPLIES 4
Read only

Former Member
0 Likes
557

Hello Adam,

Program type is executable means ,it does not depend on any others.

you will have module pool and type called M,when you create module pool program and it should depend atleast on transaction.

like others like include and it is not executable .

Reward Points if it is helpful

Thanks

Seshu

Read only

0 Likes
556

Module is not executable, alright thanks

so which other programs (besides Type 1) are executed directly??

Read only

0 Likes
556

yes you are right. module is not executable which are part of program.

Read only

Former Member
0 Likes
556

Hi,

No, there is no other programs .. where u can exceute directly...

Reward Points if it is Useful.

Thanks,

Manjunath MS