Re: Exposing serivces as Odata in PO
Hi Amol Unfortunately, that is still not possible even on PO 7.5. Check the conversation between Shabarish and Alex in the comments of the following blog.What’s new in SAP Process Orchestration 7.5...
View ArticleRe: Datawindow with SQL SubSelect? PB 12.5
Hello Paul, Well, yes you could. You could put the SP call in a global function and call that from the computed field. But then the PowerBuilder Code Police will hunt you down and do nasty things to...
View ArticleRe: Read body in XSJS
Hi Florian, XSJS File: function updateData() { if ($.request.parameters.get("$mode") === "ins") { var sData = $.request.body.asString(); var oJson = JSON.parse(sData); var squery = 'INSERT INTO...
View ArticleRe: BI 4.0 SP4 Server space issue
check the event viewer logs for any specific errors if you are not able to connect to CMS. If you want to cleanup the logs in BO servers, check logging folder where BO installed. Empty the logging folder.
View ArticleRe: Recover design studio from FRSINPUT
There is no way to restore if you don't have backup. If you have design studio files which stored locally, you can re publish them.
View ArticleRe: Disabling 'Administrator' user in BO
if you have publications, to look at the status logs, you cn view them only using Administrator account or the user scheduled them. Even the admin user will not be able to view them. And if you are...
View ArticleRe: BRFplus application rollback and unlock from transport helkp.
Thank you Christian, your answer was very helpful to me. cheers Pas.
View ArticleRe: Develop the z report for profit center
HiYou can get this information from table GLPCT/FAGLFLEXT (New G/L). Table SETLEAF can be used to read Profit centers from PC group. Hope you have Plant (ZZWERKS) already added in FAGLFLEXT. These are...
View ArticleRe: Error while creating app specific metadata
HI Roopaliyou need first to make sure you have a valid edmx filetry this Manually create a EDMX file - HCP
View ArticleRe: [Agentry 6.0.54]Update rule on WinCE devices correct but on Android...
Can anyone answer my question?
View ArticlePI to SFDC : Error : "ErrText": "java.net.SocketTimeoutException: Read timed...
Dear All, PI messages are failing with error as '""ErrText": "java.net.SocketTimeoutException: Read timed out",",'. BPM to SFDC is the scenario - sync. I have checked with SFDC team, looking everything...
View ArticleRe: Using cordova in FIORI Applications
Hi Punith, Answer to your questions below:1) Beginning with SAP Mobile Platform SDK SP04, the capabilities of the SAP Fiori Client are provided through the Kapsel SDK as plugins for the Apache Cordova...
View ArticleRe: Status profile error in Idoc
The reason for this behavior is the active initial user status in the item of the transaction. When the item category is changed, the system can only change (or delete) the status profile if there is...
View ArticleRe: Data Migration for SAP C4C Edge Edition
Hi Will, I had successfully created a test Data Migration, and will create a document soon. However just before i do that, If there a way to create a Product link to a product Categories, because as...
View ArticleRe: Could not open app: TypeError - i.getKey is not a function
Hi Priya, Most probably the issue in the component.js or tile definition.Take a look at How to get your SAP UI 5 apps to work like SAP Fiori Apps in SAP Fiori Launchpad Regards,Masa / SAP Technology RIG
View ArticleRe: What is the impact of the availability confirmation in MDVP for Process...
Hi B Brahmankar, In case the firmed planned order becomes overdue, is it kept unchanged? Or what is the impact of an overdule firmed planned order? Because the planned order is placed on other plant, I...
View ArticleRe: How to create a node/array/list of elements in SalesArrangement object...
Hi, You could define association in your custom BO to the SalesArrangement BO, and the use this as starting point, becuause you could access SalesArrangement via association from the Custom BO itself....
View ArticleRFC interface mapping issue
Hello, I am facing an issue that system A calls system B RFC, RFC has a table interface which the structure contains '.INCLUDE' . but in system A, the corresponding data source for this interface is...
View Article