‎2010 Dec 28 7:11 AM
Hi guys,
is there any option to read the Purchasing Document Type directly from a structure?
I want to manipulate a custom (z) table in this exit, when booking a goods issue related to an po! i only want to do this for special po document types...so is there any other way than reading the ekko for every goods issue related to an po? (i can read ekko via using ebeln from structure xmseg)
kind regards
‎2010 Dec 28 7:59 AM
Hi,
You can put an query in that method like select BSART from ekko via XMSEG-ebeln. Put a check if it matches your doc type then allow update or reject the update
Thanks,
Manesh.R
‎2010 Dec 28 2:21 PM
I did it this way, cause i do not think that the Bsart could be read directly from a structure!