cancel
Showing results for 
Search instead for 
Did you mean: 

displaying custom fields on shopping cart

Former Member
0 Kudos

Hi,

We have a requirement of displaying a users 10 favourite cost elements in the cost assignment tab while creating a shopping cart.

To meet this requirement we want 10 rows to be displayed in the cost assignment tab. Each row will consist of the following fields:

Account category

Cost Center

WBS Element

GL Account

Check box/Boolean Field.

The user will select the check boxes or update the boolean fields of the row/s he wants to select.

To achieve this requirement we have added the fields (as per sap note 672960) to the following structures/tables:

INCL_EEW_PD_ACC_CSF

BBP_C_ACC_F

BBP_C_ACCFD.

Also added the fields in customizing (TCode SPRO) as decribed in the note.

The problem is only one each of account category, cost center/WBS Element and GL account is displayed one below the other, whereas we want 10 rows to be displayed.

How do we go about achieving this requirement. Any help would be greatly appreciated.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

I'm not sure which release you are on, but on our release (SRM 5.5) we have two BADI's that could assist.

1) BBP_F4_READ_ON_ENTR. This won't give you ten rows, but the 'F4' list can be defaulted to the 10 favorites. That way then can easily select their favourites. They would need to create a new row per fav. selected specifying the percentage distribution or value dist.

2) BBP_DOC_CHANGE_BADI. Here you can set values, but that will create an account distribution for 10 rows by default. You will need to act on thier input again to remove the rows they don't want.

I am not too sure re putting your 'bespoke' fields on the screen, but the above methods offer alternate ways of achieving what you want.

Cheers

Rob