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: 

Radio buttons

Former Member
0 Kudos
74

Hi Guru's,

as i need to upload a file from ftp server and from desktop with selection of either radio buttons so please give me the code acordingly ..

Helpfull will be rewarder.

3 REPLIES 3

Former Member
0 Kudos
50

hi

you can upload a program directly just go to se38 create a new program and you will se two buttons on editor on right hand side 1 for upload nad anothe for upload, press that upload button to upload a program.

thanks

0 Kudos
50

see i am not asking for the program to upload .. in the program i need to upload the records from the exces which is prasent in the desktop or the same sheet which i need to collect from the FTP server by selcting of either of radio buttons

Former Member
0 Kudos
50

hi Sunny,

selection-screen BEGIN OF block b1 WITH frame title text-001.

SELECTION-SCREEN SKIP 1.

PARAMETERS:p_cov RADIOBUTTON GROUP rad1 DEFAULT 'X' USER-COMMAND rusr,

p_covid TYPE char7 MODIF ID bl1 , "Conversion ID

p_tab RADIOBUTTON GROUP rad1.----radio buttions

TRANSLATE p_covid TO UPPER CASE.

  • select-options : p_tabn for i modif id bl2.

**parameters : p_tabn type dd07l-tabname modif id bl2.

SELECT-OPTIONS : s_tabn FOR wa_tabn-tabn MODIF ID bl2 NO INTERVALS.

" Table Name

PARAMETERS: p_deltab TYPE char2 DEFAULT '^' OBLIGATORY .

"Delimiter

SELECTION-SCREEN SKIP 1.

PARAMETERS:p_loc TYPE rlgrap-filename. -


file path

-


Amit