p$TDV:SMPAPI:WkTx_Sin
p$TDV:SMPAPI:WkTx_Sin
Provide data for the position texts of a shopping cart for a specific language. This function does not have a "visible" output. However, after the is provided by this function it can be read at any time through p$TDV:SMPAPI:WkTx_LTS.
The position data is identified by
the WarenkorbID, i.e. the identification number of the shopping cart of the table TM_Warenkorb. This number is provided, for example, in the parameter group of the shopping cart header data in the parameter Ident (see PG SMWkKopf) | LanguageCode | String | Language code for the target language according to the table TP_Sprache. Please note: The (usually numerical) language code is transferred as a string here! |
| WarenkorbID | String | Identification number of the shopping cart, i.e. the WarenkorbID from the table TM_Warenkorb |
Result: | Integer | Status of the operation | |
Example: | Status = p$TDV:SMPAPI:WkTx_SIN( '2', f$FormatNumber ( wk.Ident,'#' ) ) | ||