Hi gurus,
I have an issue regarding the response from a custom app.
The app is quite simple has only 1 field in the Start Screen and the response comes throut a OData service, using a /IWBEP/IF_MGW_APPL_SRV_RUNTIME~GET_ENTITYSET metod.
Although I only append 1 row:
copy_data_to_ref( exporting is_data = par_export_msg
changing cr_data = er_entityset ).
In the app, I see one additional row with a constant value. It's a text that seems to be "custom".
If I use the SAP Netweaver Gateway Client, the second row does not appear in the response.
Only when I use the app, before showing anything (function customBeforeShowScreen(screenToShow, screenToHide)
), in the response I have 2 items. None of the items where added by code in "custom.js" or an other way.
Do you guys have any pointers on where should I look for a reason to this?
Thanks,
Marius
Message was edited by: Michael Appleby