2009 Apr 13 11:47 AM
How to call the pop up window containing radiobuttons??..
In MCTA report when we click on Switch drilldown there appears a pop up window..
I have to create in such manner..How to do this??..
Thanks
Sri
How to call the pop up window containing radiobuttons??..
In MCTA report when we click on Switch drilldown there appears a pop up window..
I have to create in such manner..How to do this??..
Thanks
Sri
2009 Apr 13 11:55 AM
Use FM K_KKB_POPUP_RADIO3 or K_KKB_POPUP_RADIO2.
hope it helps,
Rajat
2009 Apr 13 12:00 PM
Hello Sri,
Radio buttion pop-up i never saw , may be you have to design it , not getting by standard FM .
But there are lot of functions available in SAP which provide you push-button option on pop-up.
Use this function 'C102_POPUP_TO_CONFIRM' .
To add pop-up when you click on 'drilldown' , for this you have to see user interface available for that click.
If you get Radio-butt ion pop-up tell to me also.
2009 Apr 13 12:15 PM
Check once MCTA tcode and check the output.
In output,click on Switch Drilldown pushbutton. U can see the pop up window.
Like that I have to design.
2009 Apr 13 3:09 PM
in se37 > MC_POPUP_TO_MARK_FIELDS > hit where used list, it would be more helpful.
2009 Apr 14 5:30 AM
2009 Apr 13 1:35 PM
HI Siri ,
Use the function module MC_POPUP_TO_MARK_FIELDS,
for your requirement.
Regards,
Jaya rama kumar
2009 Apr 13 3:02 PM
use following function module with provided parameters
MC_POPUP_TO_MARK_FIELDS
Parameters
CALL FUNCTION 'MC_POPUP_TO_MARK_FIELDS'
EXPORTING
I_FIELD_NUMBER_MAX = 1
I_FIELD_NUMBER_MIN = 1
I_MARK_BY_TABLE = TRUE
I_OBJECT_NAME_PLURAL = HLP_TEXT1
I_OBJECT_NAME_SINGULAR = HLP_TEXT2
I_POPUP_TITLE = HLP_TEXT3
IMPORTING
E_MARKED = DE_FLG_MARK
TABLES
T_FIELDS = DE_DRILLDOWN_TAB
T_MARKED_FIELDS = DE_MARK_DRILLDOWN.
variables with foll. values
TRUE = 'X'
HLP_TEXT1 = Characteristics
HLP_TEXT2 = Characteristic
HLP_TEXT3 = Switch drilldown
and finally vvv imp fill up int table DE_DRILLDOWN_TAB[6] with proper value
such as
Domain values s follows
DOMNAME
VTWEG
SPART
MATNR
VKORG
KUNNR
MCPERIOD
ROLLNAME
VTWEG
SPART
MATNR
VKORG
KUNAG
SPBUP
and many more fields in this table
Hope this will help you
| User | Count |
|---|---|
| 3 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |