PaulTiemann
Participant
Member since ‎05-02-2013

User Statistics

  • 15 Posts
  • 1 Solutions
  • 73 Kudos given
  • 7 Kudos received

User Activity

Hello, In my scenario I have one ABAP Daemon Session and I sent multiples message nearly simultaneously to that Daemon Session. Are these messages executed sequentially or in parallel? Thanks Paul
Hello, my scenario is a file upload from a SAPUI5 App to a S4Hana System using the UploadSet. With the implementation of the set I followed the example: UploadSetCustomUploader My question is how do I know if the upload worked, because the me...
Hello,I have created a view with the following SQL Statement:Set Schema "TEST_SCHEMA";Drop view AN_LAST_PRICE;Create view AN_LAST_PRICE AS ...I can do the following:Select * from AN_LAST_PRICE;Now my colleage didn't have the permissions to select on ...
Hello,we have a problem creating a chart(sap.viz.ui5.Line) on a second page(sap.m.Page) of an app(sap.m.App).I'm using the same JS function to create the chart on both pages. On page 1 it is rendered correctly and on page 2 it is not displayed. The p...