Filter check box in attributes tab inse24 (class builder)

Hi all
Can any one let me know the reason for filter option in attributes tab in classs builder??
Thanks and Regards
Arun Joseph

Hi Arun,
The use of filter is to restrict certain data for a particular Inbound system. That is it is set using filter that some data which is specified in filter should not be sent.In these cases we use filters.
Reward if useful.
Thanks & regards,
Khan.

Similar Messages

  • How to filter check box values in WAD.

    Hi Gurus,
    In my WAD i am having check box and the object name is defined as 0SEM_CGCOMP, it is a master data info object and having values like CG1,CG2,CG3....CG10. But i want to restrict the values to CG1,CG2,CG3,CG4 only. how can i filter the values?
    </object>
    </td>
              <td class="SAPBEXHLevel2"><object>
             <param name="OWNER" value="SAP_BW"/>
             <param name="CMD" value="GET_ITEM"/>
             <param name="NAME" value="CKBOX_CONS"/>
             <param name="ITEM_CLASS" value="CL_RSR_WWW_ITEM_FILTER_CHECBOX"/>
             <param name="DATA_PROVIDER" value="DP_1"/>
             <param name="GENERATE_CAPTION" value=""/>
             <param name="BORDER_STYLE" value="NO_BORDER"/>
             <param name="WIDTH" value="240"/>
             <param name="GENERATE_LINKS" value=""/>
             <param name="IOBJNM" value="0SEM_CGCOMP"/>
             <param name="SHOW_LABEL" value=""/>
             <param name="TARGET_DATA_PROVIDER_1" value="DP_1"/>
             <param name="HORIZONTAL_NUMBER" value="5"/>
             ITEM:            CKBOX_CONS
    </object></td>
    Thanks
    Raju.k

    Hi Raju,
    Try this.  Create another dataprovider within your web template?  This new dataprovider refers to a similar query, but this query definition should restrict values CG1, CG2, CG3 and CG4.  Assign this dataprovider to your checkbox.  Then make sure the properties of the checkbox affect all other dataproviders.
    Also, if this list is static, you could create an HTML checkbox object coding the options (cg1, cg2, cg3, and cg4) programmatically.  Then add javascript code to produce the proper filtering based on the users' selections.
    Let me know what happens.
    Larry

  • ME21N-Deliver completed check box in delivey tab to be given user authorzn

    In ME21N User A creates the Po for a Quantity 100 Nos & then he makes a MIGO for the qty 60 Nos:He comes back to ME22N in *DELIVERY TAB where in there will be a check box as DELIVERY COMPLETED :He will ensure to tick the same & save.
    So Other User B enters the same PO in ME22N & Removes the ticked  check box as DELIVERY COMPLETED & saves it.
    Please suggest me the solution based on the same.

    Hi Murali,
    This issue is because of the user transaction authorization, user A & B. And it can be done by sap security authorization by basis for that perticular transaction, then system can not allow to change or modify any data pertaining to the PO. So, please contact sap basis consultant, will be doing that, so that user can not change the data manually. And
    Basically when we talk about the the Delivery Completion Indicator, it should not be set manually, but it will be flagged by system automatically soon after the goods are received fully.
    For a good business practise: this
    "Deliv. Compl." -> indicator in Delivery tab of Item details is not to be set by user manually, because system will be updating that with flagged automatically soon after the full goods are received.
    Hope it clarifies you,
    Regards,
    Srin

  • Show Borders check box in layout tab

    Is there a way to  change the default setting for the Show Borders check box so that it is turned OFF instead of on? In all of our dashboards we do not want the border to show and in each case I have to go into the layout tab and click off the Show Borders option. We have hundreds of analytics top post and it gets very tedious to do this for each one.
    Thanks,
    Tom

    I don't know of any place where you can set this, unfortunately.

  • Can't remove known password (v11); no Protection option under Tools, no check boxes in Security tabs

    Hello,
    I am unable to remove a known password on a document (using version 11.0.3 currently, but also on older versions).  I have no "Protection" option under Tools and I see no "Remove Security" check boxes (or any check boxes) in the Security tabs.  Any help would be greatly appreciated...thank you!

    That's the reason, but it isn't new. No version of Reader has ever been able to change security settings. I'm guessing you used to have a copy of Adobe Acrobat (which looks similar but can do more).

  • Use check box in function module

    Hallow I build a function module and I declare a check  box (check_str in tab import) that u can choose if u wont to see relat 027 push x else u can see 027 +034 my error is with definition of ceck_str it bring me an error that called field relat is unknown.  how can I declare it .maybe I am not do it write I do it in first time.  (relat is field from table hrp1001).
    regards
    DATA ceck_str TYPE string.
      if SWITC_HISTORY = 'X' .
      ceck_str = ( relat EQ '027' ).
      else 
      ceck_str = ( relat EQ '027' OR relat EQ '034' ).
      endif.
    This is my select
      SELECT objid sobid priox istat endda begda
      FROM hrp1001
      INTO CORRESPONDING FIELDS OF TABLE d_itab
    FOR ALL ENTRIES IN z_course_table
      WHERE otype = 'D'
       AND objid = z_course_table-objid
       AND sclas = 'P'
       AND ceck_str .

    Ur select statement looks like kind of a error ..Please check the last statement in select
    SELECT objid sobid priox istat endda begda
    FROM hrp1001
    INTO CORRESPONDING FIELDS OF TABLE d_itab
    FOR ALL ENTRIES IN z_course_table
    WHERE otype = 'D'
    AND objid = z_course_table-objid
    AND sclas = 'P'
    AND ceck_str = <b>'your Value'.</b>

  • Handling Check box in  BDC program

    Hi Folks,
              I am developng a BDC for a transaction. The BDC has to pass four tabs in that transaction. Everything is working, but in the fourth tab, there is check box which need to be checked. But when the BDC program enters that tab..it throwing a error message saying 'No field with that name in this screen'. there are still some more check boxes in that tab. Is there any specific way to handle the check boxes...is there anything to add as extension for that check box field..pls suggest me...
             Thanks,
              Shyam.

    hi,
    check the screen field name.. like 'GLACCOUNT_SCREEN_CCODE-WAERS'
    which field it is throwing error?? which transaction??
    thanks,
    vijay.R

  • How to uncheck Send Notification check box by custom script in supplier's contact Account management tab?

    Hi Experts,
    We have a requirement to uncheck the Send Notification check box by custom script in supplier's contact account mangement tab while page loading while creating new contact for the supplier. I have attached screen shot for reference.
    I have searched several API Java classe for get and set methods for this Send notification field but no luck.
    If anyone have an idea about get and set methods for this field please share.
    Help would be appreciated and points awarded!
    Thanks,
    Lava.

    Hi Lava,
    Inorder to uncheck the Send Notification checkbox while loading the page you have to write the script targeting the class Contact(600) and target as Loaded.
    Include below lines in your custom script (contact onload Script)
    doc.getFieldMetadata("SEND_NOTIFICATION").set(doc,FALSE);
    You can create it in On create Script also.
    Hope it helps.
    Thanks,
    Raj.

  • PO/ S.Location and GR msg check box in 'delivery/invoice' tab of header dat

    Hi all,
    Under which case the below 2 fields are required to b filled while creating a PO apart from making them mandatory fieds in document type settings.
    1. GR msg check box in 'delivery/invoice' tab of header data
    2. Storage Location data in item details
    in me59n, system unable process p.req to PO becoz it is mandatory to fill these two fields.

    Hi,
    1. GR message check box issues message to the buyer after every the goods receipt against the PO.
    Message type has to be configured for this functionality.
    2. If you are managing stock of material at storage location level , then you will need to maintain this at PO item level.
    Regards,
    Maheshwari

  • "GR Non-Valuated" check box in Goods Recipt tab

    How "GR Non-Valuated" check box in Goods Recipt tab of production order gets activated.
    I have a ticket wherein the customer does not want this check mark to be checked but it is checked automatically
    Please help understand the logic behind it and advice to stop this from happenning.
    Thanks,
    Ganesh

    Dear,
    Production order settlement in case of sales order is derived based on the sales order account assignment defination, In this case it appears they have gone for Non-Valuated Sales order stock. Are you using the Make to Order production with Strategy 20 or 25 then it comes under the non-valuated customer order stock.
    Please refer this link,
    GR done as Non Valuated Goods Receipt
    Regards,
    R.Brahmankar

  • GR check  box in Item detail Tab in PO to beset as default .

    hello Gurus ,
    Need a help !!
    How can a GR check box made default selected / deselected  ....
    PO ---> Item details -
    > Delivery  Tab -
    > Goods Receipt check or uncheck ...(should be set as default )
    Any idea pl. let me know ...
    Regards,
    Anamal Kumar
    H`bad

    Hello,
    Goods receipt depends on your material type. E.g. for ROH  GR tick will be there so that you can do good recept for the same.and if there is no material master only description then it will come from account assignment category and item cateogry.
    For blanket PO, item category will be B so Gr tick will be deselected. Since for item category B invetory managment is not possible.
    Check the cutomizing setting for account assignment category and item category.
    Regards,
    Shailesh

  • Passing column values to another tab if check box selected in that row

    Hi
    I have the following requirement.
    I have a table that gets populated by a web service. Have added one more field to it which is a check box. Th requirement is that I need to pass the values of column (say id) from each row which has it's check box selected, as input parameters to a web service in another tab.
    example: table has fileds id, name, address,checkbox. If there are 5 rows and the user select 1 and 2 then I need the ids of 1 and 2 to be passed to another tab.
    Is this possible  ........
    Thanks

    Hi
    I just don't want to make multiple selection but pass the values of a column from the selected rows to another tab to be used as input parameters to a web service.
    I want to know how to pass the values(of one filed) of the selected rows across tabs/switches.
    Thanks

  • Interactive fields and check boxes don't stay in tab order

    Hi everyone. I'm creating a census form for my parish which contains questions and check boxes. I've laid out the first section of this form (called Household Member 1), then gone back and added all the text fields / check boxes in the order in which I want the user to be able to tab through the form. When I open the Tab Order dialogue box to make sure the user will be able to tab through the form correctly, all the fields / check boxes are in the correct order. Now I need the exact same sections repeated... Household Member 2, Household Member 3, etc. In total, there will be 7 sections on the form that request the exact same information. So after I get the first section the way I want it, I copy and paste, or drag and duplicate the section with all it's fields onto the next page. However, when I check the Tab Order on this subsequent sections, all of my check boxes have moved to the end of the list, requiring me to have to manually move each check box back into its correct position in the section. This happens every time I duplicate the section... I have to manually put the tabs in their correct order. I tried duplicating the entire page rather than just duplicating the section, and the same thing happens. These fixes are tedious to say the least. Any thoughts about how to fix this would be appreciated.
    I'm using CS6 on a Mac with OS 10.8.3

    Start Firefox in [[Safe Mode]] to check if one of your add-ons is causing your problem (switch to the DEFAULT theme: Tools > Add-ons > Themes).
    See [[Troubleshooting extensions and themes]] and [[Troubleshooting plugins]]
    If it does work in Safe-mode then disable all your extensions and then try to find which is causing it by enabling one at a time until the problem reappears.
    You can use "Disable all add-ons" on the ''Safe mode'' start window.
    You have to close and restart Firefox after each change via "File > Exit" (on Mac: "Firefox > Quit")

  • Message Check Box on Tab

    Hi All,
    Could some one help me in creating messageCheckBox on a Tab, actually I need to display the name of the tab along with some check box.
    Thanks in advance

    Hi,
    It's very easy. Just create a Page layout region and inside the PageLayoutRN create a MessageComponentLayout region.
    Now right click on the newly created MessageComponentLayout and click on New-> it will give you various option like messageCheckBox, messageRadioButton, messageTextInput, messageStyleText. messagechoice.
    Thanks
    --Anil                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

  • Setting tab order in a check box group

    I am running a 508 accessibility test on forms created in Adobe.  The issue that I am having is that when I verify the tab order, it skips the second or any other check boxes in a check box group.  Does anyone know where to set it to recognize all the boxes in a check box group?

    Paul,
    Thank you.  You were correct, it was a version issue.  When I opened the form in Reader 9 with JAWS 10, I was aable to arrow through all of the check boxes with correct identification of each field.  Thanks again for all your help.

Maybe you are looking for