Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

SNP Glue™ tables are the main target for data replication in SNP Glue™, they represent a folder/structure outside of SAP where to replicate data.

...

Example of REST API call: 

GET

http://servername:portnumber/dvd/glue/api/v3_1/glue-tables?sap-client=clientnumber

JSON body: 

Code Block
languagejson
{
  "tableName": ["ZAP_1", "ZAD_TEST"],
  "package": ["$TMP", "ZAD_TEST"],
  "author": ["APOLTANO", "ADZIRBIK"],
  "storageID": ["$T_ORACLE", "ZAP_TB_A2"]
}

...