cancel
Showing results for 
Search instead for 
Did you mean: 

Display message text using OTR

Former Member
0 Kudos

HI Experts,

could any body help in this, i want to display message text, using OTR text, i created OTR text.. how can we use OTR text in message, how to display message text using OTR? any help please,

Thanks,

Venkat

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

HI venkat ,

To get your OTR text

data: OTR_text type string.

OTR_text = CL_WD_UTILITIES=>GET_OTR_TEXT_BY_ALIAS( 'SOTR_VOCABULARY_BASIC/MATERIAL_MASTER' ). " Pass your OTR here

  • set the text to the UI text property

Elem_Lable_Text->set_Attribute(

exporting

Name = `ATTR_NAME`

Regards

Chinnaiay P

Answers (0)