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

Problem in Coping RFKUZI00

Former Member
0 Likes
947

I have 2 make the key field WITHT of table T059ZZINS.(SAP ECC 6)

My main program is RFKUZI00(F.47) ..in this main program the include program is RFDUZI03 which conatins FM 'FI_WT_DUZI_FILL_FTPOST' and it contains FM "FI_WT_READ_T059ZZINS’

This last FM contains table T059ZZINS.

Now i have copied. ZRFKUZI00, ZRFDUZI03.

Do i also have to copy the FMs??And the Function Grpops?

Or i have to copy the table also?

I have copyed all programs..

but it giving..

An exception occurred that is explained in detail below.

The exception, which is assigned to class 'CX_SY_DYN_CALL_ILLEGAL_FUNC', was

not caught in

procedure "FB01_BUCHEN" "(FORM)", nor was it propagated by a RAISING clause.

Since the caller of the procedure could not have anticipated that the

exception would occur, the current program is terminated.

The reason for the exception is:

The program "ZRFKUZI00" contains the CALL FUNCTION statement.

The name of the function module to be called is "ZFI_WT_DUZI_FILL_FTPOST".

but "ZFI_WT_DUZI_FILL_FTPOST" cannot be found in its function group.

Please its urgent...plz

Message was edited by:

Kaushik Datta

Message was edited by:

Kaushik Datta

1 ACCEPTED SOLUTION
Read only

SuhaSaha
Product and Topic Expert
Product and Topic Expert
0 Likes
910

I think u need to copy the FMs & assign them to the previously existing Func. Grp. I think you dont have to copy the Func. Grps.

I just saw the code & i think u have to change the code for the FM FI_WT_READ_T059ZZINS & use this FM in 'FI_WT_DUZI_FILL_FTPOST' . U dont have to change anything in the 2nd FM.

I hope u find this solution helpful. Please reward points

Regards,

Suhas.

I have 2 make the key field WITHT of table T059ZZINS.(SAP ECC 6)

My main program is RFKUZI00(F.47) ..in this main program the include program is RFDUZI03 which conatins FM 'FI_WT_DUZI_FILL_FTPOST' and it contains FM "FI_WT_READ_T059ZZINS’

This last FM contains table T059ZZINS.

Now i have copied. ZRFKUZI00, ZRFDUZI03.

Do i also have to copy the FMs??And the Function Grpops?

Or i have to copy the table also?

I have copyed all programs..

but it giving..

An exception occurred that is explained in detail below.

The exception, which is assigned to class 'CX_SY_DYN_CALL_ILLEGAL_FUNC', was

not caught in

procedure "FB01_BUCHEN" "(FORM)", nor was it propagated by a RAISING clause.

Since the caller of the procedure could not have anticipated that the

exception would occur, the current program is terminated.

The reason for the exception is:

The program "ZRFKUZI00" contains the CALL FUNCTION statement.

The name of the function module to be called is "ZFI_WT_DUZI_FILL_FTPOST".

but "ZFI_WT_DUZI_FILL_FTPOST" cannot be found in its function group.

Please its urgent...plz

Message was edited by:

Kaushik Datta

Message was edited by:

Kaushik Datta

6 REPLIES 6
Read only

Former Member
0 Likes
910

Plz help me

Read only

SuhaSaha
Product and Topic Expert
Product and Topic Expert
0 Likes
910

Hi Kaushik,

I cannot understand what are you trying to do by Copying the code?

Are you trying to modify the code or the FM or table?

Regards,

Suhas

Read only

0 Likes
910

Thanks

I have to make the key field WITHT of To59zzins as a non key field,

which is beeing used in F.47 transaction.

Read only

SuhaSaha
Product and Topic Expert
Product and Topic Expert
0 Likes
911

I think u need to copy the FMs & assign them to the previously existing Func. Grp. I think you dont have to copy the Func. Grps.

I just saw the code & i think u have to change the code for the FM FI_WT_READ_T059ZZINS & use this FM in 'FI_WT_DUZI_FILL_FTPOST' . U dont have to change anything in the 2nd FM.

I hope u find this solution helpful. Please reward points

Regards,

Suhas.

Read only

Former Member
0 Likes
910

ok..thanks..but

do i asign the ZFM FI_WT_READ_T059ZZINS to exiting SAP function group?i.e FWTR.

And,

will i b able to change the key field of table T059ZZINS?

or i have to copy the table?bcoz ultymately i have to make the WITHT field of table T059ZZINS as non key field..

<b>Dont worry abt reward,i will definitly give u the full reward,coz i need the solution fast.</b>

I have to copy the main program RFKUZI00,in which inclule program RFDUZI03 contains the FC..there are 2 more include prograsms..will i copy them too?

Message was edited by:

Kaushik Datta

Read only

Former Member
0 Likes
910

solved....thanks