cancel
Showing results for 
Search instead for 
Did you mean: 

Budget availability not displayed

yann_bouillut
Active Contributor
0 Kudos

Hi,

I have an issue to simulate and display the R/3 budget in the SRM shopping cart for a wbs element.

Classic scenario

SRM server 5.0 SP8

ECC 5.0

1- I have the bbp_budget authorization in the user profile.

2- budget badi is deactivated

3- R/3 wbs element is allocated to a budget

4- availability control is activated for that budget

5- I can create a PR in R/3 and budget availability is working fine.

6- message is issued in SRM (but wrong !) but no budget display at all ("No Budget Information Exists ")

I didn't find any relative oss note that would make me think it is a bug...

So i guess i am missing a configuration step in SRM ???

Kind regards,

Yann

Message was edited by: Yann Bouillut

Accepted Solutions (0)

Answers (2)

Answers (2)

yann_bouillut
Active Contributor
0 Kudos

up

sapgui or its still display "no budget information exists"

I have checked the delivery date vs budget ... seems ok

Any hints ?

Kind regards,

Yann

Former Member
0 Kudos

Salut Yann,

1- I guess you have set * value (otherwise you would not even have access to budget button)

6- Which (wrong) message are you talking about ?

Rgds

Christophe

yann_bouillut
Active Contributor
0 Kudos

Hi Christophe,

yes '*'

please forget wrong check as it has since disappeared.

Kind regards,

Yann

yann_bouillut
Active Contributor
0 Kudos

Salut Christophe,

Any <u><b>Customer</b></u> messages related to this issue ?

Budget check from the Sc is working.

Budget display from the SC is not working

Merci

Yann

Message was edited by: Yann Bouillut

Former Member
0 Kudos

Yann,

have you regenerated the PFCG profil ?

have you checked the Controlling area, the company code ?

What do you have on the budget screen, before the message, in columns "Assigned to" and "Budget of" ?

The WBS element ID ?

Is WBS element defined as the main accounting field in your account assignment category ?

Rgds

Christophe

yann_bouillut
Active Contributor
0 Kudos

Christophe,

1-PFCG already regenerated.

2-Company code and co area already checked.

3-budget screen : i have the WBS value

Assigned to : WBS Element T-01000.1

Budget of : WBS Element T-01000.1

Value .... : No Budget Information Exists

4-WBS (WBS_ELEM_E)is defined as leading account assignment.

Rgds,

Yann

Former Member
0 Kudos

Humm,

you can start debugging, with a break point in META_BUDGET_READ.

Rgds

Christophe

PS: please reward points for helpfull answers

yann_bouillut
Active Contributor
0 Kudos

Christophe,

While debugging BBP_BUDGET_READ_47A, ECC dumps with following message :

"BBPCOBL" does not have a component called "GL_ACCOUNT"

I did not find anything in OSS...

Rgds,

Yann

Former Member
0 Kudos

So you must generate a dump in R/3 each time you click on "Budget" link !!!

That's why nothing is displayed back in SRM.

Check your ECC plugIn version and adapt it if neede.

Otherwise you should create an OSS message.

Rgds

Christophe

PS: please reward points for helpfull answers

yann_bouillut
Active Contributor
0 Kudos

Yes we are already in the way to evaluate the plugin else to open an oss message.

Will keep posting as soon as i get any news.

Rgds,

Yann

yann_bouillut
Active Contributor
0 Kudos

Hi,

To update this thread :

Error occurs in ECC 5.0 in function module BBP4X_CODINGBLOCK_CHECK_47A

"LOOP AT BBPCOBL.

IF BBPCOBL-GL_ACCOUNT IS INITIAL.

EXIT.

ENDIF.

CALL FUNCTION 'READ_HAUPTBUCH'

EXPORTING

BUCHUNGSKREIS = BBPCOBL-COMP_CODE

SACHKONTO = BBPCOBL-GL_ACCOUNT"

where BBPCOBL does not have a component called GL_ACCOUNT

i checked structure BBP_COBL_47A and it only contains :

GRANT_NBR

CMMT_ITEM_LONG

I have opened an OSS message for this issue.

Yann

yann_bouillut
Active Contributor
0 Kudos

Hi,

Problem solved.

Table entries were missing due to an IDES user that made change to this table.

this modification probably has been imported through installation or patch of the IDES system.

I retrieved old version and reactivated everything.

Now it works like a charm

hope this can help other people working with an IDES system...

regards,

Yann