‎2007 Sep 10 6:06 AM
Hi , I am using an internal table with fields of different datatype and like fields from different tables. The examples BCALV_edit_* are for internal tables that have the structure sflight. What is the procedure to capture the edited ALV fields , when an internal table with no specific data table structure is passed .
This is an urgent requirement.
‎2007 Sep 10 6:30 AM
In this case you need to create your own structure and the assign same as standard report.
Rewards if useful..............
Minal
‎2007 Sep 10 2:19 PM
My editable ALV screen is displaying properly , when I edit the editable field and press enter , I get an error , - the field is not defined in ABAP dictionary. I altered the field in the internal table and then in the Field catalog . Now the error is no longer there , but now when I execute the program , make a change in the editable field and press enter, I get a program termination . The error is :- "you tried to access an unassigned field symbol" . Is there a solution ?