cancel
Showing results for 
Search instead for 
Did you mean: 

SC not transferred to backend reservation

Former Member
0 Kudos

Hello there!

My system status is as follows:

SAP_ABA 700 0010 SAPKA70010

SAP_BASI 700 0010 SAPKB70010

PI_BASIS 2005_1_700 0010 SAPKIPYJ7A

ST-PI 2005_1_700 0002 SAPKITLQI2

SAP_BW 700 0010 SAPKW70010

SAP_AP 700 0007 SAPKNA7007

CCM 200_700 0008 SAPK-27008INCCM

SRM_PLUS 550 0006 SAPKIBK006

SRM_SERVER 550 0007 SAPKIBKT07

When I create a shopping cart, the following error occurs in Application Monitor: "

Shopping cart 1000000122 (PReq. 😞 BBP_BD 002 Buffer table not up to date

".

When I check table BBP_DOCUMENT_TAB, it is empty.

When I check transaction BBP_PD is says following:

Status Description Inactiv

HEADER I1015 Awaiting Approval X

HEADER I1021 Created

HEADER I1038 Complete

HEADER I1106 Shopping cart ordered

HEADER I1129 Approved

0000000001 I1111 Item in Transfer Process

What´s the problem?

Thanks for your input!

Regards

Henrik

Accepted Solutions (1)

Accepted Solutions (1)

yann_bouillut
Active Contributor
0 Kudos

Hi,

Did you already read the following thread :

Kind regards

Yann

Former Member
0 Kudos

Yes, I have read that thread but it is not applicable to my case...

yann_bouillut
Active Contributor
0 Kudos

Hi,

Do you have a short dump in ST22 ?

If yes, what is the detail ?

Kind regards,

Yann

Former Member
0 Kudos

No, I do not have any dumps. I hoped I could find any other clue there earlier but it is empty...

Former Member
0 Kudos

Hi,

Pls see if the foll threads help:

BR,

Disha.

PLs reward points for useful answers.

Former Member
0 Kudos

I have looked at these threads and I have a question...

In table BBP_PDBEI it looks like this:

BE_LOG_SYSTEM BE_OBJ_ITEM BE_OBJECT_TYPE BE_OBJECT_ID

B03CLNT101 BUS2201 1

B03CLNT101 BUS2201 1

B03CLNT101 BUS2201 1

B03CLNT101 BUS2201 1

B03CLNT101 BUS2201 1

B03CLNT101 BUS2201 1

B03CLNT101 BUS2201 1

B03CLNT101 BUS2201 1

B03CLNT101 is our SRM-system... Why does it not say our ECC-system?

Thanks,

Henrik

yann_bouillut
Active Contributor
0 Kudos

Hi,

Are you sure that you have correctly set-up a classic scenario to create your backend reservation ?

It seems that your system is trying to create a PO in SRM...

Kind regards,

Yann

Former Member
0 Kudos

Thanks all for your input!

Well... first of all would I like to have a Extended Classic Scenario and in that I would like reservations to be created in the back-end. As far as I know, all config are set upp according to the Config guide.

We will take a new look at it now after lunch!

Let´s stay in touch!

Thanks,

Henrik

yann_bouillut
Active Contributor
0 Kudos

Hi,

ECS will not create any reservation in your backend !

For this you have to deactivate ECS scenario (badi to code) and activate classic scenario.

For classic scenario , you will have to maintain additional configuration point, such as "determine object in the backend system". This configuration point will enable you to create reservation.

Besides, you will have to maintain reservation number range.

Kind regards,

Yann

Former Member
0 Kudos

OK, then I understand.

I un-ticked the flag for Extended classic and then the reservation was created!

Seems like we need the BADI´s then...

Thanks!

Henrik

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi

<u>My sugesstions -></u>

<u>For the time being, de-activate all the custom BADI Implementations in SE19 Transaction [ - Name Starting with Y or Z ]. then, Try again with a new shopping cart. Incase its still coming, it's coming from SAP standard approach, and not due to your logic.</u>

<b>It seems like the Distribution model maintained in the SRM system (RFC and ALE Settings are not correct).</b>

<u>Please refer to these links.</u>

<b>

Regards

- Atul

Former Member
0 Kudos

So... what you are saying in thread is that we need to activate BADI´s to get it to work?

Should this approach not be standard in Extended Classic Scenario?

We have not used any custom BADI´s yet so it can not be beacuse of our logic.

Regards,

Henrik

Former Member
0 Kudos

Hi

<b>Incase you make it standard, you need to define the Configuartion settings to generate the back-end document either Purchase Requisition, Purchase Order, Reservation, etc. for a particular Product category (Material Group ) in SRM system.</b>

Please see details in the thread referred earlier.

<u>Otherwise, by using BADI, you can code your logic to over-ride the standard SAP behaviour as per your requirements.</u>

Regards

- Atul

Ramki
Active Contributor
0 Kudos

Hi Henrik

1) With ECS, you cannot create Reservation or PR in the backend.

2) If you want to create reservation, your scenario should be Classic.

3) If you have unchecked 'Activate Extended Classic scenario' IMG setting, then the normal behaviour of the system in Classic. So, you can create reservations w/o using this BADI.

But, if you want to have ECS in certain cases (for certain categories or certain conditions in Shopping cart), then you can determine a particular shopping cart item as 'Classic' or 'ECS' by implementing BADI BBP_EXTLOCALPO_BADI.

Best regards

Ramki

yann_bouillut
Active Contributor
0 Kudos

.