We are taking steps to make our moderation process friendlier while ensuring that SAP Community continues to comply with the Digital Services Act (DSA). Learn more in this What’s New post.
Hello colleagues developers,I have a problem with catching Event from Select dialog confirm event or when choose an item from list. First, on main screen when button is pressed, dialog made as fragment but with controller is opened and there are some...
Hello friends developers,Does someone know how to translate "Cancel" button in Select Dialog? I use it as fragment for Search help on some input fields.And what if I don't need Search field, is there a way to exclude it except to hide it in custom cs...
Yesterday were exactly three and a half years that I work as ABAP consultant, or developer, or programmer and I went a long way from the first steps in SE80. I did almost everything in ABAP and develop mobile, hybrid and native, applications with SMP...
Don’t get me wrong, I really like SAP Gateway and oData but sometimes it is not the most simple and elegant solution. Imagine that you have this kind of scenario: On corporate network in VPN, there is a separate server with .NET application on it and...
Hello friends,I have a number of issues with UI5 app that I'm developing. When run it from Eclipse on localhost it works fast on desktop browser and there is no problems at all. Now, my first question is, where to deploy application when it's finishe...
Go through this link:https://wiki.scn.sap.com/wiki/display/Snippets/One+more+ABAP+to+JSON+Serializer+and+DeserializerJson integer could be ABAP string by this document, but it have examples with hierarchical data.
Hi Marcus,It seams to me that your problem is just in camel case: tenantName from JSON should be tenant_name in your ABAP structure and then when calling deserialize
/ui2/cl_json=>deserialize( EXPORTING json = request_data
...
Wow, congratulations! I thought that tried everything..Just one more thing. How can I call a function in parent view/page controller from dialogs controller?I need to submit data from dialog and to call a web service to save data and update model and...