Need to hide organization tab base on particular "Sales Area"

Hello Ecperts,
There is a requirement :
I need to hide a tab in BP screen when I select a particular sales area(Sales organization,Distribution channel and Division).
For ex: When I select a sales area : 0002/18/02 , the organization tab should be invisible.
please help me with the right solution.
thanks

HI,
Lets say your first screen is screen 100 and your second screen ( with table control ) is screen 200.
Now in screen 200 attributes tab, set the screen type as Sub screen ( Note that sub screens do not have OK_CODE. The ok_CODE will get populated in the main Screen in which this is called. )
Now create another Sub screen 300 with nothing in it. And use the resize option ( using cursor ) to minimize the screen size to the least possible size.
Now create a screen 400. In this screen place a sub screen area ( choose it from the left side screen elements options  ) and giv it a name , say SUB.
In the flow logic of this screen, write ...
CALL SUBSCREEN sub INCLUDING sy-repid w_dynnr
In PBO module ( before the call subscreen statement ) write
If { your condition to display the table control )
w_dynnr = 200.
else.
w_dynnr = 400.
endif.
Please get back with any further queries.
Regards,
Suzie

Similar Messages

  • How to remove Requirement of SL in  Delivery for a particular Sales area

    Hi Friends
    I have customised supplementary order type, delivery type and billing type. In supplemntary delivry item category, the relevance for picking, storage location required, determine storage location, fields are unchecked. It works well with a particular customr and for a particular sales area, particular materials. In delivery, we have PGI and saved delivery. Delivry did not have picking and it did not ask for any storage location.
    But when I am trying to create the same supplementary order type for a different customer and different sales area and scrap material, the delivery has no picking but its asking for storage location to do PGI. Pls tell me what I have to do to remove the requiremnt for storage location in delivery for this particular sales area.
    Thanks
    sangeeta

    Hi Bhaskar
    In VL01N, in delivery item, for scrap material, item category is coming as ZSUP. Because the item category for delivery is also maintained as ZSUP. In this Item category, the fields mentioned below are deactivated.
    Relevant for picking
    SLOC required
    Determine SLOC
    In material master for scrap, in Sales org2, item category grp is NORM, like all other material.
    Thus storage location is not supposed to come in VL01n as a required field.
    But in delivery item category determination, i did not find this item category zsup. But when I was making supplementary delivery for other materials, the system did not ask any storage location  and supplymentary delivery is duly created. here we delivering from an order not SA.
    Thanks
    Sangeeta

  • Want report to display Sales Life Cycle for Particular Sales Area

    Hi all,
    What are the select-options,parameters and tables for the report sales life cycle for a particular sales area and if possible send me the code for the same.
    Thanks in advance
    Santosh R

    Hi Sandy,
    You would probably be better to post this in Crystal Reports Design forum category.
    You could add a unjion into the data source so that it always returns a dummy row for each category.
    Regards
    Alan

  • Is it possible to extend materials to a particular sales area in bulk ??

    is it possible to extend materials to a particular sales area in bulk ?? .. if so how to do it ?
    thanks
    mmn

    You can use the CATT procedure for this purpose.
    Regards
    Nadarajah Pratheb

  • BP replication not happening for a particular sales area.

    The BP's created for one particular sales area are not getting replicated into CRM, though before sometime it was happening.
    The BP with the "general data", and "role of sold to party" only flows but not with the sales area. There is no BDoc error in the SMW01 either. While displaying BP for the role of sold to party, it shows "Sold-to-party(maintained)" but the sales area entries though maintained for this sales area in the ECC, do not flow to the CRM.
    However for other sales areas it flows.
    Where should I look to resolve this situation. All entries in PPOMA etc are rightly made and untouched.
    Thanks and regards,
    Tariq

    Hi
    The BP's created for one particular sales area are not getting replicated into CRM, though before sometime it was happening.
    DJ>>  Hope the required sales area is available in CRM.
    The BP with the "general data", and "role of sold to party" only flows but not with the sales area. There is no BDoc error in the SMW01 either. While displaying BP for the role of sold to party, it shows "Sold-to-party(maintained)" but the sales area entries though maintained for this sales area in the ECC, do not flow to the CRM.
    DJ>> Please check the following -
    1. Create a BP in CRM (with the sold-to party role) with the required Sales area and see if this customer when replicated to ECC has the relevant Sales Area.  Ideally it should get replicated if all you middleware settings are fine.
    2. See you have not set a filter for a specific Sales Area and becuase of that BP is getting replicate but not the sales area.
    Hope this will help
    Regards

  • Particular sales Area can be assigned to Production

    Hi,
         Can a particular sales area assigned to production of certain materials, if so provide some details.

    Hi,
    If you are talking about Business Area assignment, yes you can.
    Your material will be created for only one division,
    Now in SPRO - Enterprise Structure - Assignment - SD - Business Area account assignment - Define Rule by Sales Area - Use rule 1 here for your desired Sales Area and now you can assign your Business Area to your Plant and Division.
    If this is helpful, please dont forget to reward points for contribution.
    Regards
    Ravi

  • PSCD custom Tabs u2013 need to hide a Tab on the CAA1, CAA2, CAA3 transactions

    We are using Business Data Toolset (BDT) (transaction CAWM) for these changes.
    We are using PSCD for one department and created a Tab for the custom data screens and it works just fine.
    Now we need to setup a 2nd department to use PSCD and we want to create a 2nd Tab for the custom data screens for this department. This I have been able to do.
    However we want the department to see only their custom Tab Not the other departments. I have not been able to figure out how to hide a Tab.
    I can not find any documentation on how to do this.
    Is it even possible?

    Your idea sounds do-able.
    For any FP object that you want to extend, you would create a "Shortcut Menu Activation?" Event. Within the event, you can retrieve a MenuRef.
    Using the Menu Palette, you use the Insert Menu Items function, each item has a displayed name and a tag.
    You then add a Shortcut Menu Selection (User) Event for the FP object to handle the selection made by the user. The ItemTags that you assign in the are available to use as a case selector. Your example would simply set the Tab control's index value to switch to the panel you want.
    I built a fancy tree control (as an XControl) a few years ago for an internal tool that presented a view of files on disk and the right-click menu was context sensitive the the extension of the filename selected. Look in the Facade and the FileView Set Context Menu.vi for the guts of what I did.
    I always deleted the tree menu choices and then added my own. If you don't delete the items, then your options are appended to the end.
    I've attached the files here as a ZIP. (LV8.6)
    Now is the right time to use %^<%Y-%m-%dT%H:%M:%S%3uZ>T
    If you don't hate time zones, you're not a real programmer.
    "You are what you don't automate"
    Inplaceness is synonymous with insidiousness
    Attachments:
    LV 8.6 Upgrade Tool.zip ‏745 KB

  • Need to Create Customer Master Data under Multiple Sales Areas

    Hi Gurus,
             My requirement is to create a customer under multiple sales areas by processing the Inbound Idoc function module "IDOC_INPUT_DEBITOR"( After generating Outbound Idoc and outbound is processed successfully).
             But, when I am trying to send the multiple sales areas information in segment "E1KNVVM". It is creating the customer under first sales area filled in first E1KNVVM segment and it is giving error that "Fill all required fields SAPMF02D 0111 ADDR1_DATA-NAME1" and it is not creating the customer under other sales areas.
            Following are the details of the Outbound Idoc which I have processed.
            Idoc Basic type : DEBMAS06
            Message          : DEBMAS
            I have filled required fields in E1KNA1M and E1KNVVM segments. But filled E1KNVVM segments  twice with different sales area data.
          Please help in solving this problem?

    is it really just one IDOC?
    I have never seen that SAP just does a part of one IDOC.
    the structure of DEBMAS ist like this:
    E1KNA1M
    --E1KNVVM
    E1KNVPM
    E1KNVDM
    E1KNVIM
    --E1KNB1M
    which means for your example it should be like this
    E1KNA1M
    --E1KNVVM
    E1KNVPM
    E1KNVDM
    E1KNVIM
    --E1KNVVM
    E1KNVPM
    E1KNVDM
    E1KNVIM
    --E1KNB1M
    and in this case I am very certain that it would never just process and create the part for one sales area.
    Maybe your customer already exists from ealier tests with just one sales area.
    Display your IDOC in WE02 or WE05 and make sure you have a value in name1 field

  • Need to hide tabs in CRM 5.0 SAP GUI for a business transaction

    Hi all,
       I've created a custom complaint transaction in CRM 5.0, and I need to hide some tabs and fields when I create it or edit it via SAP GUI. I've searched through the help, and I figured out that probably I have to use transaction CRMV_SSC, but than I'm blocked.
    Has anyone some hints or guides that can help me?
    I you have any documentation, please send to [email protected]
    Thank you a lot,
    Daniele.

    Hi,
    if you activate the technical names in the menu, you'll see that transction for maintaining sales transactions is called:
    crmd_bus2000115
    So there you have it, it's BO BUS2000115
    regards, Rob Dielemans

  • Hide item tab

    Hi experts,
    Does anyone how to hide one of the item tab? I need to hide relationships tab.
    Thanks a lot for your help,
    Clara

    Hi SaraGil,
    You can hide the tab using application configuration of item (RPM_ITEM_DETAILS_CFG). Follow the steps as below to hide relationship tab:
    1) Go to to the transaction se80 and select the package RPM_UI_WD
    2) Select the webdynpro application RPM_ITEM_DETAILS_CFG and launch start configurator.
    3) Go to the variant RIH_EDIT and select the main view Relationships.
    4) Select the hidden element for this view.
    It will hide the Relationship tab for portfolio item.
    Regards
    Amit

  • How to hide a tab(not a conditional display)

    I allready posted this question, but nobody answered me...
    Please help. Here is the thread, just read the last message:
    how to hide a tab dynamically
    Vitaly

    Why? What are you trying to achieve? What functionality would that provide?
    See
    http://htmldb.oracle.com/pls/otn/f?p=24317:124
    Is that what you want?
    The function behind the Toggle link is
    <script type="text/javascript">
    function ToggleTab()
    var links=document.getElementsByTagName('a');
    for (var j=0;j<links.length;j++) {
        if (links[j].className=='t10standardtabcurrent') {
           var td=html_CascadeUpTill(links[j],'TD');
           html_ToggleElement(td);
           var adj=td.previousSibling;
           if (adj.nodeName != 'TD') adj=adj.previousSibling;
           html_ToggleElement(adj);
           var adj=td.nextSibling;
           if (adj.nodeName != 'TD') adj=adj.nextSibling;
           html_ToggleElement(adj);
    </script>Modify as per your requirements and post your final solution if you use this approach. Thanks.

  • Custom fields to the sales area tab of customer master data

    Hi Guys,
           i have one requirement, where i need to add Zfields to the Sales tab in sales area data of customer master. Can somebody give me steps how to do it? do we need to do screen programming or just appending KNVV so that functional consultants can do configuration based on account group?
    help would be appreciated
    Thanks in advance
    Siva

    Hi,
         .First in IMG - Enterprice Structure - Definition
    Create the Organisational Units you want to use
    2.Then In Enterprise structure - assignment
    Setup the sales areas you want to use in SD
    Then go to XD01/ VD01 and create a new customer to whom you want to sell goods & service thr a particular sales area which you have already set up in IMG.
    YOu can create a customer master for only those sales areas which you have created in Step 2 above.
    Then create a sales document type VOV8 and then assign sales document type to sales area in which you want to use.
    IMG-Sales & distributin-sales-sales document-sales doc header
    Do all other assignments like item category determination, schedule line category, pricing procedure determination etc
    and then you can cretae a sales document using the particular sales area.
    <b>Reward points</b>
    Regards

  • Sales Area, Organizational Model and Territory Management

    Dear Experts,
    I'm meeting unexpected system behaviour (CRM Release 2007) during the configuration of the territory management, below the steps I have done:
    1. Define a new Employee from BP transaction
    2. Go to "Organizational Model", create a new position under the existing organizational unit and assign the new BP to it.
    3. Go to "Maintain Territory Hierarchy", add a regional level to the existing structure, add the new BP and set the appropriate territory attributes.
    4. Go to "Maintain sales area for territories from Org. Model", select the new regional level and click on "Show Sales Areas". The system shows as attributes status "Position 50000125 has no sales areas".
    Where can I set the sales area for the territory?
    Thanks in advanced for your help.
    Kind regards,
    Alberto
    Edited by: Alberto Angelini on Apr 7, 2009 6:43 PM
    Edited by: Alberto Angelini on Apr 7, 2009 6:44 PM

    Hi,
    In TCODE CRMM_TERRMAN under the tab where the positions for a territory are assigned,
    check if Territory attributes are maintained. There should be SA_SALES_AREA maintained here.
    Also in TCODE PPOMA_CRM under the Function Tab check whether the Sales Area for the position is maintained.
    Regards,
    Masood Imrani S.

  • Organization Tab in Service Order in IC Agent Role

    Hi Experts ,
    During the creation of a Service Order.,Complaints and Returns  from the front end I C Service Agent role , I am unable to maintain any Organization Data .
    I am unable to find the Organization Data tab to enter a Service Organization (just like the way in the SAP GUI ). in the IC AGENT role.
    I have checked all the components and views for available fields /tabs but there is nothing  available for Organization Data.
    Could you please help me , so as to display the organization tab in the Service Order/Complaints  in the front end IC Agent Role.
    We have the Organization Tab available in the Personalization Options itself in the SERVICEPRO Role .
    Is the SERVICEPRO role better suited for creating Complaints , Returns transaction ?
    However I do need the IC AGENT Role for Account Identification and Confirmations which can only be executed through the framework of the IC AGENT Role .
    Please advice.
    Your help will be appreciated.
    Thanks,
    Maroof

    Hello,
    Use customizing path:
    - Plant Maintenance and Customer Service
    - Maintenance and Service Processing
    - Maintenance and Service Orders
    - Functions and Settings for Order Types
    Two sub-options are then relevant:
    Create Default Value Profiles for General Order Data
    Update an existing profile or create a new one to include your Field Key
    Default Values for Task List Data and Profile Assignments
    A maintenance profile is assigned to a plant/order type combination
    The data in user fields is at operation level.
    -Paul

  • Organizer data base is damaged in acrobat 9 standard

    I have tried to "repair" and reinstall my Adobe Acrobat 9 standard version to correct my organizer data base damage issue.  I have deleted and replace the organizer90 file as suggested in previous discussions to no avail.  I have created a txt version and removed the .txt to the folder making it blank also.  Nothing has fixed this issue.  I have had this product for years without many issues.  This is the first time it appears to be unresolvable.
    Do you have any suggestions beyond what I have discussed.  As an example is there a specific order of action items to make the repairs.  It is perplexing that a full uninstall and then a full reinstall has not solved the issue.  I am only an occasional user so this product suits my needs and demands regarding pdf files. posted 070514 Scott

    you must not be removing the correct file.  double check that you're deleting from the correct directory.
    also, after restarting your computer, before launching acrobat, make sure that organizer90 is not present.  then launch acrobat and check that it re-creates the organizer90 file.
    and, if that fails, you could try holding down shift-ctrl-alt while starting acrobat.  if done correctly you'll see a confirmation dialog about resetting your preferences.

Maybe you are looking for

  • How to show the selected item in a drop-down box......

    hi, i m using the following code for selecting from the drop-down box... <html:select property="lddate" style="width:160"> <html:options collection="load_dt" name="AlmCurrencyRiskAnalysisBO" property="load_dt" labelProperty="load_dt"/> </html:select>

  • Automating the process of equipment creation

    Hi, I am Pretty new to this domain. i want to know some basic functionality on CS processing. As i know we are make use of equipment master for the warranty related information and against this we are creating notification. My question is can we take

  • Monitor looks posterized

    So my cat sat on my keyboard and he did something wierd, and I cant figure out how to undo it. My entire monitor looks like it is in negatve, or posterized- I dont even know what to call it. Everything, from the background image to the buttons, to ev

  • How to get a varient vale by default on to selection screen?

    How do we display the varient value on selection screen by default?

  • I can't install widows 7 using bootcamp ?

    Hi there... I tried to install windows 7 using bootcamp, but when the its Expanding the widows file it stop as it shows on the percentage bar on 68% ??? I tried so many time But i get the same problem.. When its working fine by using the parallel...