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

Doubt on report........

Former Member
0 Likes
392

Dear sapers,

How to take a report for a field which is having in MM03 transaction of basic data text.

Our client asking the basic data text field in report. How to take that report..

Its urgent..

Thanks in advance...

Thanks and Regards

Siri...

Dear sapers,

How to take a report for a field which is having in MM03 transaction of basic data text.

Our client asking the basic data text field in report. How to take that report..

Its urgent..

Thanks in advance...

Thanks and Regards

Siri...

1 REPLY 1
Read only

Former Member
0 Likes
372

Hi,

use this FM to extract that text

READ_TEXT

object = 'MATERIAL'

name = material no.....

ID = 'GRUN'

language = 'E'.

text ll be in the lines table

Cheers,

jose.