cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Dump while creating Shopping cart

Former Member
0 Likes
473

Hi All,

I am getting below dump after clicking Create Shopping Cart button..

UNCAUGHT_EXCEPTION

Buffer table not up-to-date

Function: BBP_PD_ABORT of program SAPLBBP_PDH

Form: ABORT of program SAPLBBP_PDBUP

Form: CHECK_PARTNER_EXISTENCE of program SAPLBBP_PDBUP

Form: PDBUP_MAINTAIN_ALL of program SAPLBBP_PDBUP

Form: PDBUP_F_CREATE of program SAPLBBP_PDBUP

Function: BBP_PDBUP_CREATE of program SAPLBBP_PDBUP

Form: PROCDOC_CREATE of program SAPLBBP_PD

Function: BBP_PROCDOC_CREATE of program SAPLBBP_PD

Method: CREATE_SC_INT of program /SAPSRM/CL_PDO_FACTORY_SC_ADV=CP

Method: CREATE_NEW_INSTANCE of program /SAPSRM/CL_PDO_FACTORY_SC_ADV=CP

Checked in Debug .. issue is in below code

    CALL FUNCTION 'BBP_PDH_BUP_GET_FOR_PROC_TYPE'
    EXPORTING
      iv_proc_type        = lv_proc_type
      iv_subtype          = lv_subtype
      iv_doc_level        = iv_kind
      iv_template_type    = is_icom-template_type
      iv_bid_type         = is_icom-bid_type
      iv_itm_type         = is_icom-itm_type
      iv_rfq_ind          = is_icom-rfq_ind
      iv_lump_sum_ind     = is_icom-lump_sum_ind
    TABLES
      et_partner_card     = lt_partner_card
    EXCEPTIONS
      proc_type_not_found = 1
      OTHERS              = 2.
  IF sy-subrc <> 0.
    PERFORM abort.

  endif.

lt_partner_card is empty and input field lv_proc_type is empty ..

Can u pls advice..

Regards

SL

Accepted Solutions (1)

Accepted Solutions (1)

former_member216093
Contributor
0 Likes

Hi Santosh,

System seems to be not able to identify all entities to initiate the transaction like PORG, PGRP, Company etc.

Can you please recheck the link for the user's responsible PGRP and PORG etc, linkage of PGRP to PORG and assignment to backend PORG, in attributes cross check the company etc?

Regards,

Ravi

Answers (3)

Answers (3)

Former Member
0 Likes

Hi All ,

Thanks for your reply..

The issue is because of incorrect Event Schema Activation for alerts and  Notification..

The issue has been rectified ..

Thanks All for your inputs

Regards

Santosh

Former Member
0 Likes

Hi Santosh,

Pls check if the number range of SC maintained correctly. And also check if all the mandatory attributes are maintained for the user.

Best Regards,

Anil

ricardo_cavedini
Product and Topic Expert
Product and Topic Expert
0 Likes

Hello,

Have you defined follow-on document type in PPOMA_BBP for the user who is creating the cart?

Check if BSA attirubte is maintained.

Regards,

Ricardo