cancel
Showing results for 
Search instead for 
Did you mean: 

How to show header text of RFQ in Smartforms

former_member308418
Participant
0 Kudos

Dear Experts,

I have a requirement to show header text of RFQ (Tcode -me42) in Smartform. Can I use the function READ_TEXT here. If then how can I get ID and OBJECT in Exporting Parameters.

 CALL FUNCTION 'READ_TEXT'
  EXPORTING
    ID                            = ?
    LANGUAGE            = 'E'
    NAME                     = S_DOCU
    OBJECT                 = ?
  TABLES
    LINES                         = TLINETAB

Thanks,

Tripod.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi!

In ME42 transaction, choose the Head-text-overview (F8) menu.

Click into a text, then choose "long text" button (F2).

Here choose "Goto" -> Header.

Here you'll see the ID and OBJECT

Regards

Tamá

former_member308418
Participant
0 Kudos

Hi Tamas,

Thanks for your help. The problem is now solved.

Answers (2)

Answers (2)

Former Member
0 Kudos

As TAMAS said

follow the process to find the object and id for that particular text you want to fetch.

Former Member
0 Kudos

Hi

Go to the text and open its script

then in menu go to 'goto' and click on header

you will find the object and the id there.

thanks

Lalit Gupta

former_member272911
Participant
0 Kudos

Hi,

check table STXH for getting object id and othere details for suing the function module

Thanks

Kamath

former_member308418
Participant
0 Kudos

Hi Lalit,

I am not getting you. Please explain me how i can get text script.

Thanks.