cancel
Showing results for 
Search instead for 
Did you mean: 

Report for containing PO Header Text

Former Member
0 Kudos

Hi Gurus,

I need a report that will list PO Header text against the Docs belonging to a particular plant. Is there any standard report for the same?

Regards,

Trishul

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Use Functional Module READ_TEXT

Former Member
0 Kudos

You Will need to write a custom transaction or Sq00 report.

You will want to use the READ_text Function module. Try it out in the dev system to determine the correct parameters to pass in.

If you double click on the PO header text that you want to retrieve, it will display in the long text editor.

Use menu path Go To > HEader. THis will display the parameters required by the READ_TEXT Function module to identify the text for which you are searching.

In our system I entered the following:

ID F01

LANGUAGE EN

NAME 0010001669 (this is the PO number)

OBJECT EKKO

The FM may return multiple lines, so you will have to specify how to handle.

Good Luck !

JL23
Active Contributor
0 Kudos

nothing in standard available