Hi All,
I have a requirement to generate an outbound IDoc which carries the posting data of the document posted through the F-28 and other similar TCodes (FBZ1).
When the document is posted, an outbound IDoc should be generated which has all the ...
Hi All,
I am trying to achieve the below functionality:
Storing report program names in a table against some keys.In master program: I will read program name from this table and then need to call Submit Program.Since the programs will have differ...
Hi,
I am uploading an xlsx file to my file uploader. The file then goes to the backend through gateway.
Is there any way I can convert the file to csv in my controller and then send csv to backend?
Please Help
Thanks
Hi All,
I need to download an excel template file on click of a download button in front-end.
I am calling my service using 'POST' and in back-end in the DPC_EXT CLASS~GET_STREAM method I am creating a file.
The problem is I am getting a tab de...
Hi All,
I am using one UploadCollecition control since I need to add one file for upload to my app and in the end, i.e. when user press Approve button, only then the file upload is done.
How can I limit the number of files uploaded since I only w...
Hi,You can create a global model (with name) in the component -> this.setModel("<name>") It will be available in all controllers.You can set/get properties in that model and use them using this.getOwnerComponent()--> get/setProperty("")For more refer...
Hi,Though using a custom button as suggested above can work.Here is how you can remove the delete button.Use the updateFinished event handle of the table.Inside that you can loop in the rows of the table, and for the row which has protected 'X' you c...
By global model i meant:1. Define a named Json model in the manifest file. Create a JSON file with JSON structure for the required values (e.g. {"Catid": ""})2. This model is available throughout the app.So you can set/get the property (e.g. CatId) a...
It is giving error: Assertion failed: EntityType for path /ZGETPRDSet?$filter=Zcatid eq '' could not be found!check in backend gateway service (SEGW), if the entity "ZGETPRD" is there and entityset "ZGETPRDSet" is there.Check these links for table bi...