a week ago
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?
Thanks.
Request clarification before answering.
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).
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.
| User | Count |
|---|---|
| 6 | |
| 6 | |
| 6 | |
| 5 | |
| 4 | |
| 3 | |
| 3 | |
| 3 | |
| 3 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.