I want to write into an SAP customizing table programmatically.
How do I get changes to the table entries into the change log?
I need no transporting. It is only one table, no corresponding language dependent table.
I am aware that customizing table changes are logged into table DBTABLOG. (This is different from application data changes which use change documents).
How do I get changes programmatically into DBTABLOG?
I used transaction SE56 'Generate Table Maintenance Dialog' to generate forms that appear to be useful for this task:
This generates forms like FORM bc_entry_log_fill which is used by FORM vim_bc_logs_put.
Are there examples how to use these generated forms without the generated dialogs?
APPL2data class or your manually created tables?APPL2class programmatically.