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

How can i call the Enter key event using ABAP code in Ecatt script.

Former Member
0 Likes
942

Hi,

  Issue facing: While executing the eatt script , i got lot of warring messages.So i want to press the enter key event by manually.(by ABAP code).

Question: How can i call the Enter key event using abap code in Ecatt script.Could you provide the abap code for enter key event.

Thanks

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
723

Dear Sankar,

You could try the following :-

    CALL METHOD cl_gui_cfw=>set_new_ok_code 

         EXPORTING new_code = '/00'.

Dear Sankar,

You could try the following :-

    CALL METHOD cl_gui_cfw=>set_new_ok_code 

         EXPORTING new_code = '/00'.

4 REPLIES 4
Read only

Former Member
0 Likes
724

Dear Sankar,

You could try the following :-

    CALL METHOD cl_gui_cfw=>set_new_ok_code 

         EXPORTING new_code = '/00'.

Read only

0 Likes
723

This message was moderated.

Read only

Former Member
0 Likes
723

Hi Aashrith,

how can we get the out put from abap ...endabap function to ecatt scripts.

The abap ....endabap is inside the same scripts.

Thanks.

Regards

P.Sankar

Read only

0 Likes
723

Dear Sankar,

Did the set_new_ok_code method work?