cancel
Showing results for 
Search instead for 
Did you mean: 

hi

allamudi_loordh
Active Participant
0 Kudos

hello experts,,

i am working on proxy .. i have done a server proxy ..i am getting the purchase order details from message structure ..into my internal tables.

when i am assigning these values to bapi structure i am getting an errror message as type mismatch like follows:

"type of "wa_item-material " cannot be conveted to the type of "wa_order_items_in-material."

for all parameters i am facing the same problem.

kindly can any body help me this situation.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

Please change data type of wa_item-material to the data type given in the BAPI. Open BAPI in SE37 and check what are the exporting parameter used and their data types. You have to take similar data types while declaring your intertnal table fileds.

Regards,

Nayan

former_member208856
Active Contributor
0 Kudos

please take help from below blog for code :

/people/sandeep.kaushik/blog/2010/07/15/abap-proxy-complete-developments-on-sap-pi-sap-abap-systems