cancel
Showing results for 
Search instead for 
Did you mean: 

Bid Invitation search: Buffer table not up to date

Former Member
0 Kudos

When we try to click our bid invitation we encounter BUffer table not up to date error, we are using SRM5.0

we have run /$sync and /$tab to clear buffer

but still got the following error:

Note

The following error text was processed in the system SRP : Buffer table not up to date

The error occurred on the application server alisrpr4_SRP_03 and in the work process 1 .

The termination type was: RABAX_STATE

The ABAP call stack was:

Function: BBP_PD_ABORT of program SAPLBBP_PDH

Function: BBP_PDLINK_GET of program SAPLBBP_PDLINK_OW

Function: BBP_PDORG_GETDETAIL of program SAPLBBP_PDORG

Form: PROCDOC_GETDETAIL of program SAPLBBP_PD

Function: BBP_PROCDOC_GETDETAIL of program SAPLBBP_PD

Function: BBP_PD_BID_GETDETAIL of program SAPLBBP_PD_BID

Form: BID_HEADER_ITEM_VIEW of program SAPLBBP_BID_INV

Form: BID_GETDETAIL of program SAPLBBP_BID_INV

Form: GETDETAIL_AND_FILL of program SAPLBBP_BID_INV

Function: BBP_BID_PROCESS of program SAPLBBP_BID_INV

What can I do?

If the termination type was RABAX_STATE, then you can find more information on the cause of the termination in the system SRP in transaction ST22.

If the termination type was ABORT_MESSAGE_STATE, then you can find more information on the cause of the termination on the application server alisrpr4_SRP_03 in transaction SM21.

If the termination type was ERROR_MESSAGE_STATE, then you can search for more information in the trace file for the work process 1 in transaction ST11 on the application server alisrpr4_SRP_03 . In some situations, you may also need to analyze the trace files of other work processes.

If you do not yet have a user ID, contact your system administrator.

Hope you can assist us, thanks

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

We also encounter this error. please advise if you've already resolved this.

Thank You,

Van

Former Member
0 Kudos

Did you have bbp_doc_change_badi active ? This dump could happen if table have inconsistent entries,

you could set a breakpoint in FM:BBP_PDLINK_GET to see what is going on there.

Regards

Lauren

former_member183819
Active Contributor
0 Kudos

lauren is correct. you have some bad data in BId invitation. you must clear it and you must identify what data.

muthu

Former Member
0 Kudos

what should i enter at the following:

IV_KIND

IV_SET_NAME

sori i am not familiar to use this FM.

thanks.

Former Member
0 Kudos

Hi, The most direct way is set breakpoint in this function module , afterwards repeat the application, so you will check those

data when BP stopped.

Best Regards

Lauren

Former Member
0 Kudos

Hi lauren,

is there any other way?

im sori i am not so technical as i dont know how to set breakpoint.

thanks.

Former Member
0 Kudos

Hi, cheann

It's not difficult to set breakpoint, here it is.

First logon with reproduce user to GUI, go to tr:SE37, put FM name and display.

Now push "ctrlshiftF9" at the same time, external breakpoint will be set, there is one message saying, external point has been set for user:XXXXX. make sure this then repeat the application to analyze by yourself. BP will stop.

If you have multiple server, execute as below.

in tr:SM51, Select the correct server push"ctrlshiftf8", now jump into this server and set breakpoint here,(it's

the same as above)

Hope this information is helpful for you to go ahead.

Regards

Lauren