Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

error while activating badi - ME_PROCESS_PO_CUST

Former Member
0 Likes
753

hi,

i have written the code in the process_header and process_item separately and when i try to activate the class, it is giving warning msg

In type group MMCNT

'In unicode programs the '-' character cannot appear in names as it does here in the name "MMCNT_EKKO-BEDAT", "MMCNT_EKKO-WKRUS", "MMCNT_EKKO-KDATE".

i activated it, and the class gets activated, but when i try to activate the badi, it is giving error message "Implementation class contains errors".

How to rectify the error and check whether my badi works or not?

plz help me.

thanks.

Sakthi sri.

hi,

i have written the code in the process_header and process_item separately and when i try to activate the class, it is giving warning msg

In type group MMCNT

'In unicode programs the '-' character cannot appear in names as it does here in the name "MMCNT_EKKO-BEDAT", "MMCNT_EKKO-WKRUS", "MMCNT_EKKO-KDATE".

i activated it, and the class gets activated, but when i try to activate the badi, it is giving error message "Implementation class contains errors".

How to rectify the error and check whether my badi works or not?

plz help me.

thanks.

Sakthi sri.

1 REPLY 1
Read only

Former Member
0 Likes
438

In class interface, properties tab, i removed the check mark of unicode checks active and now i can activate the badi.