‎2007 Mar 20 4:07 AM
Hi All,
How can we add an extra record in the table control after the user hits ADD button?We tried doing it by incrementing the lines field in the table control,but it is executing the PBO part again after hitting the ADD button.Any SAP standard program will be helpful.
Thanks,
Rakesh.
‎2007 Mar 20 4:19 AM
hi rakesh,
Any time u click a button in screen it will process the PBO.I dont think we can avoid that.the code for add line has to be written in PBO.
regards,
Prajith
‎2007 Mar 20 4:19 AM
hi rakesh,
Any time u click a button in screen it will process the PBO.I dont think we can avoid that.the code for add line has to be written in PBO.
regards,
Prajith
‎2007 Mar 20 4:28 AM
Rakesh,
When you click on ADD button PBO will trigger after PAI.If you want to restrict
to process the PBO functionality in this case(When click on radio button) put condition that when sy-ucomm not eq ADD(button function code).
Pls. mark if useful.....