Application Development 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: 

Replacement FM

former_member206377
Active Contributor
0 Kudos

HI ,

can anybody pls tell the replacement FM for "GET_FIELDTAB" and also "POPUP_TO_CONFIRM_LOSS_OF_DATA"..

Thanks,

Vasuki

1 ACCEPTED SOLUTION

Former Member
0 Kudos

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.

7 REPLIES 7

former_member189059
Active Contributor
0 Kudos

for 'GET_FIELDTAB' a replacement function module is 'SCT1_GET_NAMETAB_RFC_40_30'

Former Member
0 Kudos

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.

0 Kudos

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..?

0 Kudos

Hi,

You have to Pass the Field Name for that Parameter KENNZAHLEN.

Reward if Helpful.

Regards,

Padmam.

0 Kudos

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

0 Kudos

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.

0 Kudos

Hi Padmam,

Thanks a lot for your help.. its working now..

Thanks ,

Vasuki