You must use the TABLESstatement to declare the sscrfieldsstructure in the ABAP program.After the AT SELECTION-SCREEN event has been processed, the system displays the selection screen again. The only way to exit the selection screen and carry on processing the program is to choose Execute (F8...
SAP Managed Tags: ABAP Development Hello, Did you check the p_down radio-button & did an F4 on p_file ? After this in the debug mode you find that in the event AT SELECTION-SCREEN ON VALUE-REQUEST FOR p_file, the value for p_up = 'X' ? Can you try like this & check ? PA...
Solved: Hi all, I have a problem. Is there some way to creat selection-screen button (the same radiobutton group) in different blocks. the err message is [A parameter of
SAP Managed Tags: ABAP Development This is a FAQ and the answer is NO (on SAPGUI) if the tested field doesn't allow a function code to trigger a PAI/PBO cycle. So only those are allowed in selection-screen AS CHECKBOX [USER-COMMAND fcode] RADIOBUTTON GROUP group [USER-COMMAND fcode...
The repeatSelectedAction property enables the action last selected to stay on the button after the action has been executed. By pressing the button it can be executed again.A ButtonChoice functions exactly like a ToolBarButtonChoice, but it is used differently - ButtonChoice can be used outside...
Selection-screen end of block b2 . Reply Former Member In response to Former Member 2006 Jan 13 8:10 AM 0 Kudos 2,806 SAP Managed Tags: SAP Inside Track, ABAP Development HI Diliip If the parameters on the selection screen are mandatory then you can't change the layout dyn...
i am giving you the screen shots please check t and give me the proper code . here in this if i am selection fill form the that radiobutton screen should be invisile and form screen should be open . This is urgent .please revert me asap form.png Know...
endif. %> <crmic:radioButtonGroup id = "Group1" columnCount = "3" selection = "<%= selected %>" > <crmic:radioButton id = "r1" text = "Male" key = "1" onClick = "radioclick" /> <crmic:radioButton id = "r2" text = "Female" key = "2" onClick = "radioclick" /> ...
SAP Managed Tags: ABAP Connectivity Hi buddy, the problem in your code is you missed the most important part of the code. SELECTION-SCREEN BEGIN OF SCREEN <screen no>. ... ... ... SELECTION-SCREEN END OF SCREEN <screen no>. And then you have to call the screen under START-...
START-OF-SELECTION. CALL SCREEN 100. MODULE pbo OUTPUT. CREATE OBJECT gr_grid. gr_grid->show_grid( ). ENDMODULE. To show you a real example... I prepared few lines in Excel: After running the ABAP report (code above) I got this screen: When I pressed the Import Clipboard button I...