‎2007 Apr 19 3:15 PM
Good Afternoon,
I've created a Push Button on a Screen.
On the Screen Painter i've defined the properties for the button as:
Name: COPY_BUTTON
Text: 'Copy_Data'
Icon Name: ICON_SYSTEM_COPY
Funtion Code: '©'
The button appears in the screen when i run the program, but it looks like if it was inactive, and when i push it nothing happens...
How do i manage buttons on Module Pools, and how can i activate a function when pushing it?
Best Regards,
Pedro Gaspar
‎2007 Apr 19 3:20 PM
‎2007 Apr 19 3:24 PM
Hi,
Define the function code as COPY and activate the screen. write the code in the PAI of the module pool program when sy-ucomm = 'COPY'.