MultilanguageTranslations

sap-sdk

MultilanguageTransactions is a business object that represents Translations.

 

 

Methods (^1)

add




.

Properties (^1)

Tablename


fieldAlias


primarykeyofobject


languagecodeofuserlanguage


translationcontent


 

Example

beasscript-logo-small

// Send Email from test to manager
// ===============================
destroy=myitem
declare=myitem=ue_api_sbo
myitem=getbusinessobject=oMultiLanguageTranslations
 
myitem=tablename=OITM
myitem=fieldalias=ItemName
myitem=primarykeyofobject=Jesús
myitem=translationsinuserlanguages=languagecodeofuserlanguage=23
myitem=translationsinuserlanguages=translationscontent=test translation
myitem=translationsinuserlanguages=add
myitem=add
 
if <value> = 0 then
message=Error: <myitem.getlasterror> 
end if
destroy=myitem