hai
i have problem in "function module exits ".
while i was creating enhancement in 'cmod' transaction function module exit of "XD01-SAPMF02D", in that function module source contain include program........
*"----
""Lokale Schnittstelle:
*" IMPORTING
*" VALUE(I_KNA1) LIKE KNA1 STRUCTURE KNA1
*" VALUE(I_KNB1) LIKE KNB1 STRUCTURE KNB1 OPTIONAL
*" VALUE(I_KNVV) LIKE KNVV STRUCTURE KNVV OPTIONAL
*" VALUE(I_ADDRHANDLE) LIKE ADDR1_SEL-ADDRHANDLE
*" OPTIONAL
*" TABLES
*" T_KNAS STRUCTURE KNAS OPTIONAL
*" T_KNAT STRUCTURE KNAT OPTIONAL
*" T_KNB5 STRUCTURE KNB5 OPTIONAL
*" T_KNBK STRUCTURE KNBK OPTIONAL
*" T_KNBW STRUCTURE KNBW OPTIONAL
*" T_KNEX STRUCTURE KNEX OPTIONAL
*" T_KNVA STRUCTURE KNVA OPTIONAL
*" T_KNVD STRUCTURE KNVD OPTIONAL
*" T_KNVI STRUCTURE KNVI OPTIONAL
*" T_KNVK STRUCTURE KNVK OPTIONAL
*" T_KNVL STRUCTURE KNVL OPTIONAL
*" T_KNVP STRUCTURE KNVP OPTIONAL
*" T_KNZA STRUCTURE KNZA OPTIONAL
*"----
====> Include zxf04u0<=====
endfunction.
double click on it it ll show error is following
"program name zx..... reserved for includes of exit function groups"..
how can i modify it?