Quantcast
Channel: SCN: Message List
Viewing all articles
Browse latest Browse all 9164

How can I update an object and its nested collection- Agengy, SMP 3.0

$
0
0

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.


Viewing all articles
Browse latest Browse all 9164

Trending Articles