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

Obsolete fm CLPB_EXPORT?

Former Member
0 Likes
877

Hi,

I am involved in an upgrade project from 4.6C to ECC 6.0. So, I am looking for a replacement to function module CLPB_EXPORT

Pls, if anyone can suggest me any alternative.

Siva

Hi,

I am involved in an upgrade project from 4.6C to ECC 6.0. So, I am looking for a replacement to function module CLPB_EXPORT

Pls, if anyone can suggest me any alternative.

Siva

4 REPLIES 4
Read only

Former Member
0 Likes
705

Hi,

you should use class CL_GUI_FRONTEND_SERVICES, method: CLIPBOARD_EXPORT

Regards,

Anki Reddy

Read only

former_member194669
Active Contributor
0 Likes
705

please check the function module documentation you can find the alternative to this

ie you need to use class CL_GUI_FRONTEND_SERVICES

Read only

Former Member
0 Likes
705

Hi,

Try using CLIPBOARD_EXPORT method of the class CL_GUI_FRONTEND_SERVICES..

Also I believe this function module is still available in ECC 6.0.

Thanks

Naren

Read only

Former Member
0 Likes
705

Thank all very helpful answer