2007 Mar 08 4:00 PM
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.
2007 Mar 08 4:06 PM
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
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |