cancel
Showing results for 
Search instead for 
Did you mean: 

HTML in ROS_CUST_WEL_TXT BADI

Former Member
0 Kudos

Hi,

I'm trying to use HTML code in ROS_CUST_WEL_TXT BADI, but when I see the result the html tags appear like text.

Does anybody know how I can use the export interface texts to get the html result?

Thanks

BR

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

This BADI is used to only change the WELCOME text(text that appears at the header/start of the page in the BSP application ROS_SELF_REG).i.e in the std,you have this BADi active with the welcome text as:

<b>Welcome to supplier self-registration

To register yourself as a supplier, enter your data and choose Send </b>

If you need to change the above text to any of your custom text,then you need to use this BADi.

BR,

Disha.

<b>Pls reward points for useful answers.</b>

Former Member
0 Kudos

Thanks,

I have already implemented like a text, but my question was caused for the BADI definition help. There this example appear

Example

METHOD IF_EX_ROS_CUST_WEL_TXT~GET_WELCOME_TEXT.

  • HTML

CONCATENATE '<H4>' TEXT-003 '</H4>' INTO EV_CUSTOMER_TEXT2.

ENDMETHOD.

Thank you

jorge

khan_voyalpadusman
Active Contributor
0 Kudos

this badi is used only to display different text other than the standard in the screen.

It is not possible to display html text.