‎2007 Oct 25 7:58 PM
Hi
We are using BAPI_MATERIAL_SAVEDATA to update data for different material
views. We pass data for multiple views at the same time - and the BAPI returns error messages with some specific field information that had validation errors. Now, we have a requirement to interpret/attribute the error uniquely to what view the field error occured when the BAPI is called from an external system. The BAPI does not return the view name in which the field validation error occured. Is there any configuration table ( by material type ? ) in which the fields of a particular view are stored ? Using then, I can search for the field name returned in the error structure in the BAPI and then find out the view name and return this information in the wrapper over the BAPI that we intend to write.
Any thoughts/pointers on similar situations/requirements faced will be appreciated.
‎2007 Oct 25 8:09 PM
SEE IN BAPIS U CANNOT CAPTURE VIEW NAMES OF MATERIAL.........................EACH AND EVERY VIEW IS CAPTURED IN DIFFERENT STRUCTURES........CONSIDER IF Warehouse Management 1 VIEW IS THERE THE RELEVANT FIELDS WOULD BE THERE IN WAREHOUSENUMBERDATA STRUCTURE.........I HOPE U GOT NOW
Message was edited by:
suguna
‎2007 Oct 25 8:15 PM
Hi Suguna
I am not sure how this reply answers my question .Could you elaborate ?