Steps:: Radio Buttons in Module Pool Programming
Steps:: Radio Buttons in Module Pool Programming
pool programming. Steps: 1. Go to SE80, create sample module pool program. 2. Create screen with two radio buttons and desired fields as below. (To create radio buttons in module pool program, please refer tutorial Radio buttons in Module pool programming). Lets say we created a screen as below.
3. When user clicks the Header radio button, we want to hide the Billing item text and I/O field. Also we want to display the text back, when user clicks Item radio button again. 4. Double click on billing document text field; screen painter attribute window will appear. Assign group to the billing Item text.
6. Now in the PBO of the screen, create a module to write code to hide and show the screen elements.
The billing item disappeared from the output screen. In this way we can hide and show the screen elements in module pool program.