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

Mass tcode creation from abap programs

Former Member
0 Likes
945

Experts,

Is there any way to create tcodes for 200 abap programs through any function modules or any abap programs..

Regards,

Suresh

Edited by: Suresh Palani on Dec 5, 2009 8:02 AM

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
830

hi

through recording method (BDC) u will do this thing.

create recording through SHDB in transaction se93.

regards,

Abhilash

5 REPLIES 5
Read only

Former Member
0 Likes
831

hi

through recording method (BDC) u will do this thing.

create recording through SHDB in transaction se93.

regards,

Abhilash

Read only

0 Likes
830

Thanks a lot abilash.. SHDB worked and I did slight changes after converting the BDC to abap program. I was able to create the 500 tcodes in few min. Rewarding points to you

-Suresh

Read only

Kanagaraja_L
Active Contributor
0 Likes
830

Create one program and Use FM RS_TRANSACTION_ADD to create Transaction code.

Kanagaraja L

Read only

Former Member
0 Likes
830

Use LSMW

Read only

Former Member
0 Likes
830

Hi,

u can create a recodring using tcode SHDB for batch input.

Regards