cancel
Showing results for 
Search instead for 
Did you mean: 

BAPI_HYPERLINK_GETTEXT FUNCTION MODULE

Former Member
0 Kudos

Hi all

Can any one explain BAPI_HYPERLINK_GETTEXT with example?

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

hi muthu,

BAPI_HYPERLINK_GETTEXT Functionality-->

This method reads the documentation for an R/3 object that is linked to in a document and that was created with the method BapiService.InterfaceGetDocu or the method BapiService.HyperLinkGetText. In the parameter you can convert the SAPscript hyperlinks into HTML hyperlinks

Functionnality Example:

CALL FUNCTION 'BAPI_HYPERLINK_GETTEXT'

EXPORTING

LINKSTRING =

" TEXTFORMAT = 'HTM'

" LANGUAGE = SY-LANGU

" LINKPATTERN = ' '

" BACKLINK = ' '

" IMPORTING

" SHORTTEXT =

" RETURN =

TABLES

TEXT =

Reward if helpful.

Thank you,

Regards.

.