cancel
Showing results for 
Search instead for 
Did you mean: 

Account assignment custom fields in SC

Former Member
0 Kudos

Hello Experts,

We have upgraded to SRM 7.0 recently with classic scenario.

In the Shopping cart account assignment tab we introduced one custom field where the field needs to be updated in u201CAssign numberu201D field for one of the account assignment category .

We have already done the customization in SPRO for this account assignment category . But system is default taking G/L account number instead of this custom field value in the ACC_ASSIGN field.

Can anybody inform why G/L account is updating over there and how to replace it.

so we also tried with these two options by replacing the ACC_ASSIGN in V_DO_ACCOUNTING View

1. web dynpro enhancement

2. set the attribute in the Badi WD_BADI_DOMODIFYVIEW but it didnu2019t work out.

Your inputs are helpful.

Thanks

Geetha

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

Account assignment might be defaulted based on the what the user is configured for in PPOMA_BBP. if the G\L account is the default account assignment category then it will automatically update that in the SC screen. one way is to change this configuration in PPOMA_BBP or you can do some coding in BBP_DOC_CHANGE badi to overwrite the value.

Cheers, Prabhu

Former Member
0 Kudos

hello ,

But the Assign number field is not at all coming in Doc_Change_BADI . So i dont think so its possible to replace that.

More over we didnt set up G/L account as deafult any where. WE have only one custom table to update G/L account.

Regards

Geteha

Former Member
0 Kudos

Hi,

try if BADI BBP_DETERMINE_ACCT helps. Custom logic for determingin account assignment can be done here.

Cheers, Prabhu

Former Member
0 Kudos

Hi,

Try to set the same attribute by implementing BBP_DOC_CHANGE_BADI... This will help you...

Thanks!!

Bharath