Entering content frameBackground documentation UPDATE_WITH_FILES/URL/TABLE/AS_TABLE Locate the document in its SAP Library structure

The following four methods are available for changing documents:

The difference between these methods is the source from which the data is retrieved. The source can either be a file name, a table or a URL. If it is a table, it can either be an ASCII table or a binary table.

The application object (Document Set) and the document are identified by the attributes described in the section Parameters.

The method UPDATE_WITH_FILES is identified by the following additional parameters:

The method UPDATE_WITH_TABLE is identified by the following additional parameters:

The method UPDATE_WITH_AS_TABLE is identified by the following additional parameters:

The method UPDATE_WITH_URL is identified by the following additional parameters:

Note

UPDATE_WITH_URL must always be called in conjunction with CONFIRM_CREATE in order for a document to be identified as successfully changed.

UPDATE_WITH_URL only transfers the target URL. CONFIRM_UPDATE passes on the information that a document has been changed successfully.

 

 

 

Leaving content frame