hi
i need to update a table (ITAB) taking date from a standard table )STANDARD_ITAB
in my program
Loop at internal_standard_table
i need to fill in a field with = sy-uzeit (but at commit)
can you please advise can i simply do
internal_standard_table-field1 = sy-uzeit