cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Interface Problem

Former Member
0 Likes
206

Hi,

We are using SRM 7,Classic scenario. I implemented the DOC CHANGE Badi and called the BBP_SC_GETDETAIL FM init, when i was about to create and SC in the Portal it is going for debugging and intially as no values are there we are not getting any details over there, but after that the screen is not showing the Shoppin cart screen instead it is throwing an error POP UP message Interface data contains errors . It is just closing off the shop screen , any ideas please?

View Entire Topic
Former Member
0 Likes

It's quite impossible to pinpoint your issues with the limited information you offered. Here are some ideas for your consideration:

1. Check your setting in SPRO for transaction types and number range for SC.

2. When you reach the DOC_CHANGE BADI through debugging, make sure the header data is populated with proper transaction type.

3. Set a break point at BBP_PD_ABORT FM.

4. Debug through the process as far as possible.