<1618=Automation: CALL METHOD "FreeObject"
#0: OBJECT [#22/0x1B0D7C88/101/SAP.DataProvider.1]
<1618=Automation: destroying object [#22/0x00000000/101/SAP.DataProvider.1]
<1618=Automation: CALL METHOD "CommitUpdate" OF [#18/0x120160D8/101/SAP.TableTreeControl.1]
<1618=Automation(Error): CALL METHOD "CommitUpdate"[DispID=49] OF [#18/0x120160D8/101/SAP.TableTreeControl.1]
IDispatch::Invoke raised exceptionAusnahmefehler aufgetreten
<1618=Automation(Error):
<1618=Automation(Error): *****************************ERROR OCCURED IN MODULE: [SAP Table Tree Control ]*********************************************************************************************************************************************
<1618=Automation(Error): PROGRAM_ID |MODULE_NAME |METHOD_NAME |ERROR DESCRIPTION |VERSION |GUI VERSION |MODULE_PATH |
<1618=Automation(Error): ****************************************************************************************************************************************************************************************************************************
<1618=Automation(Error): SAP.TableTreeControl.1 |SAP Table Tree Control |CommitUpdate |This item is not implemented as editable |7400.2.5.378 |7400.2.5.1110 |c:\program files (x86)\sap\frontend\sapgui\wdttree.ocx |
<1618=Automation(Error): ****************************************************************************************************************************************************************************************************************************
<1618=Automation(Error):
<1618=Automation(Error): Exception fire by :wdttree
<1618=Automation(Error): Exception info:This item is not implemented as editable
<1618=Automation(Error): Exception code:0
*************** data to server ***************
(01.02.19 16:18:27.948)
Code: Alles auswählen.
" ändern Layout
LOOP AT lt_item_layout INTO ls_item_layout.
CLEAR: ls_change_layout.
CASE ls_item_layout-fieldname.
WHEN 'CHECKBOX'.
MOVE-CORRESPONDING ls_item_layout TO ls_change_layout.
ls_change_layout-chosen = 'X'.
ls_change_layout-u_chosen = 'X'.
APPEND ls_change_layout TO lt_change_layout.
ENDCASE.
ENDLOOP.
Folgende Benutzer bedankten sich beim Autor black_adept für den Beitrag:
Icke0801