‎2010 Mar 16 12:43 PM
Hi friends,
Have run into to trouble trying to create a dynamic structure as follows
"Material Land Nov.09 Dez.09 Jan.10 Feb.10 Mar.10 TotalCount"
The dates are created dynamically with regard to the time period entered in the select options.
The first 2 fields("Material","Land" and the last field "TotalCount") will always be there.The date fields have to change according to the dates entered.
The code Iam attaching is a compilable code with which Iam trying for this purpose.
Would be helpful and I would really appreciate it if someone could change the code I attached and show it how it works....
Moderator message - Please respect the 2,500 character maximum when posting. Post only the relevant portions of code, butr search before posting - locked
The code gives a dump at the call
"CALL METHOD cl_alv_table_create=>create_dynamic_table"
Please advice what iam doing wrong.
->If the dynamic itab is created ,how to fill it with values.
For example.- I want to access specifically the field names like itab-dez.09 or itab-Feb.10 to put values in it.Is it possible?
->If I write this itab using "Write" statement - Will the field names be written
For example - the following field names.
"Material Land Nov.09 Dez.09 Jan.10 Feb.10 Mar.10 TotalCount"
Thanks
P
Edited by: pazzuzu on Mar 16, 2010 1:43 PM
Edited by: pazzuzu on Mar 16, 2010 1:44 PM
Edited by: pazzuzu on Mar 16, 2010 1:44 PM
Edited by: pazzuzu on Mar 16, 2010 1:45 PM
Edited by: Rob Burbank on Mar 16, 2010 9:14 AM
‎2010 Mar 16 12:53 PM
You can search in SDN using word Dynamic Internal table so many example
‎2010 Mar 16 12:53 PM
‎2010 Mar 16 12:53 PM
‎2010 Mar 16 12:58 PM
I tried and started using it.The posted code is the end result from which I dont know where to go....