Versions Compared

Key

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

Resource /tables serves to obtain details about Glue tables. It supports following input parameters passed in body of HTTP request (JSON format only): 

...

All input parameters are case insensitive. 

Example of REST API call (against web service on the AS1 system)
http://azweappddmo01servername:8001portnumber/dvd/glue/api/v2/glue-tables?sap-client=800 

JSON body: 

    "tableName": [ 
        "ZAP_1", 
        "ZAD_TEST" 
    ], 
    "package": [ 
        "$TMP", 
        "ZAD_TEST" 
    ], 
    "author": [ 
        "APOLTANO", 
        "ADZIRBIK" 
    ], 
    "storageID": [ 
        "$T_ORACLE", 
        "ZAP_TB_A2" 
    ] 

...

View file
namejson output.doc.docx
page(Glue-2008) /glue-tables
spaceDATAVARD

 Functionality is implemented in the SAP class /DVD/GL_EXT2_API_TABLES.