‎2008 Apr 17 5:28 PM
Hi ,
Is there any Function Module to get Purchase Requisition details if we give single Purchase Req number or multiple , it should
retrive the EBAN details as per the input.
Next Question:
If I am creating a Function Module, is it a performance issues if I am using a BAPI or some other Function Module inside my
custom Function Module.
Last Question:
Is there any Function Module to retrive the Sales Order details tables like VBAK,VBPA etc.
Thanks,
Mich
‎2008 Apr 17 5:45 PM
1st question - Try BS01_REQUISITION_GETDETAIL
Second question - There should not be a performance issue if you are using BAPI.
3rd - Try STT_SO_GETDETAIL
Reward points if usefull.
Thanks and regards,
Veerendra.
‎2008 Apr 17 7:30 PM
Hi,
Whatever Function Module's given are for or above 4.6C versions.
I want for 4.6B version.
At the same time, the returned tables should return more than 1 Pur.Req number as the FM's mentioned returns only 1.
Thanks,
Mich
‎2008 Apr 17 5:47 PM
Try with
1. Check fm BAPI_REQUISITION_GETDETAIL
2. No performance issues
3. Check fm BAPI_SALESORDER_GETLIST or BAPI_ISAORDER_GETDETAILEDLIST
a®