Hi BW Guru's,
I have the following problem:
I've read the 'How to .. Send XML data to BW'. I followed the steps mentioned in the guide and everything went ok. In the guide business content infoobjects are used, for example 0MATERIAL. The data for 0MATERIAL is depicted as: <MATERIAL>4711</MATERIAL>, in the XML file. MATERIAL is the technical field name of infoobject 0MATERIAL.
What if I create my own infoobject, for example ZMATERIAL. The technical field name of ZMATERIAL is /BIC/ZMATERIAL. How should I depict the tags in the XML file for infoobject ZMATERIAL?
I have tried </BIC/ZMATERIAL>4711<//BIC/ZMATERIAL> but that doesnt work.
Your help is welcome.