larshp / upDOWNci

Upload and download SAP Code Inspector variants in XML format - ABAP
MIT License
27 stars 12 forks source link

Read and write remote variant names #24

Closed ConjuringCoffee closed 7 months ago

ConjuringCoffee commented 7 months ago

This pull request adds support for remote variant names. The remote variant name (if found) is added to the XML element VARIANT as an XML attribute REMOTE_VARIANT_NAME.

Example source: image

Result for the example:

<?xml version="1.0" encoding="utf-8"?>
<VARIANT REMOTE_VARIANT_NAME="ZNAMING"/>

If the variant has no remote variant name, then the attribute will not be added to the XML.