Skip to Content
0
Former Member
Feb 28, 2009 at 10:08 AM

Problem in using FM SELECT_TEXT

243 Views

Hi friends,

I have a problem in using fm SELECT_TEXT.

Here I want to fetch Material PO text in Material master to my report.

I just dont know in which field of table "it_thead" the actual text is available.\

I tried debugging the program but was not successful.

I have also tried using READ_TEXT but it gives an error if no Text exists.

CALL FUNCTION 'SELECT_TEXT'

EXPORTING

client = sy-mandt

object = 'MATERIAL'

name = wrk_matnr

id = 'BEST'

language = sy-langu

TABLES

selections = it_thead.

How do i print the actual MAterial PO text in IT_THEAD ?

hope u understand the question...please do let me know if any details are required from myside..