2006 Apr 27 11:53 AM
hi all!
i have the following senario ,i need to upload mandatory fields from the po and put them onto the EP using a BAPI.
can anybody help in identifying wat are the mandatory field which i should use as export parameters in bapi //or if already there is any BAPI available for that,that wud be just gr8.
waiting for the solutions
Sachin soni
2006 Apr 27 11:56 AM
BAPI_PO_CREATE is the bapi for your requirement.
But to telll what are the mandatory fields, we have to know what type od Po are you craeting.
Read the FMs documentation for more details.
Regards,
Ravi
hi all!
i have the following senario ,i need to upload mandatory fields from the po and put them onto the EP using a BAPI.
can anybody help in identifying wat are the mandatory field which i should use as export parameters in bapi //or if already there is any BAPI available for that,that wud be just gr8.
waiting for the solutions
Sachin soni
2006 Apr 27 11:56 AM
BAPI_PO_CREATE is the bapi for your requirement.
But to telll what are the mandatory fields, we have to know what type od Po are you craeting.
Read the FMs documentation for more details.
Regards,
Ravi
2006 Apr 27 11:57 AM
Hi sachin,
1. if u are talking about creating
PO using a bapi, then
we can use
BAPI_PO_CREATE1
regards,
amit m.
2006 Apr 27 12:00 PM
Hi Sachin,
Here is the list of all BAPI relating to PO.
In your case BAPI_PO_CREATE is the required BAPI
BAPI_PO_CREATE Create Purchase Order
BAPI_PO_GETDETAIL Display Purchase Order Details
BAPI_PO_GETITEMS List Purchase Order Items
BAPI_PO_GETITEMSREL List Purchase Orders for Release (Approval): New as of 4.0A
BAPI_PO_GETRELINFO Display Detailed Release (Approval) Information on Purchase Order
BAPI_PO_GET_LIST List Purchase Orders - Only up to 4.0A
BAPI_PROCOPERATION_GETCATALOGS Determine Valid Catalogs as Value Help
BAPI_PROCOPERATION_GETINFO Analysis of Objects to be Generated in Purchasing
Regards,
Tanveer.
Mark helpful answers
2006 Apr 27 12:03 PM
2006 Apr 27 12:11 PM
Hi!
It seems that you want to display PO orders
Use
BAPI_PO_GETDETAIL Display Purchase Order Details
BAPI_PO_GETITEMS List Purchase Order Items
BAPI_PO_GET_LIST List Purchase Orders Only up to 4.0A
Hope it works
Atul
2006 Apr 27 12:02 PM
Hi,
If you want to Create then use BAPI_PO_CREATE
if you want any modifications then use BAPI_PO_CHANGE
example code:
http://www.sap-img.com/abap/sample-abap-code-on-bapi-po-change.htm
Thanks
Sudheer
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |