cancel
Showing results for 
Search instead for 
Did you mean: 

DUMP in Shopping cart - Using Custom Field - BADI: BBP_CUF_BADI_2

Former Member
0 Kudos

Hi,

System Details:

SRM5.0

Classic Scenario.

I have appended a custom field in structure INCL_EEW_PD_ITEM_CSF_SC using Zappend structure to create a field UNSPSC in the Basic Data of Shopping Cart.

Field Name: UNSPSC, type NUMC, length 10.

And implemented & ONLY activated the BADI: BBP_CUF_BADI_2. I didnt write any code in BADI.

I am getting this field displayed in the WEB-SRM Shopping Cart screen.(Nice to see that)

However, When I enter some value in this field and pressing the Check button, getting and error

Note

The following error text was processed in the system SRD : Field symbol has not yet been assigned.

The error occurred on the application server uapkb2db_SRD_19 and in the work process 0 .

The termination type was: RABAX_STATE

The ABAP call stack was:

Form: MODIFY_INPUT of program SAPLBBP_PDH_CUF

Module: MODIFY_INPUT_100 of program SAPLBBP_PDH_CUF

What might be the reason? do i need to map it somewhere? or ???

All Helpful Answers Will Be Rewarded.

Regards,

Ashwin.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Ashwin,

could you please check note 812679 and 83587? Maybe this helps.

Best regards,

Georg

Answers (1)

Answers (1)

Former Member
0 Kudos

Hello,

You may refer sap note 672960 (older releases of SRM is 458591).

for shopping cart line item level, you would use structure:

INCL_EEW_PD_ITEM_CSF_SC and in addition to it you have to add that field in:

INCL_EEW_PD_ITEM_CSF also and if required publish the template.

Thanks

Former Member
0 Kudos

Hi Karthik,

I already applied that note long back but no result at all.

Is there any code that has to be coded in the BADI ?

Regards,

Ashwin.

Former Member
0 Kudos

Hi Ashwin,

Have you appended your field to both INCL_EEW_PD_ITEM_CSF and INCL_EEW_PD_ITEM_CSF_SC? It is necessary to append for both structures.

Additionally you can use reports BBPCUF to analyze the CUF fields.

Best Regards,

Prasanna

Former Member
0 Kudos

Guys,

To my luck,,, i had activated the BBP_DOC_CHANGE_BADI without any code...

this was the reason. I just deacticvated, and the DUMP dissapeared.

And for the error after entering some value in the custom defined field---- i was testin after making changes to only one structure. However, NOW after making changes to second structure its working fine.

Thank you for all the support.

I gave points to everyone.

Regards,

Ashwin.

Edited by: Ashwin Kumar on Mar 5, 2008 1:03 AM