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

Problem while Passing material number to XMl document

Former Member
0 Likes
417

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.

2 REPLIES 2
Read only

PeterJonker
Active Contributor
0 Likes
379

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.