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.
Dear Community,
I've signed in for Devtoberfest 2021 last Friday Oct 15th, but didn't noticed yet any feedback in the Gameboard, nor I'm able to commit any PR in github for the week 2 challenge;
could you please verify my registration? (flavi...
Hi Experts,
I've taken the fileUploader Complex sample from the documentation, here, and having added an extra Input control in the view, how could I check that the upload was successful and then set the uploaded filename into the added Input cont...
Dear Experts,
I would like to upload a file to the webserver for further processing using openUI5, and was trying the sample code available from sap.ui.unified.FileUploader (FileUploaderComplex);
however, nothing is actually uploaded (uploadUrl...
Dear all,
I've the following question concerning the Salv model with sorting and aggregation: assuming to have the sorting, as follows:
1. 'Type of report' (i.e. Production / Shipment)2. 'Plant'3. 'Family of product' (i.e. Raw material / SemiFin...
Hi Brian,another possibility to replace CEIL is to get the integer value after having added 0.5 to the formula result, something like this:$self.TC_BOM_QTY = TRUNC (( MDATA $self.TC_BOM_QTY / TC_PC_PER_BOARD ) + 0.5)Hope it will work...Flavio