This means that pushbuttons on a standard selection screen which do not include at least one input field are pointless. User-defined selection screens, on the other hand, can be called even if they do not contain an input field. In this case pushbuttons, on selection screens without input...
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 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...
SELECTION-SCREEN PUSHBUTTON /1(20) PUBU1 USER-COMMAND ABCD.SELECTION-SCREEN SKIP.SELECTION-SCREEN PUSHBUTTON /1(20) PUBU2 USER-COMMAND ABCE.AT USER-COMMAND.CASE sy-ucomm.WHEN 'ABCD'.MESSAGE I005(MsgClass) WITH '111'.WHEN 'ABCE'.
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...
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...
abap里面的AT USER-COMMAND事件到底怎么用啊.SELECTION-SCREEN PUSHBUTTON /1(20) PUBU1 USER-COMMAND ABCD.SELECTION-SCREEN SKIP.SELECTION-SCREEN PUSHBUTTON /1(20) PUBU2 USER-COMMAND ABCE.AT USER-COMMAND.CASE sy-ucomm.WHEN 'ABCD'.MESSAGE I005(Ms
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-...
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" /> ...
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...