Quantcast
Channel: SCN : All Content - Web Dynpro ABAP
Viewing all articles
Browse latest Browse all 3667

pop up a view with long T100 message text - correctly formated.

$
0
0

Hi experts,

 

Did anybody once implement a method to display the long text of a T100 message?

 

I have a link that on selection should pop up a window containing the long text of a T100 message - correctly formated ( as the standard WD does it).

 

I solved this problem technically by using the component: WDR_DOCU_HELPER, setting the message content to attributes of its assistance class and pop up the window using the static method: cl_wdr_runtime_services=>display_view_in_popup.

 

This works. however, the package check fails, because both the packages: SWDP_RUNTIME_COMP (containing the WDR_DOCU_HELPER WD component) and the SWDP_RUNTIEM_CORE (for displaying the pop up) are designed for internal use and are not allowed to be used by external packages.

 

I am afraid that we cannot release our application to customer, as long as we get errors in the package check.

And I am also afraid that I have to implement my own solution to display the long text of the message in the correct format.

 

I have the long text in string, I have the single attributes of the T100 message ( msgid, msgnr, v1-v4), how to get the information on how to format the text to be in the same look and feel as the Basis WD does?

 

Very thankful for any hint.

 

kind regards,

 

      Sahla


Viewing all articles
Browse latest Browse all 3667

Trending Articles