Google Search - Blog...........

CHECK BOXES AND RADIO BUTTONS programs in sap abap

Write a program with
- Parameter as checkboxes
- If checkbox 1 is clicked write c.b 1 clicked else c.b 1 not clicked.
- If checkbox 2 is clicked write c.b 2 clicked else c.b 2 not clicked.
- If checkboxes 1 & 2 are clicked write c.b 1 & c.b. 2 are clicked.
- If checkboxes 1 & 2 are not clicked write c.b 1 & c.b. 2 are not clicked.

2 Write a program with
- Parameters as two groups of Radiobuttons (two Radiobuttons in each group).
- Give detailed coding as above, to show the Radiobuttons and groups
- selected

3 Write a program with
- Parameter as checkbox.
- If you click the checkbox then display first day of the next year.
- If the checkbox is not clicked then display last day of the current year.

4. Write a program with
- Parameter as group of 3 radio buttons
- If first radio button is clicked, display last day of the current month.
- If second radio button, display first day of the next month
- If third radio button, display date after six months.

No comments:

Post a Comment