cancel
Showing results for 
Search instead for 
Did you mean: 

Not getting BAPI_MATERIAL_GET_ALL and a few others in the list of BAPIs

0 Kudos

Hi,

I am using SWO_QUERY_API_METHODS to get list of all BAPIs. However I am not getting BAPI_MATERIAL_GET_ALL and CSEP_MAT_BOM_SELECT_WHERE_USED in the list. Are these non official/legacy BAPIs or does SWO_QUERY_API_METHODS not return all the BAPIs in the system ?

Accepted Solutions (1)

Accepted Solutions (1)

maulik
Contributor

You should search for OSS Notes for any bugs related to SWO_QUERY_API_METHODS for your specific SAP version. This function module relies on table TOJTB to retrieve and display entries which you can get to it via SE16.

Alternatively,

(1) use Tcode BAPI. This will list all the available BAPIs in the system.

Click on Alphabetical tab and scroll all the way till you see "Material". Expand it and you will see all the available methods associated with it.

(2) use Tcode SWO1 or SWO2.

Drop a note here if you need further assistance.

Answers (0)