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 and same reports tips

Former Member
0 Likes
394

Hello,

I have to make some reports but because I'm a beginner I have some difficulties to find the right information.

I need to make 3 reports:

1) In the first I need to use BAPI’s for material disponibility verification

- Could some one tell me what BAPI’s I need to use it ? and if it’s possible the tables that I need to use ?

2) In the second one I need to display a list of billings (SD) with "freight amount".

- here I don’t know where to look for this informations (freight amount)

3) In the last one I need to display a report with client billings and display also the surcharges.

- here I don’t know where to look for surcharges.

Please, could you guys give me some tips to accomplish those tasks?

Thank you.

2 REPLIES 2
Read only

Former Member
0 Likes
354

Hi,

Use transaction BAPI to search for bapis. Here you will be able to see all the BAPI's available.

Also, you can use SE37 to search BAPI's.

While developing the reports, user SQL trace (ST05) to find out the table names and fields. For this, activate the trace in ST05 for your user name and do required transaction. Then deactivate the trace and display it.

You will get the table names and fields.

Regards,

Shashank

Read only

vinod_gunaware2
Active Contributor
0 Likes
354

BAPI_MATERIAL_GET_DETAIL

MATERIAL_READ_ALL_SINGLE

BAPI_MATERIAL_SAVEDATA

regards

vinod