‎2006 Mar 16 2:59 AM
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 BAPIs for material disponibility verification
- Could some one tell me what BAPIs I need to use it ? and if its 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 dont 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 dont know where to look for surcharges.
Please, could you guys give me some tips to accomplish those tasks?
Thank you.
‎2006 Mar 16 4:13 AM
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
‎2006 Mar 16 5:31 AM
BAPI_MATERIAL_GET_DETAIL
MATERIAL_READ_ALL_SINGLE
BAPI_MATERIAL_SAVEDATA
regards
vinod