Hello Gurus,
I have two objects: PurchaseOrders and PurchaseItems. 1 PurchaseOrder has more than 1 PurchaseItems. In my Java code, I create a Item array in PurchaseOrder object to store the PurchaseItems.
What I want to do is to update the PurchaseOrder object. There are 2 things I have to do:
Update PurchaseOrder object.
Update an existing PurchaseItem of the PurchaseOrder and/or create a new PurchaseItem of that PurchaseOrder?
I already created a Bapi Java class to edit a selected PO and every Item of that PO on my device.
What should I do next with the Agentry? Any help is appreciated.. Thank you very much.