Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

ALV Objects

Former Member
0 Likes
400

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.

2 REPLIES 2
Read only

Former Member
0 Likes
375

In this case you need to create your own structure and the assign same as standard report.

Rewards if useful..............

Minal

Read only

0 Likes
375

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 ?