sluglover
Explorer
Member since ‎06-24-2022

User Statistics

  • 10 Posts
  • 1 Solutions
  • 6 Kudos given
  • 0 Kudos received

User Activity

Provided is an abridged version of my code that hopefully conveys how I am utilizing it. ls_hdr and ls_hdrx remain empty, and both bapis return with sy-subrc = 0. DATA: im_updkz TYPE updkz, ls_hdr TYPE bapitcheadc, ls_hdrx TYPE bapi...
I am populating an empty textbox on a popup when one of my table widgets has new members added to it. The styling I have for the text doesn't seem to apply though. I am attempting this by setting the css class to be a sap-custom-text I have defined n...
I am working on a simple scroll feature for the charts in my analytic application to move from top to bottom, and upon running, an error occurs, stating that "setBottom api is not available". Any insight as to what could be causing this? It is be...
I am attempting to make a set of tables presentable in mobile view, specifically ios view. Some of the tables are on the smaller side and are leaving a lot of trailing whitespace. From my testing, it appears that all tables are a fixed size regardles...