2008 Feb 29 1:05 PM
Hi gurus,
I have one query ,
How to take an ALV GRID report with one of field as BASIC DATA TEXT field in MM01 transaction. How to get the data in that text field into ALV GRID REPORT.
Thanks in Advance.
Thanks and Regards
Siri..
Hi gurus,
I have one query ,
How to take an ALV GRID report with one of field as BASIC DATA TEXT field in MM01 transaction. How to get the data in that text field into ALV GRID REPORT.
Thanks in Advance.
Thanks and Regards
Siri..
2008 Mar 01 1:50 PM
Hi,
Use this FM READ_TEXT
pass the parameters as below
OBJECT = 'MATERIAL'
NAME = '000000000000121111'(material no)
ID = 'GRUN'
LANGUAGE = sy-languthe table lines ll have the text.........
Cheers,
jose.
2008 Mar 01 2:23 PM
HI use like this ,
CALL FUNCTION 'READ_TEXT'
EXPORTING
CLIENT = SY-MANDT
id = '0001'
language = 'E'
name = '0080013778'
object = 'VBBK'
TABLES
lines = lines .
THEN YOU GET THE RESULT.
reward points if useful,
venkat.
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |