Hi Gurus
I have a adobe form with a table control (TableP) which bind with GT_COMP.
GT_COMP is an internal table, so TableP will grow as per the data in GT_COMP.
In a particular column I nest another table control (TableC), now I want to hide T...
Hi Gurus
I am designing a label using Adobe form. User want a GS1 128 barcode with Batch number (AI is 10) which contains a letter 'B'.
This is a sample: (90)99240014803(10)902101B(11)190121
I tried to use barcode of type 128SSCC which is provi...
Hi Experts
In my UI5 app, I need to populate a dropdown list (Select) on a popup window, the list is a set of Storage Units from oData service, filters will apply based on user input.
I am using XML view, I call oData service which is working fin...
Hi experts
In my webdynpro abap app, I have a modal popup window generated by code like this:
lo_window = lo_window_manager->create_and_open_popup(
window_name = 'W001'
title = '...
Hi Gurus
I am developing a UI5 interface which suppose to create a Head/Items deep entity.
I have a item list on the page, when Submitting, CREATE_DEEP_ENTITY get called and everything works fine.
However, I have a couple of item level fields w...
Thanks Emanuele.But I can see SUNumber in the Chrome console like below:oJSonModel.oData.results[0]
{__metadata: {…}, SUNumber: "1000002282", Warehouse: "CC1", StorageBin: "05-08-04"}SUNumber: "1000002282"StorageBin: "05-08-04"Warehouse: "CC1"__metad...
Hi EmanueleThanks for reply. Below is my code:The popup window (a fragment), the Select is what I want to populate:<core:FragmentDefinition xmlns="sap.m"
xmlns:core="sap.ui.core"
xmlns:mvc="sap.ui.core.mvc"
xmlns:form="sap.ui.layout.form">
<Dia...
Hi Mantri
Thanks for the reply. Let me try to describe my issue more clear.
My task is to create a Transfer Order.
From the page side I build the item list based on user input, then I called oModel.create method with no problem:
oHead.ItemSet...