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: 

FM in Background

Former Member
0 Kudos

Hi

Can you please tell me the below FM's will work in BAckground?:

TMP_GUI_DIRECTORY_LIST_FILES

cl_gui_frontend_services=>execute

CONVERSION_EXIT_SDATE_INPUT

CONVERSION_EXIT_ALPHA_INPUT

Regards,

Vishwa

6 REPLIES 6

Former Member
0 Kudos

Hi,

This function module will not work in the background mode

cl_gui_frontend_services=>execute

0 Kudos

Hi

Thanks for the reply.. Can u clarify about other FMs also.

Regards,

Vishwa.

GauthamV
Active Contributor
0 Kudos

hi,

Gui function modules will not work in background.

u can try this.

[https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/9831750a-0801-0010-1d9e-f8c64efb2bd2]

Former Member
0 Kudos

When an application is executed in the back ground , it is independent of presentation layer other words GUI , so the methods and fn module like gui_upload , download etc can not be executed in back ground .

If u need further explaination on this pls revert back .

Regards,

Ramesh

Former Member
0 Kudos

Hi,

TMP_GUI_DIRECTORY_LIST_FILES

cl_gui_frontend_services=>execute

These two function modules wont work in Background mode

CONVERSION_EXIT_SDATE_INPUT

CONVERSION_EXIT_ALPHA_INPUT

These two function modules will work in Background mode also

Hope it will helps

Former Member
0 Kudos

Thanks for the replies.. I have clarity now.