cancel
Showing results for 
Search instead for 
Did you mean: 

Problem on account assignment

Former Member
0 Kudos

Hello,

I'm customizing a new backend on our SRM.

For account assignment, if we change cost center for another one, I have a error which says " please enter a CC or an order".

Can somebody help me.

Thanks!

Accepted Solutions (0)

Answers (6)

Answers (6)

Former Member
0 Kudos

Non a SRM problem!

Former Member
0 Kudos

Hi

So your problem is resolved right ?

Incase you need any other details, let me know.

Regards

- Atul

Former Member
0 Kudos

No, no resolution...

the more strange is that when I create a SC, my cost center is automatically filled, and i don't know how....

yann_bouillut
Active Contributor
0 Kudos

Hi,

Could you please check that in PPOMA, your cost center values are in <u>lower</u> case....

Please read OSS note 1013307

Kind regards,

Yann

Ramki
Active Contributor
0 Kudos

Hi Eileen

Check note 1000184.

This is valid for SRM5.0 also

Best regards

Ramki

Former Member
0 Kudos

My problem is solved.

In fact it was not from SRM but from my backend.

In transaction OKB9 the financial department linked a cost center on ma G/L account.

When we delete this record, I can do a SC on order.!

yann_bouillut
Active Contributor
0 Kudos

Hi,

You have a configuration issue.

Now let's start from the beginning )

Can you create a PO directly in your new R/3 backend with exactly the same data as with your SC ?

Do you have the same error message ?

Kind regards,

Yann

Former Member
0 Kudos

No I can create a PO with the order in my backend.

yann_bouillut
Active Contributor
0 Kudos

Hi,

Ok then

Can you create a PO (without changing the cost center) in SRM ?

Kind regards,

Yann

Former Member
0 Kudos

Yes I can, but if I'm changing the cost center too.

But I can create a PO even if i change my cost center.

I can't when I want to change my imputation type like to have for exemple en order instead of a cost center

yann_bouillut
Active Contributor
0 Kudos

Hi,

Thus your issue is linked to the account assignment change (from CC to OR or WBS...) ? Correct ?

If yes, can you confirm that your SRM configuration point " Define G/L Account for Product Category and Account Assignment Category" is correctly set-up ?

Path : SPRo-> SRM server-> Cross-Application Basic Settings->Account Assignment->...

You should have for your product category (or *) , the correct backend system + a correct G/L account related to the order.

Please confirm.

Kind regards,

Yann

Former Member
0 Kudos

In fact we don't use this.

To find the G/L account, we have some code in BADI change.

Our system is already implemented in 2 backends and it works for them...

yann_bouillut
Active Contributor
0 Kudos

Hi,

Do you have any other SC badi implemented ?

I guess your issue comes from one of your BADI ...

Kind regards,

Yann

Former Member
0 Kudos

Hi,

we have implemented BADI check and Change...but i'm not really good on ITS debugging.

But I check something, When I do a "normal" SC, I put on my material group and then my cost center is automacally filled, for my other backend, we have to fill it, I think it is a R/3 custo. At this time the field "Business Area" is empty and still empty.

But if I change my account assignment for "Order" there is data in the field "Business Area".

In my backend that are already work this field stays empty, I think the problem might come from this.

What do you think about it?

Thanks,

Former Member
0 Kudos

Hi

<b>

Seems to be Configuration issue in SRM side.

For time being disbale all the custom BADI Implementations and see what the standard SRM functionality is doing, when you shop using ITS Web ?

Especially de-activate the BADI Impmnetations -

BBP_DOC_CHANGE_BADI

BBP_DETERMINE_ACCOUNT

using transaction SE19

Note down whether the Cost center agains gets filled or not in this case for the same material group (Same Item Category in Shopping cart), which you used earlier ?

Also, note when you change to A/c assignment category "Order" in the cost assignment tab, what hapens ?

As far as i remember, Business Area data is not maintained in SRM side, not it will remain empty .. anyways, note down, what happens in this case ?

I guess, either the code or the configuration settings are getting over-rideen by one another and this problem is happening

This depends on the SRM Scenario configuration settings as well.

Anyways, Please keep me posted about the findings.

</b>

Hope this will help.

Please reward suitable points.

Regards

- Atul

Former Member
0 Kudos

Hi,

I have news.

I'm debugging my program. the error doesn't comes from the BADI but it seems to come from the program SAPLBBP_PD specially the form "procdoc_update"...but I don't know anymore for the moment

Former Member
0 Kudos

Hi

Which program you are mentioning here ? What are the steps to re-generate this issue ?

Please elaboarate in details.

Hope this will help.

Please reward suitable points.

Regards

- Atul

Former Member
0 Kudos

In fact I have some breakpoint in Include LBBP_PDF0J on SRM side.

At the end of the program the function "BBP_PD_LOG_GET_MESSAGES" is called and I have my message on it from message class BBP_PD n° 047.

Former Member
0 Kudos

Now i found that the error comes from function "META_ACC_PURCHASE_REQUI_CHECK"

Former Member
0 Kudos

Hi

<b>Are you changing any existing entry available in the account assignment. ?</b>

<u>Try to delete the entry first and then create a fresh entry with the new cost-center and other details.</u>

Hope this will help.

Please reward suitable points.

Regards

- Atul

Former Member
0 Kudos

Hello Atul,

Thanks but I still have the error...

mani_sreedharala
Active Participant
0 Kudos

Lee,

As Yann said could you check whether there are any badis implemented to check/change the SC contains .the badi's that you should look are BBP_DOC_CHECK_BADI and BBP_DOC_CHANGE_BADI.

Regards,

Mani

Former Member
0 Kudos

Thanks for your answer but there is nothing on my BADI about this subject.

the real message is : "Please specify cost center or order "

thanks for help!

yann_bouillut
Active Contributor
0 Kudos

Hi,

Please check :

1- company code attached to the user

2- availability of the cost center with the correct company code

3- SPRO : "determine backend by product category" to be sure that you are pointing to the corredct backend and then use the correct company code.

Kind regards,

Yann

Former Member
0 Kudos

thanks yann but do i find "determine backend by product category"

yann_bouillut
Active Contributor
0 Kudos

Hi,

It is a SRM configuration point in SPRO-> SRM server -> technical settings..

Kind regards,

Yann

Former Member
0 Kudos

Thanks you!

I found, I check and everything is ok but it doesn't work

yann_bouillut
Active Contributor
0 Kudos

Hi,

If you click on the "refresh" button , do you still have the cost center issue ?

did you implement a badi on SC ? If yes, did you code the logical system as a key ?

Kind regards,

Yann