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

Replacement FM

former_member206377
Active Contributor
0 Likes
963

HI ,

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

Thanks,

Vasuki

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
897

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
Read only

former_member189059
Active Contributor
0 Likes
897

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

Read only

Former Member
0 Likes
898

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.

Read only

0 Likes
897

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

Read only

0 Likes
897

Hi,

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

Reward if Helpful.

Regards,

Padmam.

Read only

0 Likes
897

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

Read only

0 Likes
897

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.

Read only

0 Likes
897

Hi Padmam,

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

Thanks ,

Vasuki