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

PR header note

Former Member
0 Likes
2,851

hi All,

i would want to retrieve the text data in a PR under text header note. however i were unable to find the field table.

i would want to use FM "READ_TEXT" and i tried with ID = B01, but there is nothing shows.

can any one please help. thanks

Message was edited by:

ben leen lee

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,772

Give the Text name and object.

CLIENT 800

ID B01

LANGUAGE EN

NAME 0010013803 -


check for those purchase requistion header txt

OBJECT <b> EBANH</b>

Reward points if useful.

Regards,

Vimal

5 REPLIES 5
Read only

Former Member
0 Likes
1,772

Hi

You have to use the fun module READ_TEXT

and have to pass the parameters OBJECT,ID,OBJECTNAME and LANGUAGE

double click/change the long text of header

goto text editor

from menu GOTO-> HEADER

see the OBJECT (mostly EBAN) and ID and the Objectname (PR No) and the Lang EN and take them and pass to Fun module READ_TEXT and get the long text into internal table and use that

Regards

Anji

Message was edited by:

Anji Reddy Vangala

Read only

Former Member
0 Likes
1,773

Give the Text name and object.

CLIENT 800

ID B01

LANGUAGE EN

NAME 0010013803 -


check for those purchase requistion header txt

OBJECT <b> EBANH</b>

Reward points if useful.

Regards,

Vimal

Read only

0 Likes
1,772

hi,

thanks. it works. but may i ask why the OBJECT has to be EBANH? i cant find it as a table or structure. so what actually it is?

Read only

0 Likes
1,772

Its text object.

You can use tcode: SE75 to see this text object.

Read only

0 Likes
1,772

EBANH is object for Purchase Requisitions Header texts.

EBANH B01 Header note

EBAN B01 Item text

EBAN B02 Item note

EBAN B03 Delivery text

EBAN B04 Material PO text

refer in table TTXID.

if you want to take item text you have to add item no with PR No in Text name field

ex. 0010013803<b>0010</b> <b>EBAN B01 Item text</b>

Reward points if useful.

Regards,

Vimal

Message was edited by:

Vimal Kumar