cancel
Showing results for 
Search instead for 
Did you mean: 

Using FM BAPI_POEC_CREATE

Former Member
0 Kudos

Friends,

I'm finding it hard to pass the values to the parameters of the Function. GUI ID and other parameters are making it tough. I'm ending up with all sorts of errors.

If any of you had already used the FM BAPI_POEC_CREATE to Load POs into SRM, pl forward the sample code or any kind of help documentation ( Not from the Function module doc) to marknicholas1@gmail.com

Help is highly appreciated and will be rewarded.

Mark.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

Pls see this very useful thread:

BR,

Disha.

Do reward points for useful answers.

Answers (3)

Answers (3)

Former Member
0 Kudos

Disha,

Thanks for reply,

I have not written any code, just trying to run from SE37.

I get the following error from the return table.

A BBP_PD 059 Number range 02 does not exist

E BBP_UI_PO 045 Output: No details for medium MAI im vendor master record

E BBP_PD 008 No account assignment exists. Enter an account assignment

E BBP_PD 358 Select a location to which a plant has been assigned

E BBP_PD 822 Error in account assignment for item 10

Tell me as how to proceed.

Mark

yann_bouillut
Active Contributor
0 Kudos

Hi,

A BBP_PD 059 Number range 02 does not exist

-


> create a PO external number range in SRM

E BBP_UI_PO 045 Output: No details for medium MAI im vendor master record

-


> in BBPMAININT, in vendor tab , you need to fill the medium (MAI = Mail) by purchaszing organization.

E BBP_PD 008 No account assignment exists. Enter an account assignment

-


> An account assignment type and an account assignment value are required value.

E BBP_PD 358 Select a location to which a plant has been assigned

-


> you need to use a partner ID related to your location (plant) please have a look into bbp_locmap table

E BBP_PD 822 Error in account assignment for item 10

-


> your account assignment seems to not be valid.

Kind regards,

Yann

Former Member
0 Kudos

hi,

Can you paste you code(list of values ) fro further analysis?

What are the errors you are getting?

BR,

Disha.

Former Member
0 Kudos

Disha,

I did look into the link.

But still not clear with the Values that i need to pass to the function.

Any other help would be appreciated.

Mark