cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Obsolete satements

Former Member
0 Likes
157

Can any one give me the replacebale stmts for these obso stmts,

CALL FUNCTION 'GUI_RUN'

CALL FUNCTION 'HELP_VALUES_GET_WITH_TABLE'

CALL FUNCTION 'HELP_VALUES_GET_WITH_VALUE'

CALL FUNCTION 'POPUP_TO_CONFIRM_STEP'

CALL FUNCTION 'WS_QUERY'

CALL FUNCTION 'WS_FILENAME_GET'

CALL FUNCTION 'WS_FILE_DELETE'

CALL FUNCTION 'WS_EXECUTE'

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Likes

Hi Kiran,

Please use methods of cl_gui_frontend_services.

Also SAP is backwards compatible. So these FM's should work in New versions also.

Best regards,

Prashant