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: 

How to use No extension and No intervals dynamically

former_member244346
Participant

Hi Experts,

I have a requirement to make dynamically multiple entry and for same i need to single entry based on radio button select in selection screen abap report.

Any lead can help me on this.

Thanks,

1 ACCEPTED SOLUTION

matt
Active Contributor
0 Kudos

For your no interval, no extension - are you just wanting a single entry? In that case define a select option and a parameter. Use LOOP AT SCREEN in the AT SELECTION SCREEN OUTPUT event to toggle wheter the select option and the parameter are visible.

2 REPLIES 2

maheshpalavalli
Active Contributor
0 Kudos

Hi Ramesh,

Check the FM 'SELECT_OPTIONS_RESTRICT' if it supports your scenario, usually it is used to restrict the exclude, include etc., tabs in select options.

https://archive.sap.com/discussions/thread/809061

If it wont work, I guess you have to declare another parameter and make it visible/invisible based on the radio button.

BR,

Mahesh

matt
Active Contributor
0 Kudos

For your no interval, no extension - are you just wanting a single entry? In that case define a select option and a parameter. Use LOOP AT SCREEN in the AT SELECTION SCREEN OUTPUT event to toggle wheter the select option and the parameter are visible.