Example: sapgui_table_set_text
The following example uses sapgui_table_set_text to enter the text "Philadelphia" in the first row, third column of a table.
sapgui_table_set_text("(0, 'Depart.city')",
"usr/tblRSDEMO_TABLE_CONTROLTABLE_CONTROL",
"0",
"2",
"Philadelphia",
BEGIN_OPTIONAL,
"AdditionalInfo=info1020",
END_OPTIONAL);