Hello All,
I need your help here.
I want to create a Sales order with Bapi( BAPI_SALESORDER_CREATEFROMDAT2 ) and this is working fine.
Now I need to add a Cost Centre on Line Item level.
Can Anyone help me ?
Regards,
Sujoy
Hello All,
I am getting Error while using Event Bus (Subscribe and Publish).
So When the application is loaded first time from the launchpad , below code works perfectly.
But When i go back to my launchpad and come again to the app it is not wo...
Hello All,
I need to add an empty table in view and after a click on Button, data need to be added in this table.
In View - Table is defined like this
<Panel expandable="true" expanded="true" width="auto" class="sapUiResponsiveMargin">
<content...
Hello all,
currently we face a problem with the configuration of a tile to launch sap transaction in our backend system.
The design of our demo landscape consists of a central sap Gateway (frontend) and some connected Bussines Suite Systems (back...
Hello All,
I am currently facing one issue, Can you please help me here?
I have Created one Dynamic table on click of Button,
First record is not Problem, But when I wamt to Push my Second record it is giving this error.
oModel.push is not a ...
Hello Ido,
How do we handle this in Production?
Is it like every new message has to be written in Development System Launchpad(webide) and then Transport to Production Launchpad?
How to control these messages in Production?
Regards,
Sujoy
Hello Søren ,
Thanks for Wonderful Blog.
I Tried to follow this Step.
How do we "Navigate to the Portal service in SAP Cloud Platform.".
Can You Please guide me here?
Regards,
Sujoy
Hello Eduardo,Thanks for help, I follwed this and working now.https://answers.sap.com/questions/10182693/cost-center-missing-in-bapisalesordercreatefromdat.html
Its is working now for me now. I just added below code.var _oComponent = this.getOwnerComponent(); var oList = _oComponent.oListSelector._oList; var oListBinding = oList.getBinding("items"); oListBinding.refresh(true); var eve...