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

Function Module for Purchase Requisition details

Former Member
0 Likes
6,490

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

3 REPLIES 3
Read only

Former Member
0 Likes
2,070

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.

Read only

0 Likes
2,070

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

Read only

former_member194669
Active Contributor
0 Likes
2,070

Try with

1. Check fm BAPI_REQUISITION_GETDETAIL

2. No performance issues

3. Check fm BAPI_SALESORDER_GETLIST or BAPI_ISAORDER_GETDETAILEDLIST

a®