2013 Jun 10 7:32 AM
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
2013 Jun 10 3:17 PM
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'.
2013 Jun 10 3:17 PM
Dear Sankar,
You could try the following :-
CALL METHOD cl_gui_cfw=>set_new_ok_code
EXPORTING new_code = '/00'.
2013 Jun 11 9:32 AM
2013 Jun 20 5:41 AM
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
2013 Jun 20 7:06 AM
Dear Sankar,
Did the set_new_ok_code method work?
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |