2007 Aug 09 8:33 AM
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
2007 Aug 09 8:56 AM
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
2007 Aug 09 8:35 AM
2007 Aug 09 8:43 AM
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
2007 Aug 09 8:46 AM
Thanks
I have to make the key field WITHT of To59zzins as a non key field,
which is beeing used in F.47 transaction.
2007 Aug 09 8:56 AM
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.
2007 Aug 09 9:23 AM
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
2007 Aug 18 7:34 AM