By
Published: 24 May 2007
How do I search a sales order in IDoc based on the purchase order (PO) number? I am scanning each IDoc one by one using we02. Is there an easier way?
Depending on your release, you could write a program to go through table EDID4 (or similar), map the SDATA to your segment, and therefore search programmatically for the PO number. Use table EDIDC to limit the selection, or you'll have a very long running program.
Dig Deeper on SAP integration
An SAP user is trying to run a report in an SAP ALV Grid online and wants to know how to get the data in the report to appear along with the header.
Continue Reading
An SAP user needs to transfer customer purchase order spreadsheet data to SAP VA01 to create a new sales order.
Continue Reading
A SearchSAP.com reader wants to know if it's possible to write an SAP ABAP program that will read source code and then create an SAP ABAP function ...
Continue Reading