cancel
Showing results for 
Search instead for 
Did you mean: 

Bapi_po_create1

Former Member
0 Kudos

Hi Gurus,

I am using the bapi " bapi_po_create1" to create a po create application in web dynpro.

While I am trying to rebuild the project, it says The method setPoitem(AbstractList) in the type Bapi_Po_Create1_Input is not applicable for the arguments (Bapimepoitem)

Can anybody let me know how to resolve this issue or can anybody share the code for creating PO in webdynpro

Points available for all helpful answers

DJ

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

Check out this similiar thread. Answer is there in my message in this thread.

Regards,

Gopal

PradeepBondla
Active Contributor
0 Kudos

HI,

This sort of error will come when the mapping to model and context is not done properly or bapi structure / fields is changed. your error saying you are using a method / attribute which is not mapped to context properly.

Hence re import your bapi once again and check the mapping. map all required fields once again and then rebuild the project.

PradeeP