Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

BAPI_SALESORDER_SIMULATE for DEBIT memos

Former Member
0 Likes
1,089

Is there a way to use this simulate for Debit memos when there is no inventory?

What I'm running into when using it is that it cheks inventory, and if there is no inventory it won't authorize our credit card since authorizations are only valid for 14 days but since these are debit memo's the product has already been taken.

Is there a way to use this simulate for Debit memos when there is no inventory?

What I'm running into when using it is that it cheks inventory, and if there is no inventory it won't authorize our credit card since authorizations are only valid for 14 days but since these are debit memo's the product has already been taken.

9 REPLIES 9
Read only

madhu_vadlamani
Active Contributor
0 Likes
1,035

Hi Tran,

Have you seen the documentation of this bapi. Please pass all the data and try to create and see.

Regards,

Madhu.

Read only

0 Likes
1,035

I've passed everything it asked for but somewhere in it, it checks the availability of a product and if it doesn't see that it will be available within the next 14 days it will try to authorize $0 which won't work when it should be trying to simulate the full amount of the order.

Read only

0 Likes
1,035

Hi Tran,

I've passed everything it asked for but somewhere in it, it checks the availability of a product and if it doesn't see that it will be available within the next 14 days it will try to authorize $0 which won't work when it should be trying to simulate the full amount of the order..

Here you want to check schedules lines ?.Explain more clearly.

Regards,

Madhu.

Read only

0 Likes
1,035

Yes, what seems to be occurring is it's checking the scheudule line item to see if there are any in stock on xx/xx/xxxx day. If none will be available in the 14 day window it won't let it authorize the amount of the item since there is no stock.

I'm trying to get around it to not check for stock since we are creating debit memo's and stock shouldn't need to be accounted for since they have the product in hand during the order transaction to give to the customer.

Read only

0 Likes
1,035

Hi Tran,

If it check the stock and show what is the issue. Are you using this bapi to connect with no sap .

Regards,

Madhu

Read only

0 Likes
1,035

The issue is that it won't authorize our credit card transaction due to item being out of stock which makes the product have a $0.00 value which is not possible to charge to a credit card.

What I'm trying to accomplish is to bypass the inventory check so it thinks there is stock for the item so it's able to pass the $x.xx value of the product to the credit card to be authorized.

After looking at the documentation I'm not sure if there is a way to bypass and wonder if anyone had a idea on how to accomplish this.

Read only

0 Likes
1,035

I just want to be able to use this bapi to authorized the full amount the order even if there is no inventory in stock.

Read only

0 Likes
1,035

Found out the issue was related to the order type.

Read only

0 Likes
1,035

Hi Tran,

Good.

Regards

Madhu.