‎2009 Apr 07 7:55 AM
hi i have created a TR and when i check the transport before releasing the transport im getting the
error extended program check ....would this effect my trasnport or should i goahead with releasing the transport ....it is showing some error on test envoirnment and particular FM is not stored in database table TFDIR...
thanks,
‎2009 Apr 07 8:16 AM
You go through the error description and follow the suggestion mentiond there. You should clear the errors in Extended program check. Otherwise it will lead to runtime error.
Regards,
Joan
‎2009 Apr 07 7:57 AM
Hi,
If you get an error other than 0. please do not get in to risk by releasing.
recheck , activate ,save and release.
thanks,
kat
‎2009 Apr 07 7:58 AM
Hi,
Its good practicse to check Extended Program Check ERRORS, and there should n't be any Errors in this check, b'coz these errors will lead to Runtime error.
Regards,
Naveen
‎2009 Apr 07 8:16 AM
You go through the error description and follow the suggestion mentiond there. You should clear the errors in Extended program check. Otherwise it will lead to runtime error.
Regards,
Joan
‎2009 Apr 07 8:18 AM
Procced with extended error check and try to fix the issue.
then only transport the same.
‎2009 Apr 07 8:57 AM
It is recomended that you ensure no EPC error. Again from the error you mentioned it seems some fm you used is is not there in the system where you are doing the epc check.
Probably something like this error :
Program: YTEMP_CLS Row: 22 [Prio 2]
Main Program for Function Module Z_E_EQUI_AAAAAAAAAAAA Missing
(Z_E_EQUI_AAAAAAAAAAAA is not shown in the database table TFDIR)
Caution: SLIN observes the catching of the runtime error by
CX_SY_DYN_CALL_ILLEGAL_FUNC
(The message can be hidden with "#EC EXISTS)
Ensure that the fm you are using is there in the sy-stem you are working and ensure transporting that fm to the target sytem(and Client) before you transport your program where you used that fm.