Start of Content Area

Procedure documentation Defining XML Documents for Message Protocol Native SQL Format  Locate the document in its SAP Library structure

Use

This protocol is primarily for test purposes. Instead of an XML document format, a text is expected that represents any valid SQL statement.

Procedure

For example, to add a row to a table, enter the following:

INSERT INTO tableName  (column-name1, column-name2, column-name3) VALUES(‘column-value1’, ‘column-value2’, ‘column-value3’)

 

 

End of Content Area