2013 Nov 07 10:29 AM
Hello All,
I have a requirement in which Add button is provided.
On every action of add button 1 input field/text view should be added on the module pool screen.
Please can anyone provide me the wayout with some code snippet or the method to how to go about this requirement.
Thanks in advance.
2013 Nov 07 12:07 PM
2013 Nov 07 12:12 PM
You make a table control in disabled mode and add button insert. Once user clicks on it you enabled the first line and so on.
Nabheet
2013 Nov 07 12:53 PM
2013 Nov 07 5:51 PM
Hi,
We cannot add fields dynamically in module pool but we can hide fields.So define fields as many you want and hide them first. When user click on add make them visible.Otherwise you can use table control as said above.
Regards,
Sreenivas.
2013 Nov 10 5:20 AM
Dear Karan Shaheri,
Use the step-loop to get your desire result. You will get as many text boxes as you want. Find some examples of step-loop and implement it.
Regards,
2013 Nov 11 6:41 AM
Hi,
Design the screen fully first then you can use SCREEN to hide and show. As per you want. Please see below site.
http://help.sap.com/saphelp_nw04/helpdata/en/9f/dba70535c111d1829f0000e829fbfe/content.htm
Thanks,
Arun
2013 Nov 11 6:47 AM
Hi Karan,
If you want to add one new field everytime when the user will click ADD BUTTON,
than you have to take one table control and u have to add one line everytime in table control when the user will click ADD BUTTON.
Thanks
Tarak