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

Finding related Function Module/BAPI to extract data

Former Member
0 Likes
475

Hi,

How many ways are there to find the particular Function Module or BAPI that can be used to get data from database.

Thanks in tones.

Anu

3 REPLIES 3
Read only

Former Member
0 Likes
420

There is no fixed way to find FM . Use the keywords for which you want to find the FM and use it along with F4 help in SE37 .

For Bapi , check transaction BAPI

Read only

Former Member
0 Likes
420

When I'm working in a spanking new environment I usually start with the package that the main transactions belongs to (go bother a functional consultant for this info) and or the application component.

Then I uses this info in SE80 to find a useful package (from application component) or a function group (from package).

Kind regards, Rob Dielemans

Read only

0 Likes
420

Hi Rob,

Thanks that was very helpful.