2008 Nov 21 6:55 AM
Hello,
I created enhancment and write some code. but now I dont want that code..so I deleted that code.But in program Enhancement is still there.eg I created...
ENHANCEMENT 20 BOM_MATNR_CHECK. "active version
*
IF MTCOM-MATNR NE ''.
IF RC29K-MATNR NE MTCOM-MATNR.
MESSAGE 'Item is not correct' TYPE 'E'.
ENDIF.
ENDIF.
ENDENHANCEMENT.
when I delete code then its look like
ENHANCEMENT 20 BOM_MATNR_CHECK. "active version
ENDENHANCEMENT.
I also want to delete the above 2 line.
pls help
thanks,
Rakesh
2008 Nov 21 7:05 AM
Hi Rakesh ,
To delete this Right Click on your Implementation name and goto Enhancement -> Undo, your implementation will remove from that spot .
or u can delete directly from SE19 T-code..
Thanks
Satya
Edited by: Satya SBS on Nov 21, 2008 12:39 PM
2008 Nov 21 8:17 AM