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

BAPI_PR_GETDETAIL

Former Member
0 Likes
1,156

Hi Everyone,

I want to use the fm BAPI_PR_GETDETAIL in a program and display the results.

I have no idea that how to use this.

Can anyone help me with this.

Thanks in advance.

3 REPLIES 3
Read only

Former Member
0 Likes
755

Hi,

Goto SE37, and give the sample data to that BAPI and execute it, we need to pass come mandatory fields to that BAPI, once you run this BAPI in Se37, you come to know which are the mandatory fields, then call this BAPI in your Program

Regards

Sudheer

Read only

Former Member
0 Likes
755

Hi,

Put a where used list of the BAPI ...and check how it is called.

OR

Check the function module documentation for that BAPI

Thanks

Naren

Read only

Former Member
0 Likes
755

HI,

declare the internal table with what fields u want

and pass the internal table to FM.

Regards

Suresh.D