cancel
Showing results for 
Search instead for 
Did you mean: 

Tables for service PO text

Former Member
0 Kudos

Hi all.

What are the tables for the Service PO text for the line items.

one text is comming for each line item.

can any body help me to solve this issue.

Thanks in advance,

regards,

Eswar.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi

Goto the Service PO in ME23N

double click on that text field

It will take you to text editor

from menu GOTO-> HEADER

you will see 4 paramters OBJECT,OBJECTNAME,ID,LANGUAGE

take those 4 paramters

and use the fun module READ_TEXT and fetch the long text into an internal table and use

declare the paramters and pass the correct values to the fun module

<b>Reward points for useful Answers</b>

Regards

Anji

Former Member
0 Kudos

Hi Anji.

Thanks for your reply.

I want to get the "TExt name" for the line items in that service PO dynamically.

By this text id only , I can read the text.

Thanks,

Eswar

Former Member
0 Kudos

Hi

First tell me is it a LOng Text or Not? because I don't find any other texts for the PO's at item level? where exactly you see this terxt in PO? can you elaborate more?

If it is a LONG text then have to use the READ_TEXT fun module

for this you have to pass the 4 fields

OBJECT = EKPO

ID = see the text after double clicking

OBJECTNAME = concatenation of PO number + Item Number

LANG = EN

<b>Reward points for useful Answers</b>

Regards

Anji

Former Member
0 Kudos

J_1IEXCDTL and mseg table.

<b>rewards point if useful....</b>