You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While executing SAPCLI command for ATC and aunit from Azure DevOps checks works fine when executed on the main program. But it doesnt work when used on the include program. Whereas, in S/4HANA system ATC checks and Unit tests are done when executed on include programs.
Commands used in Azure DevOps are -
/sapcli atc run program programname -e 1 -m 100 -o human
./sapcli aunit run program programname --output human --result all --coverage-output human
The text was updated successfully, but these errors were encountered:
1. Fetch transport
2. Search objects which needs clarification -> e.g. PROG
2.a. Find Matching types
2.b. Update types
3. Resolve context for objects which needs it -> e.g. PROG/I
4. Build test list
5. Run AUnit/ATC
sapcli was missing ADT search functionality but the functionality is available now: ef5243f
While executing SAPCLI command for ATC and aunit from Azure DevOps checks works fine when executed on the main program. But it doesnt work when used on the include program. Whereas, in S/4HANA system ATC checks and Unit tests are done when executed on include programs.
Commands used in Azure DevOps are -
/sapcli atc run program programname -e 1 -m 100 -o human
./sapcli aunit run program programname --output human --result all --coverage-output human
The text was updated successfully, but these errors were encountered: