bbalci
Contributor
Member since ‎12-07-2009

User Statistics

  • 223 Posts
  • 39 Solutions
  • 49 Kudos given
  • 61 Kudos received

User Activity

Hi , I'm coding something on SAP CAP on NodeJS , I've a question about a CQL query : imagine I have a JS array with 2 fields, something like below : const t_header = [ {bukrs: "1000", belnr: "00001"}, {bukrs: "2000", belnr: "00001"}, {bukrs: "20...
I need a fragment dialog for entering / editing fields belong to an entity in my project, but I also need Input / Value Helps for the fields on the fragment. So I tried to use SmartFields for it. I'm trying to use element binding on a dialog fragme...
In a UI5 application, I want to use a Smart Field with input help (F4 help) as selection parameter for a report data. I found this example on demokit : Smart Field with Value Help and I read the related documentation on this page : Smart Field with...
I'm trying to setup Mock Server and use local JSON files as sample data on my new empty UI5 application, I've done the following steps but Mock data is not returning. Can someone tell me what am I doing wrong ? Steps : I've downloaded this exampl...
Hi, I frequently use test variants for ABAP function modules on transaction SE37, also on ABAP debugger there is a very useful option to save current parameters of a function module as test data as well. But I always need to compare test variants...