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

Transport error

former_member224405
Participant
0 Likes
720

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,

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
688

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

5 REPLIES 5
Read only

Former Member
0 Likes
688

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

Read only

Former Member
0 Likes
688

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

Read only

Former Member
0 Likes
689

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

Read only

Former Member
0 Likes
688

Procced with extended error check and try to fix the issue.

then only transport the same.

Read only

Former Member
0 Likes
688

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.