cancel
Showing results for 
Search instead for 
Did you mean: 

CRMD_ORDERADM_H table not being updated properly

Former Member
0 Kudos

Hello All,

I have a problem with Field DESCRIPTION_UC of CRMD_ORDERADM_H .

this table must always be updated with with the actual description of document. But system is not updating this field in manny cases.

Does anyone know what could be the reason? ?

thanks,

Marry.

Edited by: marrysap on May 27, 2011 10:32 AM

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member193352
Active Contributor
0 Kudos

Hello Mary,

Try using the DESCRIPTION field instead of DESCRIPTION_UC in the UI config. You can change this using the UI config tool. This should work.

Thanks

Vishal

Former Member
0 Kudos

Hi I had a similar problem where BW use table CRMD_ORDERADM_H for reporting.

They discovered that our description fields had bad characters causing bw reports to stop until the characters are removed.So we implemented badi IF_EX_CRM_ORDERADM_H_BADI using method IF_EX_CRM_ORDERADM_H_BADI to validste the description field before it gets saved.It worked perfectly but it you can only change the description field in the structure CS_ORDERADM_H_BADI.There is no description_uc (Upper case for description) field....so the bad characters are still showing in that field.Do you maybe know if there is another way to change the description_uc before it gets saved??And is the structure complete CS_ORDERADM_H_BADI if it doesnt have the description_uc field?Your advice would be much appreciated.

Former Member
0 Kudos

HI,

DESCRIPTION_UC field of CRMD_ORDERADM_H table is same as DESCRIPTION field. The only difference is DESCRIPTION_UC will be stored in caps letter and DESCRIPTION will be stored in the noraml case as entered by the user.

Regards,

Lakshmi.Y