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

Order Search

Former Member
0 Likes
274

Hi Experts,

I'm new to ABAP and SAP. I've been asked to develop a function module to fetch following fields.

Order#, PO#, ShipTo, Entry Date, Start Date-Complete Date, Vendor Name, Units, Invoice#

There will be only 1 input field and that will accept either PO#, Order# or Account#. I've to right a function module to fetch the required data, based on the given input.

Can anybody help me here with the logic and possibly with code outlines?

Aakash.

Hi Experts,

I'm new to ABAP and SAP. I've been asked to develop a function module to fetch following fields.

Order#, PO#, ShipTo, Entry Date, Start Date-Complete Date, Vendor Name, Units, Invoice#

There will be only 1 input field and that will accept either PO#, Order# or Account#. I've to right a function module to fetch the required data, based on the given input.

Can anybody help me here with the logic and possibly with code outlines?

Aakash.

1 REPLY 1
Read only

Former Member
0 Likes
254

Hi akash,

Create a fn module, with import parameters as Order, Account or PO.

From Billing Document (Invoice) you can get the Sales Orders and from the corresponding sales order you can get the PO's.

Use VBFA table for the above.

Regards

Kannaiah