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 Editable for dynamic internal table

Former Member
0 Likes
405

I did a ALV editable for a dynamic internal table create with the method create_dynamic_table

but when I edit a cell there is a problem:

@5C\QError@	01.11.2008	Field PBIM-DATE_1 is not in the ABAP Dictionary

Somebody knows what is happening?

1 ACCEPTED SOLUTION
Read only

RaymondGiuseppi
Active Contributor
0 Likes
372

I suppose your field-catalog is not "rich" enough to enable input control and the program try to find some missing information in DDIC ?

Regards

I did a ALV editable for a dynamic internal table create with the method create_dynamic_table

but when I edit a cell there is a problem:

@5C\QError@	01.11.2008	Field PBIM-DATE_1 is not in the ABAP Dictionary

Somebody knows what is happening?

1 REPLY 1
Read only

RaymondGiuseppi
Active Contributor
0 Likes
373

I suppose your field-catalog is not "rich" enough to enable input control and the program try to find some missing information in DDIC ?

Regards