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 EDITOR

Former Member
0 Likes
604

how can i call abap editor in program to edit,not use se38.

4 REPLIES 4
Read only

Former Member
0 Likes
556

call transaction 'SE38'.

write the above statement in your program.

Thanks

eSwar

Read only

0 Likes
556

call transaction 'SE38' can't enter the state edit

Read only

andreas_mann3
Active Contributor
0 Likes
556

hi,

use abap command:

1)EDITOR-CALL FOR itab.

or

2) EDITOR-CALL FOR REPORT prog.

Andreas

Read only

0 Likes
556

hi

use abap command:

EDITOR-CALL FOR itab.

use this statement in program.it will call directly

with regards

m.sriknath.