cancel
Showing results for 
Search instead for 
Did you mean: 

DUMP when Limit item item SC is ordered

Former Member
0 Kudos

Hi All,

We are facing a dump issue when we order a Limit item sc.  When I see the dump analysis it is coming from the standard. Please suggest do we have any oss note to over come this problem.

Error application is coming up.

20120710

043723

XXXXXXXXX

http://XXXXXXXXXXXXX:8000/sap/bc/webdynpro/sapsrm/wda_l_fpm_oif

UNCAUGHT_EXCEPTION

Buffer table not up-to-date

Function: BBP_PD_ABORT of program SAPLBBP_PDH

Form: ABORT of program SAPLBBP_PDH_MSG

Function: BBP_PD_MSG_CONVERT_APPROVAL of program SAPLBBP_PDH_MSG

Form: PROCDOC_CHECK of program SAPLBBP_PD

Function: BBP_PROCDOC_CHECK of program SAPLBBP_PD

Function: BBP_PDH_MSG_RECHECK of program SAPLBBP_PDH_MSG

Function: BBP_PDH_MSG_INTERNAL_SAVE of program SAPLBBP_PDH_MSG

Form: STATUS_SET_AND_INTERNAL_SAVE of program SAPLBBP_PD

Form: PROCDOC_UPDATE of program SAPLBBP_PD

Function: BBP_PROCDOC_UPDATE of program SAPLBBP_PD

Accepted Solutions (1)

Accepted Solutions (1)

ricardo_cavedini
Active Contributor
0 Kudos

Hello,

I have already faced this dump and it occurred when BBP_DOC_CHECK_BADI was used.

The item GUID passed to the BAdI was not the same as the item GUID provided as output. Then, there was a GUID mismatch and error occurred.

Check if item GUID is always the same in your implementation.

Regards,

Ricardo

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Amarnath,

Appears like your buffer table is not getting updated. You might have placed a code in the doc change badi which is not upadating the buffer hence I think the dump. Perhaps, you can have a look at the Doc Change badi to see if there are any issues in it.

Regards,

Naveen

former_member208675
Active Contributor
0 Kudos

Hi,

You should refer following links:

I hope it helps.


Regards,