‎2009 Jun 09 8:53 PM
Hi Folks,
I need your ..........
Actually, I have a program that one is populating a BOM based on materials, as a ALV report,
In that now i need to add Classification part.
Need to extract the classification for all the class type for a material or based on component.
I dont know how to create that, need to do that dynamically.
For Ex:-
If a material 123456 having class type Z05,
Z05 having some 40 classification means then I need to populate all the classification as dynamical coloums.
If same material having another classtype 'Z03' then that will have 30 classification measn then that will be populated as a next row with 30 coloums.
Can any one give suggestion how to create this dynamic creation.
Thanks in Advance!!!!!!!!!!!!
Regards,
Kalidas.T
‎2009 Jun 10 5:40 AM
Hi Kalidas,
To get the classifcation for all materials or components it is possible.
And to display them in ALV is also possible,,,
& Now you need to defin your ALV columns as CL1,CL2,CL3..CLN.... for Classifications
Now If (say 40 ) you are Classification data size is 40 then it will be 40 colums for through out the data...
even the next material has 30 in Classification data.
Now it can be achieven in different scenarios.. Ome of them is...
After you get the data ready to display in ALV,,, now Appen the Clasiification data to that table & do the required Modification in Field Catalog also...
In field catalog use the No_display conditions depending upon the data availability of the table field....
Please paste a clear requirement with a example so that I can help yuo more accurately.
Thanks & regards,
Dileep .C
‎2009 Jun 10 5:40 AM
Hi Kalidas,
To get the classifcation for all materials or components it is possible.
And to display them in ALV is also possible,,,
& Now you need to defin your ALV columns as CL1,CL2,CL3..CLN.... for Classifications
Now If (say 40 ) you are Classification data size is 40 then it will be 40 colums for through out the data...
even the next material has 30 in Classification data.
Now it can be achieven in different scenarios.. Ome of them is...
After you get the data ready to display in ALV,,, now Appen the Clasiification data to that table & do the required Modification in Field Catalog also...
In field catalog use the No_display conditions depending upon the data availability of the table field....
Please paste a clear requirement with a example so that I can help yuo more accurately.
Thanks & regards,
Dileep .C
‎2009 Jun 10 12:51 PM
Hi,
Thanks for your response.
My requirement,
oAdd a check box to include characteristics for the components of the Bill of Materials on this report.
oAny classification could be added to the report (Z05, 022, Z03, etc)
oReturn class type is Z03. If possible add on the title line u201CZ03 Class Typeu201D.
oCharacteristics could be selected using the layout functionality.
So as per the above point, it will bit clear to you .
Simply , give some example program for dynamic fields creation, that will help to solve this problem i think.
Thanks,
Kalidas.T
Edited by: Kalidas Thirumoorthy on Jun 10, 2009 6:34 PM