Hi all.
i will explain my requirement briefly, i have to create an dynamic ALV report, in selection screen user will give the table name and one field i.e date.
i am displaying all the records of the table given by the user, and one more column at the end (in alv output) . User will update only this last column, and i have to update the DATBI field of that table from this one, as this last field in alv is not there in the table, no data gets updated.
some tables has many key fields .
My internal table is field symbols type standard table, hence i can not change its fields value. as the type is unknown.
i want to swap the values of the fields of this field symbol. the last field value user will change with the datbi field of that table .