‎2013 Oct 01 10:52 AM
Hello,
Requirement: I have developed a Custom report where I am fetching all the service notification details and service order details.
I have to passing all the material number from service order to a XML file. For this I have created dynamic internal table for the material numbers beacuse the count of material number is not fixed.
Problem: While creating dynamic fieldcatalog I have to pass same column name as "Material Number" to all the columns of material numbers and pass them to dynamic internal table.
But If i pass same column name then while creating dynamic internal table , I am getting a dump.
Could you please let me know how to pass the same column names to dynamic internal table.
Thanks,
Komal Bhutada.
‎2013 Oct 01 11:05 AM
I do not understand your requirement. And you are not giving enough information about your problem.
How are you creating the xml file ? simple transformation or xml interface classes ?
What is the reason why you can not create an internal table with just one column MaterialNumber ?
Also when you say you are getting a dump, it is not really helpful if you don't mention anything else.
Please provide the error that you get and possibly also the source code snippet where the dump is happening. Also the target format for the xml would be nice to post if you want help.
Right now you are not saying not much more then help I have problem.
‎2013 Oct 01 11:28 AM