cancel
Showing results for 
Search instead for 
Did you mean: 

Shopping cart error - Buffer table not up-to-date

Former Member
0 Kudos

Hi all,

We are using SRM 7.0. i am  trying to create shopping cart for indirect material.

1. i selected describe what u need

2. i have provided the description, product category, price, quantity

3. cost center and GL account came through org structure and configuration

4. there are no errors and when i click on order, i get the below error.

can you guys give any insight on this.

Error while processing your query


What has happened?

The URL call http://fa0709.global.ctb:8000/sap/bc/webdynpro/sapsrm/wda_l_fpm_gaf was terminated because of an error.

 
Note
  • The following error text was processed in system MB1 : Buffer table not up-to-date
  • The error occurred on the application server FA0709_MB1_00 and in the work process 3 .
  • The termination type was: RABAX_STATE
  • The ABAP call stack was:
    Function: BBP_PD_ABORT of program SAPLBBP_PDH
    Form: ABORT of program SAPLBBP_PD
    Form: BUDGET_SC_CHECK of program SAPLBBP_PD
    Form: PROCDOC_CROSS_CHECKS of program SAPLBBP_PD
    Form: PROCDOC_DB_CHECK of program SAPLBBP_PD
    Form: PROCDOC_CHECK of program SAPLBBP_PD
    Function: BBP_PROCDOC_CHECK of program SAPLBBP_PD
    Method: /SAPSRM/IF_PDO_BASE~CHECK of program /SAPSRM/CL_PDO_BASE===========CP
    Method: /SAPSRM/IF_PDO_BASE~CHECK of program /SAPSRM/CL_PDO_BO_SC==========CP
    Method: /SAPSRM/IF_PDO_BASE~CHECK of program /SAPSRM/CL_PDO_BO_SC_ADV======CP
 
   

What can I do?

  • If the termination type is RABAX_STATE, you will find more information on the cause of termination in system MB1 in transaction ST22.
  • If the termination type is ABORT_MESSAGE_STATE, you will find more information on the cause of termination on the application server FA0709_MB1_00 in transaction SM21.
  • If the termination type is ERROR_MESSAGE_STATE, you cansearch for further information in the trace file for the work process 3 in transaction ST11 on the application server. FA0709_MB1_00 . 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 adminmistrator.

Error Code: ICF-IE-http -c: 100 -u: UBMEDUKO -l: E -s: MB1 -i: FA0709_MB1_00 -w: 3 -d: 20121228 -t: 022456 -v: RABAX_STATE -e: UNCAUGHT_EXCEPTION -X: 00505681330C1EE29492B743C8226EAA_00505681330C1EE29492B6FE99B94EAA_1 -x: BA9550E2411EF119AEAA00505681330C


HTTP 500 - Internal Server Error

Your SAP Internet Communication Framework Team

Accepted Solutions (0)

Answers (1)

Answers (1)

jason_boggans
Active Contributor
0 Kudos

The Abort is called in the BUDGET_SC_CHECK form so you should set the breakpoint there to see why the abort is called.

Regards,

Jason