‎2007 Jun 08 6:49 AM
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.
‎2007 Jun 08 6:52 AM
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
‎2007 Jun 08 6:53 AM
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
‎2007 Jun 08 6:53 AM
HI,
declare the internal table with what fields u want
and pass the internal table to FM.
Regards
Suresh.D