(DV-2305) Integration

Interface for backend variant generation

SNP Validate comes with the option to generate backend variants from custom ABAP programs. Suppose you want to generate any backend variants Query/ListCube/DTP/Table/Drill Down from your own ABAP program. In that case, you can use SNP Validate API classes, available in the /DVD/EQS_GEN package. Each of these classes contains one method Generate that generates the appropriate type of variant based on importing parameters supplied. 

SNP Validate API for variants generation package


A demo report also exists for each type of backend variant, which contains comments and examples of how these classes can be used to generate variants directly from ABAP.
Reports:
/DVD/EQS_GEN_DRILL_VARIANTS: Demo report for the generation of Drill Down variants.
/DVD/EQS_GEN_DTP_VARIANTS: Demo report for the generation of Transformation testing variants.
/DVD/EQS_GEN_LISTCUBE_VARIANTS: Demo report for the generation of ListCube variants.
/DVD/EQS_GEN_QUERY_VARIANTS: Demo report for the generation of Query variants.
/DVD/EQS_GEN_TABLE_VARIANTS: Demo report for the generation of Table variants.