Add checkbox to Customized subscreen

Hi,
I am trying to add some checkboxes to a (customized) Screen Layout in SE51. These checkboxes will refer to the fields (for Yes/No selection) in Mara. This screen layout is a customized subscreen of Basic Data1 of Material creation/changes.
I am able to add the checkboxes and activate the screen successfully in SE51 and also the corresponding Function group in SE80. But when I go to MM02/MM01, Basic data1, I could not see these checkboxes appearing there.
Please advise where I would have gone wrong.
Regards,
Krishnan.

A select list is an HTML element which helps you choose one value from a predefined set of values, so is a checkbox. Why do you want them combined ?
What are you trying to do here ? If you could explain your requirement, it might help other to provide a better alternative for it. As has been said many times in this forum, it helps to understand the context so that others can suggest alternative approaches than the one you asked for. I somehow feel that might be the case here.
What comes to mind is a report with a checkbox selector and if required a search as-you-type free text filter field and some ajax ,it does the same task elegantly(I am just guessing what you are trying to here).

Similar Messages

  • Need to add a Custom subscreen with 2 Cosutom fields in Tcode KSO1

    Hi Experts,
    I have a doubt in ABAP Enhancements.
    I want to add a Custom subscreen(say Add fields) with 2 Costom fields(Next up Cost Center and FA Approver) in Tcode KS01(Create Cost Center).
    How can i do this in Enhancements. I am new to the Enhancements. Please let me know your answers.
    Thanks,
    Geetha R.

    Hi,
    Goto Smod Place this ehancement: COOMKS01 and excute(F8)
    We can find screen exits Double click on it.
    Or
    Goto SE51 -->   Name :SAPLXKM1
                            Screen: 999
    choose sub screen in attributes and in layout add your custom fields.
    Enhancement     COOMKS01     Customer Fields for Cost Center Master Data                    
    Thanks,
    AMS

  • Create a tab and display customized subscreen

    Hi,
    In the SRM portal I want a customized tab on the Display Purchase Order screen. On the click of the this tab, a customized sub screen should be displayed.
    To achieve this I have implemented the BADI BBP_CUF_BADI and created a subscreen.
    Now my questions are:
    1) How do I get the tab on the Display Purchase Order screen?
    2) On the click of the tab, how do I get the customized subscreen?
    I must also add that when I mark the screen as normal screen (and not as a subscreen), I am able to display it in the portal (though not on click of the tab, as I am yet to figure out how to get a tab on the screen).
    Thanks in advance,
    Mick

    Hi Mick,
    Please let me knwo if you have got any success with this requirement, as I too am having the same requirement.
    Thanks,
    Rahul.

  • QM01 - Quality notification - Multiple Custom subscreens

    Hi,
        Please let me know if it is possible to have multiple custom subscreens under one tab for quality notification. We already have one custom subscreen "0101" and requirement is to add one more at the bottom of 7200 screen. Please advise
    Regards
    Ram.

    just closing

  • Custom Subscreen Not showing on MM03

    Hi,
    I know it has discussed earlier but my question is as follows:
    I have created the custom subscreen (created a new screen under SAPLZMGD1 Function Group, added the fields from a Ztable),activaated etc. I  then change the screen sequence in IMG (21) Std Ind (Short) tabs-> Subscreen (added the  prorgram name SAPLZMGD1 and screen number (9**) and it is showing in simulation mode in IMG. I also uncommented the PBO/PAI of the 9** screen and added a custom PBO module to process logic for MM03 ( loop at screen etc.).
    But I am not seeing the subscreen on MM03.  The program simply doesn't stop there, at all.
    As mentioned before, the fields on the custom screen belong to a ZTABLE and that table is NOT a part of MARA/MARC etc.
    My question is in order to show custom screen/fields on MM03, do the fields/table HAVE to be a part of standard tables (MARA, MARC etc.) through APPEND??
    I really don't want to add Zfields to MARA/MARC through Append structure and rather use the custom table as a stand-alone unless there is no other way..
    Any help would be appreciated..
    Thanks

    Hi,
      i think it would be like this:
    SPRO>Plant Maintanence and Customer service>technical objects>general data>set view profile for technical objects>select the screen group element for Equipment and add the screen in additional data 1.
    Regards,
    HImanshu

  • Custom Subscreen in Service Master AC01 not invoked

    Defined custom subscreen(SAPLXBAS 8100) for service master AC01. User Exit is activated , however the line of code inthe main screen which calls the subscreen is not being called at runtime. Details are as follows
    ECC6.0
    UserExit  : SRVASMD
    Calling screen      No.      Area         Called screen     No.
    SAPLBAS0         0300    ZUSATZ    SAPLXBAS        8100
    this is the line which is being ignored while executing the transaction ac01
    CALL CUSTOMER-SUBSCREEN ZUSATZ INCLUDING 'SAPLXBAS' '8100'.
    Any inputs appreciated and points would be awarded

    Hi,
    Here is step by step to implement an screen exit
    Screen exits add fields to screens in R/3 applications. SAP creates screen exits by placing special subscreen areas on a standard R/3 screen and calling a customer subscreen from the standard screen’s flow logic.
    the tcode is cmod...
    1.From the main screen of the Project management transaction, proceed as follows:
    Select Enhancement components and choose Change.
    2.Choose Edit component.
    3.Choose the screen exit and double click on it
    4.Create your subscreen using the Screen Painter.
    5.Design your screen to be added to the standard screen and activate the particular screen and return back to the flow logic .
    6.Choose the PAI and PBO to write down the logic.
    7.Generate your screen and choose Back (the green arrow) to return to the Project management transaction.
    8.Go to the transaction ME22 to view the customer defined screen exit.
    9.Enter the purchase order number and press Enter.
    10.Go to the menu header --> Details.
    11.Purchase number is visible on the standard screen
    <b>Reward points</b>
    Regards

  • Add checkbox on header level Tab Org.data

    Dear All,
    My requirement is I need to add checkbox on header level Tab Org.data in ME21n or ME21.
    And if checkbox is checked in the tab Org.data, it should display Terms and Conditions in the print preview.
    Please suggest how to write code? Is there any user exit for transactions ME21N or ME21.
    Thanks,
    Rana.

    hi praveen,
    search this forum on how to implement a badi if you haven't done one before. also, go to transation SE18 and read the documentation on badi_fdcb_subbas01 which clearly says that its used for FB60... see the example how they have used it by going to menubar Implementation->Overview then choose FI_FDCB_SUBBAS01_EX (Example for Screen Enhancement 1 on FDCB Basic Data Screen)...you should look at the method PUT_DATA_TO_SCREEN_OBJECT and tab Subscreens where the screen exits are available to use.
    In FB60, if you go to menubar System->Status and check the Program (Subscreen) and Screen Number, you'll see it'll match the program name and screen no. provided in the Subscreen tab of the BADI.
    Hope this helps.
    Cheers,
    Sougata.

  • Customer Subscreen for Purchase Requisition

    Hello All,
    I need a custom subscreen on requisition at <b>HEADER</b> level.  'MEREQ001' adds a screen at item level. Is there any Screen Exit / BADI to add a custom screen at header level? Any kind of help is really appreciated.
    Thank you all,
    Chandni

    Hi Chandi Reddy,
    The t.code is ME51 For this available exits are :
    AMPL0001  User subscreen for additional data on AMPL
    LMEDR001  Enhancements to print program
    LMELA002  Adopt batch no. from shipping notification when posting
    LMELA010  Inbound shipping notification: Transfer item data from
    LMEQR001  User exit for source determination
    LMEXF001  Conditions in Purchasing Documents Without Invoice Rece
    LWSUS001  Customer-Specific Source Determination in Retail
    M06B0001  Role determination for purchase requisition release
    M06B0002  Changes to comm. structure for purchase requisition rel
    M06B0003  Number range and document number
    M06B0004  Number range and document number
    M06B0005  Changes to comm. structure for overall release of requi
    M06E0004  Changes to communication structure for release purch. d
    M06E0005  Role determination for release of purchasing documents
    ME590001  Grouping of requsitions for PO split in ME59
    MEETA001  Define schedule line type (backlog, immed. req., previe
    MEFLD004  Determine earliest delivery date f. check w. GR (only P
    MELAB001  Gen. forecast delivery schedules: Transfer schedule imp
    MEQUERY1  Enhancement to Document Overview ME21N/ME51N
    MEVME001  WE default quantity calc. and over/ underdelivery toler
    MM06E001  User exits for EDI inbound and outbound purchasing docu
    MM06E003  Number range and document number
    MM06E004  Control import data screens in purchase order
    MM06E005  Customer fields in purchasing document
    MM06E007  Change document for requisitions upon conversion into P
    MM06E008  Monitoring of contr. target value in case of release or
    MM06E009  Relevant texts for "Texts exist" indicator
    MM06E010  Field selection for vendor address
    MMAL0001  ALE source list distribution: Outbound processing
    MMAL0002  ALE source list distribution: Inbound processing
    MMAL0003  ALE purcasing info record distribution: Outbound proces
    MMAL0004  ALE purchasing info record distribution: Inbound proces
    MMDA0001  Default delivery addresses
    MMFAB001  User exit for generation of release order
    MRFLB001
    For t.code we51n the available exits and badi are :
    Enhancement/ Business Add-in            Description
    Enhancement
    MEREQ001                                Customers' Own Data in Purchase Requisition
    Business Add-in
    ME_COMMITMNT_PARKING                    BAdI for Redefining Commitment Interface When Parking
    ME_MEREQ_PARKING                        BAdI Purchase Requisition: "Hold"
    ME_REQ_HEADER_TEXT                      Copy Header Text: Enjoy Purchase Requisition
    o.of Exits:          1
    o.of BADis:          3
    Rewards some points.
    Rgds,
    P.Naganjana Reddy

  • Get state of checkbox in customized JFileChooser

    I have built a custom JFileChooser that displays a JCheckBox as an accessory component.
    // build an accessory panel for the file chooser
    JPanel accesoryPanel = new JPanel(new GridLayout(2, 1));
    accesoryPanel.setBorder(BorderFactory.createTitledBorder("Export options"));
    JCheckBox checkbox = new JCheckBox ("Copy symbol files", isCopySymbolsDuringExportEnabled);
    accesoryPanel.add (checkbox);
    JFileChooser fc = new JFileChooser("c:\\temp");
    fc.setFileSelectionMode(JFileChooser.DIRECTORIES_ONLY);
    fc.setAccessory(accesoryPanel);
    int returnVal = fc.showDialog(null, "Choose export directory");
    exportDirectory = fc.getSelectedFile().getPath();
    How do I refer to the checkbox to see whether the user checked it or not?
    -Phil

    Nevermind. As soon as I hit send I realized I can simply do
    isCopySymbolsDuringExportEnabled= checkbox.isSelected();

  • How to Add Checkbox and icon in ALVGRID

    Hi Experts,
      i have one Requirement. i need to add Checkbox, Selectall,icon(Unlock or inactive) infront of Contracts of ALV GRID.How to achive that.
    Thanks,
    Venkat.

    Hi
    For check box
    At declaring field catalog using structure LVC_S_FCAT
    mark CHECKBOX = 'X' and also EDIT = 'X'.
    For reference check below subroutine in program BCALV_EDIT_05.
    form build_fieldcat changing pt_fieldcat type lvc_t_fcat.
    data ls_fcat type lvc_s_fcat.
    call function 'LVC_FIELDCATALOG_MERGE'
    exporting
    i_structure_name = 'SFLIGHT'
    changing
    ct_fieldcat = pt_fieldcat.
    *§A2.Add an entry for the checkbox in the fieldcatalog
    clear ls_fcat.
    ls_fcat-fieldname = 'CHECKBOX'.
    * Essential: declare field as checkbox and
    * mark it as editable field:
    ls_fcat-checkbox = 'X'.
    ls_fcat-edit = 'X'.
    * do not forget to provide texts for this extra field
    ls_fcat-coltext = text-f01.
    ls_fcat-tooltip = text-f02.
    ls_fcat-seltext = text-f03.
    * optional: set column width
    ls_fcat-outputlen = 10.
    append ls_fcat to pt_fieldcat.
    endform.
    For Icon:
    CONSTANTS:
         icon_id_failure            LIKE icon-id   VALUE ' ((Content component not found.)) @',
         icon_id_okay              LIKE icon-id   VALUE ' ((Content component not found.)) @'.
    TYPES: BEGIN OF ls_tab,
           matnr LIKE equi-matnr,
           maktx LIKE makt-maktx,
           b_werk  LIKE equi-werk,
           b_lager LIKE equi-lager,
           lgobe LIKE t001l-lgobe,
           sernr LIKE equi-sernr,
           icon LIKE icon-id,
           objnr LIKE equi-objnr,
          END OF   ls_tab.
    *Table that display the data for the ALV.
    DATA: itab  TYPE ls_tab OCCURS 0 WITH HEADER LINE.
        PERFORM get_h_date .
        IF h_date => sy-datum .
          itab-icon = icon_id_okay.
        ELSE .
          itab-icon = icon_id_failure.
         ENDIF.
    Regards
    Sudheer

  • Issue in custom subscreen added in infotype 0021

    Hi experts,
    Im doing the enhancement in infotype 0021. I have added some custom fields (custom subscreen) in  IT0021. Those fields (text boxes) are grouped inside a group (Box) in SE51.
    Now my issue is that when i see the custom subscreen in Change mode in PA30 transaction, it is getting displayed in enable mode. But when i see in Disable mode, still those text boxes are shown in enable mode. Actually those need to be shown in Disable mode , when i see in Display mode in PA30.
    pls tell me how to achieve the same.
    Regards,
    Shanthi

    Hi Shanthi,
    I am having the same problem.
    I had created a custom infotype ,But when I try to view it through PA30 in Display mode.
    the fields are still enabled.
    Whereas , in create mode, its working fine.
    Please guide me the steps to disable the fields in Display mode in PA30.
    Thanks
    Kanupriya.

  • Runtime Error DYNPRO_NOT_FOUND after transport of customer subscreen

    Hi,
    We have created a new customer subscreen 9002 using transaction OXK1. When the subscreen was transported to the quality system, the subscreen was not generated thereby causing a dump (error DYNPRO_NOT_FOUND) in transaction FB01 which was using the subscreen.
    Are customer subscreens not regenerated automatically when they are transported?
    Thanks.
    Ekit

    HEllo,
    Sometimes error happen in this process. Please re-generate your scrren.
    goto  OXK1 Select the screen and go to the menu option Subscreen -> Generate.  
    REgards,
    REnan Correa

  • Need to add checkbox in alv header Not  in grid

    Dear Guru's,
                       My question is i want to add checkbox on top of alv grid ie on top of page .
    my requriement is for SD module- status of order -Mass Update.
    suppose status checkbox on header is HFSC is checked ( check box),
    for all the sales order which are showed on the alv grid must be updated with this status for which i am calling trasaction VA02 in program and doing changes but i am not able to create checkbox on header .
    Again i have already used ALV without classesso please give me solution accordinglly . Thanks in advance.

    Hi,
    For working with top of page we generally use SLIS_LISTHEADER right.
    In this type the first field is
    type - which can accept values as follows
               H - Heading
               S - Selection
               A - Action
    May be the options Selection or Action may help u.

  • How to add a new custom paper size? I am using a HP Deskjet 1000 J 110a printer.

    How to add a new custom paper size? I am using a HP Deskjet 1000 J 110a printer. I am using Windows XP home edition. The Custom option itself is not appearing in the process of selecting paper sizes in Printing preferences. I have installed this printer just today, but I bought it eight months back in Dubai. Could there be chance that since I purchased it in Dubai and I am using it in India, the software's not functioning properly. 
    Can you please help me with this problem immediately? Reply soon...

    Hi RajeshPujara,
    Please refer the link below to know the paper size supported by this printer.
    http://h10025.www1.hp.com/ewfrf/wc/document?docname=c02231304&tmp_task=prodinfoCategory&cc=us&dlc=en...
    May I know the size of paper you are trying to print.
    Although I am an HP employee, I am speaking for myself and not for HP.
    --Say "Thanks" by clicking the Kudos Star in the post that helped you.
    --Please mark the post that solves your problem as "Accepted Solution"

  • How to show my customer-subscreen for CV01N tcode?

    Hi.
    There is a line:
    CALL CUSTOMER-SUBSCREEN scrcust INCLUDING 'SAPLXCV110' '0100'.
    at '0200' screen's PBO.
    I create a project in CMOD for CV110001enhansment. Then I create a screen '0100' in XCV110 func. group and write some stuff there. Then I activate my project in CMOD but nothing happen with the main screen...
    What should I do to activate my customer-subscreen correctly?
    Thanks. Bye.

    Hi,
    Have you added the enhancement for the Tcode in you project created. and this enhancements should be the screen exit and fm exit for the new screen provided by SAP itself.
    Hope this might help you.
    Pooja

Maybe you are looking for

  • Mails not triggering in CHARM

    Hi Experts, I have configured Solution Manager 4.0 for CHARM.  It is working fine.  My requirement is that, it should trigger mail whenever support team changes. Initally, I defined a action to trigger mail once whenever a support team is assigned. 

  • Is iOS 6.0.1 worth downloading for iPhone 3GS???

    I tried to download iOS 6.0.1 update over wi fi in iPhone 3GS but halfaway it got error n download failed??? shall i try to download it again????

  • How do I fix error 10001 with AI Group Config.vi

    I have written a VI which uses the AI Sample Channels.vi in it. One of the sub-sub...sub vi's of this is the AI Group Config. I keep getting error 10001 when trying to run it, regardless of the order of the channels (I have tried ascending and descen

  • A bug in the Music App in iOS 6.1

    I'm on an Iphone 5 running iOS 6.1. Is this happening only to me? I'm looking for a song by Janis Ian on the Music App, and as you can see in the capture, there aren't any songs by her in the library (after Janet Jackson is Jarcha)... but if I search

  • When I Shift Right Click, I get a java error pop-up. FF 4.0

    If I use the Shift Right click to open a link in a new window I get a pop-up error screen. If I close that pop-up my link opens OK on a new window Using FF 4.0 Mazilla Firefox Yahoo! Edition yahoo - 1.8