cancel
Showing results for 
Search instead for 
Did you mean: 

Adding a new field in field catalog in account determination

Former Member
0 Kudos

Hi,

I want to base my account determination on customer group of the customer master. I am unable to add this field in field catalog.Please help. Please also mention the steps I need to follow to achieve this.

Thanks and regards,

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

You need to take the help of your ABAPer to fulfill this requirement.

You need to add the field 'KDGRP' in either the tables KOMCV, KOMKCV, or KOMPCV.

Once it is added in any of those 3 tables, it will appear in your field catalogue.

This should be enough to resolve your issue. Do let me know if you are still facing issues with this.

Regards,

Rohan Gudavalli.

Answers (3)

Answers (3)

Former Member
0 Kudos

This message was moderated.

Former Member
0 Kudos

HI,

1. Add new field KDGRP to KOMKCZ Account Determination Communication Header.

Add the field in the field catalog in customizing.

2. Use user exit to move value:

USEREXIT_ACCOUNT_PREP_KOMKCV (in RV60AFZZ.)

3.3. Move value as follows:

1) Get value of VBRK-VBELN (Billing document number).

2) Go to billing document and get value of VBRK-KDGRP .

3)) Move value:

VBRK-) Move value:

VBRK-KDGRP= KOMKCV-KDGRP

The statement as follow:

FORM USEREXIT_ACCOUNT_PREP_KOMKCV.

MOVE VBRK-KDGRP TO KOMKCV-KDGRP.

ENDFORM.

Assign the specification C, VB, and 001 to the field KDGRP in table T681F.

Regards,

Saju.S

madhu_vadlamani
Active Contributor
0 Kudos

Hi Colab,

[http://www.sap-img.com/sap-sd/how-to-create-field-in-komp-komp.htm]

[]

[http://www.sap-basis-abap.com/sd/how-to-add-new-fields-to-field-catalog.htm]

Check th e sap note 174969. This will help you how to do.

Regards,

Madhu.

Edited by: madhurao123 on Jul 22, 2011 9:43 AM