All Questions
Tagged with sap-business-technology-platform groovy
11 questions
0
votes
0
answers
71
views
Conditional show/hide of buttons and table controllers?
I'm using the following code in my groovy script to hide or show a button and a table controller in the form. But this is not working and not making any difference in the show/hide of the screen ...
0
votes
1
answer
53
views
How to navigate to a new screen on a button click in SAP Advanced Workflow
I'm new to SAP Advanced Workflow. I'm developing an application in which I have created a form using the form designer. In that form there needs to be a button on the click of which it should load a ...
0
votes
0
answers
60
views
How can parameters be passed between tabs in a tab container in SAP Advanced Workflow
I'm new to SAP workflow. I'm using a tab container in my form. I need to pass values across the tabs in it such that when Next/save button is clicked it will pass to the next tab in the container. I ...
0
votes
0
answers
283
views
How can I format a double in CPI groovyscript?
I have a requirement to convert a salary value: 100000 into 1,000.00. Salary is in double data type.
I am using Groovy Script in this project but I have zero knowledge on how to use it. I am not sure ...
1
vote
1
answer
1k
views
How to access Groovy script from SAP CPI Script Collection in another Script?
I try to access a groovy script from a script collection in another script (SAP CPI). The script from the script collection contains an enumeration and I want to access this enumeration in a message ...
0
votes
1
answer
3k
views
Date Comparison in Groovy SAP CPI
We are trying to compare dates using the below if-else condition. If we use constant values, the conditions are evaluated correctly. However when we use the references of array values the code doesn't ...
3
votes
1
answer
1k
views
Groovy script code to append xml node taking 15+ hours for 6K employee records
Below code is working but taking 15+ hours to execute 6000 employee records, any improvements possible?
I have two employee record structures (employee data and employee benefits) for each of 6000 ...
0
votes
0
answers
1k
views
Set Password to a File to be Sent as an Email Attachment in SAP CPI
Looking for a groovy script to create a password protected CSV file to send as an attachment through the mail adapter in SAP CPI. As in, when the recipient tries to access the file, he has to type in ...
0
votes
1
answer
962
views
HCI XmlSlurper Groovy find not found job_information records in same date
I need to find a record with event Hire in job_information.
def Message processData(Message message) {
//Get body from message
def body = message.getBody(java.lang.String)
//Parse body
def ...
1
vote
2
answers
1k
views
SAP Cloud Platform Integration add dependencies
I need to use the @Grab in a Groovy script in SAP Cloud Platform Integration and it gives an error
ClassNotFoundException: org.apache.ivy.core.report.ResolveReport .
Is there a way I can add this ...
1
vote
1
answer
936
views
HANA cloud integration HTTP PATCH operation
How can I use HTTP Patch operation in SAP HANA Cloud integration?
I can only see below 4 operations in Http adapter in HCI.
PUT
GET
POST
DELETE.
Please help. Thanks in advance.