Hello,
I have added a new field on Inventory Manager 4.0 in order to send a value to the BAPI on the Material Document creation process (Goods Receipts). I'm trying to do this for POReceiptAdd Transaction, working with MaterialDocument & replicating the field to MaterialDocumentItem Object and I'm not able to make it work yet. The value for my custom field is missing/empty when I see it on the ABAP Debug, this means it is not sent from the mobile App to the backend. I have tested my classes extensions with a fixed set value on the custom POJO Class, it Works fine and the fixed value is sent to Backend (SAP), but when I try to capture the value from the transaction (Screen) is empty...
Viewing Work Manager 6.1: Adding custom field for notification creation, my problem is very similar because it seems to be related to the Reading process of the custom field from transaction on the method I have override, specifically on this line:
u.getString("transaction.<ZCustomField>");
I want to know how is structured the string that must be set on this method in order to get the transaction's property data..... is "transaction.<Object>.<field> and the name of the object must be written as it was defined on the App??? or how is structured this string???
Please Help....
BR,
MC