2007 Aug 13 4:22 AM
HI ,
can anybody pls tell the replacement FM for "GET_FIELDTAB" and also "POPUP_TO_CONFIRM_LOSS_OF_DATA"..
Thanks,
Vasuki
2007 Aug 13 4:48 AM
Hi,
Replacement Function Module for
'GET_FIELDTAB' is <b>COIS_GET_FIELDTAB</b>.
For 'POPUP_TO_CONFIRM_LOSS_OF_DATA' Function Module,you can use <b>POPUP_TO_CONFIRM_DATA_LOSS</b> or <b>POPUP_TO_CONFIRM</b>.
Regards,
Padmam.
2007 Aug 13 4:45 AM
for 'GET_FIELDTAB' a replacement function module is 'SCT1_GET_NAMETAB_RFC_40_30'
2007 Aug 13 4:48 AM
Hi,
Replacement Function Module for
'GET_FIELDTAB' is <b>COIS_GET_FIELDTAB</b>.
For 'POPUP_TO_CONFIRM_LOSS_OF_DATA' Function Module,you can use <b>POPUP_TO_CONFIRM_DATA_LOSS</b> or <b>POPUP_TO_CONFIRM</b>.
Regards,
Padmam.
2007 Aug 13 4:54 AM
Hi padmam,
Thanks for the reply , but the FM u have mentioned has a parameter called "KENNZAHLEN " which is not present in the obsolete FM. . what shud be passed to this parameter..?
2007 Aug 13 4:57 AM
Hi,
You have to Pass the Field Name for that Parameter KENNZAHLEN.
Reward if Helpful.
Regards,
Padmam.
2007 Aug 13 5:08 AM
Hi padmam,
Thanks again.. but can u be more elaborative abt this ,cos that is a 'tables' parameter so when we pass the fieldname it throws an error saying that the field name is not an internal table..
it wud be helpful if u cud explain it with the code ..
Thanks
Vasuki
2007 Aug 13 5:18 AM
Hi,
Its an Internal Table with one Parameter 'FIELDNAME' with length 30 of Character Type.
You declare one Internal Table with one Field 'FIELDNAME' of Type Char with Length 30.You pass this Internal Table for that Parameter 'KENNZAHLEN'.
Regards,
Padmam.
2007 Aug 13 6:41 AM
Hi Padmam,
Thanks a lot for your help.. its working now..
Thanks ,
Vasuki