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

Function module to upload Excel in version 3.1

Former Member
0 Likes
339

Hi,

Please can anybody tell me what is the function module to upload Excel sheet in SAP version 3.1.its urgent

And also the user-command in radio buttons is not working in version 3.1. Please suggest me the right code for radio buttons in 3.1 version.

please find the following code for radio buttons

SELECTION-SCREEN BEGIN OF BLOCK blck WITH FRAME TITLE text-001.

PARAMETERS: r_local radiobutton group g1 user-command ucomm,

r_app radiobutton group g1,

p_filename LIKE rlgrap-filename.

SELECTION-SCREEN END OF BLOCK blck.

Thanks in Advance....

Regards,

Swapna

Edited by: Alvaro Tejada Galindo on Feb 29, 2008 10:22 AM

1 REPLY 1
Read only

Former Member
0 Likes
284

Hi,

Use Ws_upload function module.

Regards,

Sunil