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

Calling the Abap Source Editor screen

Former Member
0 Likes
1,052

Hi ,

we want to call the ABAP source editor in a screen in a special container , are there any class or MF that can help us .

best regards .

Med

1 ACCEPTED SOLUTION
Read only

former_member194669
Active Contributor
0 Likes
981

May be try with fm EDITOR_CALL

May be try with fm EDITOR_CALL

5 REPLIES 5
Read only

former_member194669
Active Contributor
0 Likes
982

May be try with fm EDITOR_CALL

Read only

0 Likes
981

think for the responses .

i'm trying the propositions , i have also tried the MF RS_TOOL_ACCESS but i dont have an argument of parent to put my container. thinks for your advices .

Read only

0 Likes
981

Teh you may need to use class CL_GUI_TEXTEDIT and after getting values from the class then for validatiing the code use fm EDITOR_SYNTAX_CHECK

Read only

Former Member
0 Likes
981

check class CL_WB_EDITOR

Read only

0 Likes
981

the class cl_wb_editor is very useful for me , can i have some documentation or code example .

best regards .