You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix 7 misleading code patterns across documentation
- events.md: remove reference to unbound variable 'name' in message
- messages.md: remove incorrect IF sy-subrc check for BAPI return table
- tables.md: add check_on_init() guard to prevent table growing on each roundtrip
- tables.md: change text() to input() in editable table cells so editing actually works
- expression_binding.md: bind product variable with _bind_edit() instead of static assignment
- cds.md: add check_on_init() guard around SELECT and READ ENTITIES
- cloud.md: add check_on_init() guard around both SELECT examples
- dx.md: add check_on_event('POST') guard around message_box_display
https://claude.ai/code/session_01AaA4EMw83KMzGP6kaDZPJU
0 commit comments