Hi Guru's,
Release Strategy User exit problem.
Requirement is.
Po over Delivery tolerance 2% above. Release level one created goes to Blocked in Po.
Creating for Class Characteristic. Used structure in CEKKO tolerance value not occurs this structure. So I am using for user exit "M06E0004" The below Code is using
DATA: wa_bekpo LIKE LINE OF it_bekpo.
MOVE-CORRESPONDING I_CEKKO TO E_CEKKO.
READ TABLE it_bekpo INTO wa_bekpo INDEX 1.
IF sy-subrc EQ 0.
E_CEKKO-USRN1 = wa_bekpo-UEBTO.
Move wa_bekpo-UEBTO TO e_cekko-USRN1.
ENDIF.
It's not use.
The Value not move this structure.
How is solve this problem. Plz, Advice me.
By,
Jeevan.S