on 2013 Oct 17 8:08 AM
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
Request clarification before answering.
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.