Entering content frameSyntax documentation add_string_item Locate the document in its SAP Library structure

You use this method to add a data field or structure to the link server.

CALL METHOD link_server->add_string_item
     EXPORTING item_name   = item_name
               item_title  = item_title
               item_value  = item_value
               no_flush    = no_flush
     IMPORTING error       = error
               retcode     = retcode.

Description of parameters

Parameter

Optional

Description

item_name

 

The technical name in the link server

item_title

X

Describes the field (for translatable texts)

item_value

 

The value of the data field

 

Leaving content frame