cancel
Showing results forĀ 
Search instead forĀ 
Did you mean:Ā 
Read only

Do the buttons inside SapGuiTextArea on "Create Standard order: Item Data" fire any events?

0 Likes
203

Hi guys,

Consider me a newbie in SAP world.

I want to know if the buttons inside SapGuiTextArea on "Create Standard order: Item Data" (screenshot below) fire any events like change event or any other when clicked?

gurkirpal_sandhu7_0-1767959321529.png

Thanks.

Accepted Solutions (0)

Answers (2)

Answers (2)

FrankKrauseGUI
Product and Topic Expert
Product and Topic Expert
0 Likes

These buttons belong to the Textedit Control itself and are completely handled by the control.

If you referred to SAP GUI Scripting events, then the answer is that using these buttons does not cause direct events, but only indirect changes to the content of the Textedit Control (for example when the text is changed by triggering a paste or cut function). 

RaymondGiuseppi
Active Contributor
0 Likes

AFAIK those events are handled in Word/SAPGUI by OLE technology.

(Switch to system debug and click on one of those icon, Abap should not trigger)

0 Likes

I tried with "/h" on the screen. When I clicked the button, nothing happened. But when I clicked some other element ("Partner" tab for example), the debugger opened. So what exactly this mean? Does this mean? Also, I basically want to understand if any change event is fired for the highlighted buttons for recording? Thanks.

FrankKrauseGUI
Product and Topic Expert
Product and Topic Expert
0 Likes
These buttons belong to the Textedit Control itself and are completely handled by the control.