‎2022 Sep 13 12:05 PM

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
‎2022 Sep 13 5:05 PM