Hi,
My question is regarding Entity Read operation, I have followed all the steps mentioned in the infocenter, but still i am not able to get the output of the operation to my MBO attribute, Below are the steps I am following
1. MBO --> PO (has one field called "output" which is a primary key)
2. PO --> has two operations
---> createPO (Calls a SAP FM to create Purchase Order, the output parameter of this operation is PONumber. Which is mapped to the "output" field of the MBO. The Cache Policy has "Immediately update the cache" "Apply output of ENTITY READ operation
----> EntityReadOPR ( Calls a simple "get set" Function module. The Input of this function module has "OUTPUT" of the MBO (PO) in the "Fill from attribute"
Image may be NSFW.
Clik here to view.
in the iOS application I do the following,
1. Execute the operation
2. refresh
3. use FindAll to print the value of "OUTPUT" from the MBO "PO"
Issue is the OUTPUT value is printing null/blank
Please let me know if there is something wrong with what I am doing.