Hi
We are trying to implement agentry inventory manager 4.0, and we have a scenario where , I need to get a message for a flag whether the posting was successful or not, for Order Object.
The flag has to be set true from my Java program. To handle this I am using Read Step, in the order object. I have a steplet, which has to get the return data, after posting, where I will again retrieve the posted order details and updated info, like whether posted successfully or not (The Flag) . This steplet I have in my read step.
I have enclosed a screen shot for the same.
I checked the purchaseorderreadsteplet with the source code of previous version of SAPIM.jar. I can see a class in com.syclo.sap.mm.User which allows us which will be available through out the session to put and get the purchase order object . But in SAPIM 4.0.0 jar I couldnot see the method at all. Basically I need some method which will allow me to store my posted object such that I can retrieve it in my Read Step later.
Please Assist. Thank you.