Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Text Elements in TCode IW32

Former Member
0 Likes
786

Hii Friends....

I am currently working for a smartform where i want to fetch text elements from IW32 .In IW32 the user enters texts in every components or materials .My requirement is to fetch those text. I tried it using READ_TEXT_ELEMENTS function module but could not fetch it..

Can anyone know any other alternative to fetch the data.

Regards,

Sany.

2 REPLIES 2
Read only

Azeemquadri
Contributor
0 Likes
547

Use FM READ_TEXT to read texts.

Text Name 020100000004100000001(client order, item)

Language EN

Text ID AVOT Transaction text

Text object AUFK Order text

You can find more about text id and text object by selecting the text button. Now in the sap script editor choose the GoTo Menu button on top and select header. A popup has all the details which can be used in the READ_TEXT FM.

Read only

0 Likes
547

I am using SMARTOFORM here and i already tried using that function module but couldnt find the output...

I want some other alternative to get that details...