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

Error in dynamic alv

former_member329386
Participant
0 Likes
807

I am working on dynamic alv report. I have matnr, maktx, date , production in report . While creating the report the

(date in header and production come below material wise on date)

executing this function module

CALL METHOD CL_ALV_TABLE_CREATE=>CREATE_DYNAMIC_TABLE

EXPORTING

I_STYLE_TABLE = 'X'

IT_FIELDCATALOG = GT_DYN_FCAT

IMPORTING

EP_TABLE = GT_DYN_TABLE

EXCEPTIONS

GENERATE_SUBPOOL_DIR_FULL = 1

OTHERS = 2.

following error is coming :

Invalid value 31.01.2020 of the field catalog

parameter FIELDNAME

1 REPLY 1
Read only

Sandra_Rossi
Active Contributor
0 Likes
757

FIELDNAME shoud be a field name, not a value.