How to hide Incoterms field in CRM Internet Sales/E-Commerce 5.0

Good morning !
        I´m customizing the Web/java part of the CRM E-Commerce 5.0(Internet Sales), and I need to hide the field Incoterms, that is visible in the Order screen, inside the Additional Order Data.
Looking at the page order.jsp(that is the page of the Order screen), I saw that the Incoterms are visible when the method showIncoterms() from class BasketUI returns true, and, seeking for this method, I was found that it belong to class SalesDocumentUI and, at this class, this method returns true when both the methods isBackendR3() and isSoldToChangeable(), returns false.
        The E-Commerce, is connected to CRM, so, the method isBackendR3() will return false, so, I need to found what I need to do to the method isSoldToChangeable() returns false too. Looking in it´s definition, I found that it´s result is get from the method isSoldToSelectable() from the class Shop.
        I think that the method isSoldToSelectable(), will return true or false depending on some parametrization of the CRM, or the webshop, but I´m not finding what the parameter I need to set.
        Done somebody already this ?
        Thank you in advance !
        Wilson

Good Morning !
        I solved this changing the code in the JSP responsible to show the incoterms fields.
        Best regards,
        Wilson

Similar Messages

  • Problem replicating catalogs in CRM Internet Sales/E-Commerce 5.0

    Good afternoon !
            We have CRM 5.0 SP 8, and we are using the CRM E-Commerce 5.0(also called Internet Sales) to b2b, and, we are experiencing problems during the replication of the Catalogs from the webcatalog url.
            When we try to do a full Catalog replication, we received a timeout error in the web interface, and looking at the SM50 in CRM, the process corresponding elapses the limit of 600 seconds of execution and the Catalog is not replicated.
            Today, we tried to create a new Catalog and replicate it, this worked fine in the first try, so, we add more products at this catalog and tried to full replicate it again, and received the timeout error, so, we tried to execute the delta replication, that didn´t raise error but, when acessing the E-Commerce site, no products was found.
            After this, we tried to create other new Catalog and replicate it but, received the timeout error in web interface again(even for a new catalog).
            Somebody knows what can be happening ? What can I do to solve this problem ?
            Thank you in advance !
            Wilson

    Hi Wilson,
    I really appreciate your way of answering your threads by letting the rest of the forum of the possible solutions.
    Thank you so much
    Keep it up
    Regards,
    Paul Kondaveeti

  • How to hide the field from the view in the webdynpro application?

    Hi Gurus,
    I got a requirement where in which ,default layout has the field name Time.......To......... which is (2 input box ) and one lable assigned to the container.........
    Now my requirement is to hide this field from the layout for all cases of leave......(all types of leave)....
    I got a few inputs from forum that we can achieve this by implementing the following steps..........
    Create In context => Value attribute => Say Visibility
    Go to its properties
    Select com.sap.ide.webdynpro.uielementdefinitions.Visibility
    In View Layout
    Select UI Element Set Visible property to this context variable Visibility.
    In wdDoModifyView() You can set this property to false
    wdContext.currentContextElement().setVisibility(false);
    Can you people tell me where to create the value attribute........
    In the view context or in the component context...........
    and field that am talking about is assign to the container you want me to assign this context variable property to all ......Like to input box ,label and the container..........
    Please calrify this ASAP...........
    Thanks in Advance,
    Dharani

    Hi Manoj......
    Hi Murutuza,
    As per your guidelines I have created the value attribute in View context (which has the field..... which needs to be hide)inside the value node say FieldVisibility.......and attribute name OldTimeDuration......and I set this value with uidefeneitions Visibility .......
    and I bind this vaule with the field property visible(Time.......To..........)which I need to hide...........
    Now in the view implementation tab ..........I have coded in the doinit method(since my requirement to hide the field from the layout in all cases).........
    wdContext.currentFieldVisibilityElement().setOldTimeDuration(WDVisibility.NONE);
    But if I deploy the application and see still am getting the same field dispalying in the screen.........
    I even tried putting this code in wdmodifyview method.........same results........
    Kindly tell me how to hide the field permenantly from the screen............(without any conditions.)
    Thanks in Advance,
    Dharani

  • How i hide a field of a custom view in OAF 11

    Hi, im a new developer of OAF11.
    What should I do, to customize the Purchase Order screen, if then the requirement is to hide the field that i insert from extended VO.
    What I did was modify the XML of the page to add the field and then extended the original AM.
    I added the extended view into the custom AM to prevent that fail with the field that i insert.
    I must clarify that I modify the path of AM default for the path of the custom AM in the XML, then i upload the XML with the command import, and i see it the field in the page.
    I tried to hide another field that i created by customizing the page, but I couldnt do. That´s why i insert directly the field in the XML original.
    I Try to customize the driver involved with the page, but nothing happened.
    First try it on the controller Father and after the son.
    The page is in the POS module (iSupplier), and is POSVIEWPOG (PO Details).
    The code that attempts to hide the field is:
    OAApplicationModule am = paramOAPageContext.getApplicationModule(paramOAWebBean);
    OAViewObject oaviewobject1 =(OAViewObject)am.findViewObject("PosViewHeadersVO");
    if (oaviewobject1 != null)
    OARow row = (OARow)oaviewobject1.getCurrentRow();
    String vCustomType = (String)row.getAttribute("TypeName");
    if (vCustomType.equals("Blanket Agreement"))
    OAMessageStyledTextBean vHideField = (OAMessageStyledTextBean)paramOAWebBean.findChildRecursive("drbQuantity");
    vHideField.setRendered(true);
    else
    OAMessageStyledTextBean vHideField = (OAMessageStyledTextBean)paramOAWebBean.findChildRecursive("drbQuantity");
    vHideField.setRendered(true);
    Can anyone help me?
    If im grong other solution that i think is:
    How I can put a field on a page with code and how to hide the field with conditions?, consider that the field is from the VO extended.
    Thanks!!!

    Hi Yichao,
    Chk these links
    https://help.sap.com/saphelp_nw04/helpdata/en/5a/0c889a4d5911d2a5fb0000e82deaaa/content.htm
    http://help.sap.com/saphelp_45b/helpdata/en/cf/21ec5d446011d189700000e8322d00/frameset.htm
    thanks and regards
    srikanth.p

  • How to hide a field from table maintenance view?

    Hi,
    How to hide a field from table maintenance view? 
    The field is used for data created date. I need to hide it from display.
    Thanks

    Chk this link.
    http://help.sap.com/saphelp_nw04/helpdata/en/66/33f52010dd11d6999300508b5d5211/frameset.htm
    Maintenance Attributes
    You can assign a maintenance attribute P to individual fields in the maintenance view definition in the Dictionary (SE11). It can be  H (hidden)
    H (hidden)
    A field flagged H is not displayed on the screen. This field must also be filled in the background by a routine at an event.
    The system writes R and H fields to the database like all other fields when a new data record is saved.

  • How to hide input fields on selection screen using variant attribute

    Hello all,
    I want to know how to hide input fields on selection screen using variant attribute conpletely.
    As you know, when setting the attribute of variant "Hide field" checked, the field is temporarily hidden, but when clicking "All Selections(F7)" button on the selection screen, the fileds become appeared.
    I want to hide the field completely. Di you know how to do ?
    Thank you for your support.
    Regards,
    Hideki Kozai

    Use this attribute hide field and save the variant. Then create transaction for this program setting default variant for parameter Start with variant . The user who runs it will have it by defualt set.
    Otherwise
    in PBO simply use LOOP at screen and output = 0 for this field. This will ensure that field is invisible in any case.
    Regards
    Marcin

  • How to hide mandatory field in OAF page through personalization

    Hi,
    Could u please help, that how to hide mandatory field in seeded page.
    This could be achieved through personalization only.
    Thanks,
    Ramachandra.
    Edited by: 927747 on Jun 21, 2012 2:16 AM

    yes you can hide that field by simply set the render propert to "false" using the personalization.
    Regards,
    Vijay Reddy.

  • How to hide document fields in Bid Invitation

    While creating Bid invitation I need to hide some fields e.g. Attachements, upload a document, description, button Search & Add. These fields are available under tab  Header data -> Documents.
    BADI 'BBP_UI_CONTROL_BADI' works to hide Bid Invitation Basic data, but not for above.
    Can anybody let me know how to hide above fields.
    Nilesh Kumar

    Hi,
       I dont think there  is any BADI/screen variant for this requirement.But yes,if any of the 2 are available in the std,ITS template changes should be avoided.
       The foll are the screen variants available in SRM 5.0:
    Item data overview in the invoice without purchase order reference: Screen variant BBP_IV_NON_PO; Method GET_SCREENVARIANT_INV
    Item data overview in the invoice with purchase order reference: Screen variant BBP_IV, Method GET_SCREENVARIANT_INV
    Item data overview in the confirmation: Screen variant BBP_CF; Method GET_SCREENVARIANT_CONF
    Item data overview in the confirmation for time recording: Screen variant BBP_CF_TIMEREC; Method GET_SCREENVARIANT_CONF
    Item data overview in the purchase order: Screen variant BBP_PO; Method GET_SCREENVARIANT_PO
    Item data overview for contracts: Screen variant BBP_CTR_ITEMLIST; Method GET_SCREENVARIANT_CTR
    Item data overview for selection of contracts: Screen variant BBP_CTR_ITEM_SELLIST; Method GET_SCREENVARIANT_CTR
    Search results for changing/processing a purchase order: Screen variant BBP_SEARCH_PO_IN_PO; Method GET_SCREENVARIANT_SEARCH
    Search results for entering an invoice and/or confirmation: Screen variant BBP_SEARCH_PO; Method GET_SCREENVARIANT_SEARCH
    Search results for entering a purchase order: Screen variant BBP_SEARCH_SC; Method GET_SCREENVARIANT_SEARCH
    Search results for displaying/processing a bid invitation: Screen variant BBP_SEARCH_BID; Method GET_SCREENVARIANT_SEARCH
    Search  results for displaying/processing a bid: Screen variant BBP_SEARCH_QUOT; Method GET_SCREENVARIANT_SEARCH
    Search results for displaying/processing an auction: Screen variant BBP_SEARCH_AUC; Method GET_SCREENVARIANT_SEARCH
    Search results for displaying/processing an invoice: Screen variant BBP_CHANGE_IV; Method GET_SCREENVARIANT_SEARCH
    Search results for displaying/processing a confirmation: Screen variant BBP_CHANGE_CF; Method GET_SCREENVARIANT_SEARCH
    Search results for entering/displaying/processing/status of a shopping cart: Screen variant BBP_SC; Method GET_SCREENVARIANT_SC
    Worklist for Sourcing: Screen variant BBP_SOCO_WL; Method GET_SCREENVARIANT_SOCO
    Work area in Sourcing: Screen variant BBP_SOCO_GA; Method GET_SCREENVARIANT_SOCO
    Overview for the budget display: Screen variant BBP_BUDGET; Method GET_SCREENVARIANT_BUDGET
    BR,
    Disha.

  • MySAP CRM Internet Sales Certification

    Hi,
    I am appearing for CRM Internet Sales Certification exam in next month end.
    This is a special request to Natarajan, A.R.Prasad, Pallav Tiwari / Ankur Gupta to please respond to this.
    Kindly send me tips / tricks / sample questions / your guidance on 'How to prepare?' at <b><u>[email protected]</u></b>.
    Your help is highly appreciated.
    Thank you.

    Closing this thread as it is not relevant anymore.

  • CRM internet sales data on Explorer.

    We have CRM internet sales. Last week, we refreshed Dev system with QA data and nothing was done at the IPC and IIS. The refresh was successful but we are not getting data in the Explorer screen. Can anyone help me in this and let me know what has to be performed to bring the data on IE screen.

    Dear Pream Kumar,
    I am interested to know how to referesh CRM system. I will appriciate if you can send me document link or steps how to do it. My Email address [email protected]
    Thanks
    With Regards
    Vijay

  • CRM Internet Sales settings

    Hi
    How to configure   CRM Internet sales how to configure the Product catalog and webshop in internet sales  can anyone guide the step by step procedure and information in detail  about the Internet sales.
    Regards
    Arvind

    Hi
    refer to the building blocks for internet sales in CRM
    http://help.sap.com/bp_crmv340/CRM_DE/BBLibrary/Documentation/C14_DeltaGuide_EN_DE.doc
    http://help.sap.com/bp_crmv250/CRM_DE/index.htm
    Reward points if helpful
    Dinaker vikas

  • CRM Internet Sales 4.0

    Hi !
    Would anyone know how to uninstall a CRM Internet Sales project ? For example a 'sandpit' type B2C project. Is it using the Buildtool ? Where can I find information regarding this ?
    Cheers,
    Ashok.

    Hi,
    This tip relates only to J2EE Engine.
    First check settings at ISA Extendend Configuration Management (XCM) Administration to make sure that there is no conflicts after removal.
    Then You can remove B2C from J2EE Engine by opening J2EE Engine visual administrator and go to server services and choose deploy.
    At runtime page open ejb container and choose B2C. On the right side of screen there are button stop application (press it) and remove (press it).
    Hope this helps,
    Jari

  • CRM Internet Sales

    hi experts
    iam in need of CRM Internet sales material . it will be great help if any one of you could send it to me
    my mailid [email protected]
    regards
    vinaykumar

    Have a look on  :
    Brainstorming Discussion - Links to CRM Documentation
    Regards,
    Animesh

  • CRM Internet Sales B2B connectivity woth SAP SRM using OCI

    Dear all,
       we are trying to connect a CRM Internet Sales B2B with a apartner's SAP SRM procurement process. Reading several forum and articles I found that the url to be used by the SRM part is :
    http://orestes:50000/b2b/b2b/init.do?shop=b2b%20shop&forward=ocireceive&OKCODE=ADDI&TARGET=_top&FORCETARGET=yes&CALLER=CTLG&~HOOK_URL=
    when however hitting this URL we get a system error :
    The requested forward <b>ocireceive</b> is not defined on the action <b>com.sap.isa.isacore.action.b2b.StartApplicationAction</b>.
    Any ideas?
    do we need to setup anything else in CRM e-commerce in order for this to work??
    Thanks.

    Shouldn't that be ocireceive.do instead of ocireceive ?

  • Diff between R/3 Internet sales and CRM  Internet sales

    Hi every body!
    Could any body tell the basic Diff between R/3 Internet sales and CRM  Internet sales.
    Thank you,
    mark..

    Hi Markiv
    Just to round that off, the ERP version lacks:
    - Rule based ATP (with APO)
    - Customer specific product numbers
    - Web based catalog management
    - Support for further e-Service processes
    Cheers
    Dom

Maybe you are looking for