cancel
Showing results for 
Search instead for 
Did you mean: 

Long Text Description from SRM to CCM

Former Member
0 Kudos

Hi All.

Our requirement is like ,

We have transfered Long text from R/3 to SRM product master in Basic Text field. But now when transfering Product data from SRM to CCM by BBP_CCM_TRANSFER_CATALOG , we are not getting long text description in CCM catalog.

We think we have to use some badi developmnet like BBP_CCM_CHAR_MAINT with method ENHANCE_CTY_DEF but we are not sure how to use this?

Any idea?

Thanks,

Accepted Solutions (0)

Answers (1)

Answers (1)

masa_139
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi,

somthink like this.

ls_char_definition-char_name = '/CCM/LONG_DESCRIPTION'.

ls_char_definition-char_datatype = 'CHAR'.

ls_char_definition-multival_indicator = ' '. "abap_true

APPEND ls_char_definition TO et_char_definition.

Regards,

Masa