2009 Jan 23 8:44 AM
Hi All
How to get the Purchase Requisition Header text. And in which table it stores..
Please help me.
2009 Jan 23 8:51 AM
Assuming 10000018 is PR number use
DATA lt_text TYPE TABLE OF tline .
CALL FUNCTION 'READ_TEXT'
EXPORTING
id = 'B01'
language = sy-langu
name = '0010000018'
object = 'EBANH'
TABLES
lines = lt_text.
Assuming 10000018 is PR number use
DATA lt_text TYPE TABLE OF tline .
CALL FUNCTION 'READ_TEXT'
EXPORTING
id = 'B01'
language = sy-langu
name = '0010000018'
object = 'EBANH'
TABLES
lines = lt_text.
2009 Jan 23 8:50 AM
Hi,
Use the function module
READ_TEXTExample in ME53N for a PR Go to the SAP script editor of the Header text.
Choose Goto --> Header
These will give the parameters for passing to the function module
Regards
2009 Jan 23 8:51 AM
Assuming 10000018 is PR number use
DATA lt_text TYPE TABLE OF tline .
CALL FUNCTION 'READ_TEXT'
EXPORTING
id = 'B01'
language = sy-langu
name = '0010000018'
object = 'EBANH'
TABLES
lines = lt_text.
2009 Jan 23 9:17 AM
Hi pawan..
If I am doing in such a way then it gives error like
" Text 0010000008 ID B01 language EN not found "
Plz help me.
2009 Jan 23 8:51 AM
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |