Skip to Content
0
Former Member
Dec 26, 2007 at 09:28 AM

Explanation UI element help needed

17 Views

Hi

I want to use explanation UI element in my application to display text of more than 255 characters. I got some SAP help document from the link :

[http://help.sap.com/saphelp_nw04s/helpdata/en/45/11e310459d7201e10000000a155369/frameset.htm]

In the code given, i didnt understand couple of points :

in the function module 'DOCU_GET' , they have passed object name = 'WDR_TEST_HELP_EXP1'.

I need to know from where i can create this object. I created 1 through t code SO10 but it didnt worked.

2. there is a if - endif block in the code :

if wad_formatted_text is bound.

text = wad_formatted_text->m_xml_text.

else.

text = ''.

endif.

Pls tell me when the if condition will become true or how I will bound the text.

Regards

Vishal kapoor