Hello SAP Community,
I am currently working on automating ATC (ABAP Test Cockpit) checks and AUnit tests for our Software Components in SAP BTP ABAP. However, I have encountered a challenge as SAP BTP ABAP does not export source code to external re...
Dear Experts,
I'm currently working on setting up DevOps for SAP BTP ABAP Environment using the SAP Piper project. I have successfully cached the Piper executable at runtime and can execute Cloud Foundry commands from my pipeline. However, I'm faci...
Dear Experts,
We are in process of implementing a flexible workflow for release of Sales Order.
Aim is to trigger an approval workflow once the condition is met. We have gone through the all available standard conditions for starting workflow but...
Dear Experts,
I have been exploring and setting up a CI/CD pipeline.
Some Irrelevant information:
I have 2 source code bases. RAP CDS on BTP ABAP and RAP Based UI5 App from template on BAS.
UI5 Application is developed/generated with BAS and...
Dear all,
Writing code is an Art.
Human mind can incept countless ways to implement single piece of logic.
Same process of writing a code can elevate/affect the performance of the code in many ways.
Hence benchmarking is needed to guide develo...
Thanks for your reply Daniel,Pipeline configuration and Piper commands are placed to into azure-pipeline.yml. atcconfig.yml file is as well in the same directory.Below is the structure of repository root directory. Error we encountered is as below. P...
I am still facing one challenge though. It is related to locating the atcconfig.yml file.I initially placed the atcconfig.yml file in the same directory as my pipeline, both of which are in the root folder of my project. Additionally, I also tried cr...
Hello Daniel,Thanks for taking time to read through and helping with your response. Creating a key with scenario details and adding 2 additional parameters solved the issue.Adding the code below for reference to future readers.bin/piper abapEnvironme...
Many thanks nikitha Certainly, issue was with the credentials. It worked well by recreating all entities and being mindful of credentials process.BR,Saurabh