cancel
Showing results for 
Search instead for 
Did you mean: 

BAPI to create or change Product or locations in APO

Former Member
0 Kudos

Hi,

Can anybody helpme out to work on Following BAPI's to CREATE OR CHANGE PRODUCT/LOCATION in APO.

BAPI_PRDSRVAPS_SAVEMULTI2

BAPI_LOCSRVAPS_SAVEMULTI2

I'M PASSING VALUES BOTH IN X TABLE ALSO, but I'm getting neither error nor it is getting executed.

regards

Vijay

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Assign proper Business Partner through SPRO.

Former Member
0 Kudos

Hi,

Check for parameter of commit work

COMMIT_CONTROL = E/A

Also, what ever you are using in first main table e.g.

PROD_HEAD - Pod ID, Prod, Prod int,..... and updating parameters

Use same in PROD_HEAD_X table like ==>

Pod ID (actual value which is also use in above table),

Prod(actual value which is also use in above table),

Prod int(actual value which is also use in above table),

..... and put "X" over here the parameters needs to be updated.

Good Luck,

avi.

Former Member
0 Kudos

Hi Avinash,

I am facing some issue in Location

PRODUCT_LOCATION

PRODUCT_LOCATION_X

What is the format you followed I tried

Location : 0099999999 and

Location_INT :99999999

the error says " no valid location could be found

Thanks

Prem

Former Member
0 Kudos

Hi Prem,

I am facing the same issue "Location does not exist for external location , type , and BSG &&&&".

Can you please guide me with this.

Thank in advance!

Regards,

Raja Ranjith

Former Member
0 Kudos

Vijay,

I used the BAPI BAPI_PRDSRVAPS_SAVEMULTI2 and able to create product/location. I need to know little bit about what parameters you are using.

Thanks

Former Member
0 Kudos

Hi rajesh

Thanks

I got this problem and it's closed

regards

Vijay

Former Member
0 Kudos

How did you solve this problem? i am getting an error saying either ' product not found' or 'location not found'

Former Member
0 Kudos

Hi,

Goto Product master, on first tab - Properties, you will find exact lenght of your material no. as a "External Prod. No." , use those no. of total length as your product no. while executing BAPI (to make that total lenght add no. zeroas at start of prod. no.)

E.g.:

BAPI header parameter use:>>>

PRODUCT = 000000452212703282

PRODUCT_INT = 452212703282

It will definitely work..!!

Lets try ... All the Best.!!

Avinash