Application Development 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: 

program for calling the bapi BAPI_VENDOR_GETDETAIL

Former Member
0 Kudos

hi

i have got the standard bapi to get the vendor details

how to call the standard bapi in a program

can any one pls help me........

3 REPLIES 3

Former Member
0 Kudos

hey,

You can use that same as yhe usage of Function modules.Choose pattern and enter the BAPI ther.

Regards,

Midhun Abraham

Former Member
0 Kudos

Hi,

calling FM...from pattern n pass the necessary info...

as u do a report program...

Regards,

Vamshi

Former Member
0 Kudos

Hi,

As you know the function module name so you will be knowing the required import, export and tables parameters.

Fill the required variables, work ares, internal tables required for function module and fill them.

Fill the change parameter table for the corresponding structures.

Regards,

Karthick.