cancel
Showing results for 
Search instead for 
Did you mean: 

Error in Getting Details from SAP by BAPI_MATERIAL_GET_DETAIL

Former Member
0 Kudos

Hi All,

I am trying to get the material info from SAP by webDynPro.

My Input Parameter is Material(IMPORT PARAMETER) and out put is Matrial_general_data(EXPORT PARAMETER).

In the implementation of method in

wdDoInit().

Bapi_Material_Get_Detail_Input input = new Bapi_Material_Get_Detail_Input();

wdContext.nodeBapi_Material_Get_Detail_Input().bind(input);

****************************************

what is the object I have to initiate for material Parameter.

//for input data Material

Matnr bapimat = new Matnr();

I tried in different way I am getting error.

Thanks & Regards,

Ram

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Srinivasa,

What is the error you are getting?Did you try setting in all the values required for the Input paramater fields and structures?

Regards,

Uma.