Hiding organization data and partner block in IC_AGENT role

Hello,
   For  Business role : IC_AGENT and under  Work Center  : Interaction record ,we have a screen with three different blocks:
   Overview  Organizational Data  Partner.
   My requirement is to hide Organization Data and Partner block.
   Please suggest how can i do that?
   Regards
   Najm

Hello Najm,
for the same purpose I've done in the following way.
Enhance component ICCMP_BT_INR in BSP_WD_CMPWB if it's not been done yet.
Enhance view InrHeaderViewSet if it's not been done yet.
In view controller implementation class for this view (in my case it was ZL_ICCMP_BT_INRHEADERVIEW_IMPL) redefine GET_TAB_LINK_TABLE method in the following way:
METHOD get_tab_link_table.
CONSTANTS: c_orgdata TYPE string VALUE 'InrOrgData.BTORGSET/OrgSet',
            c_partner TYPE string VALUE 'InrPartnerId.MainWindow'.
CALL METHOD super->get_tab_link_table
   RECEIVING
     rt_result = rt_result.
* hide org. data tab
DELETE rt_result WHERE id CP c_orgdata.
* hide partners tab
DELETE rt_result WHERE id CP c_partner.
ENDMETHOD.
Other way is:
Enhance component ICCMP_BT_INR in BSP_WD_CMPWB if it's not been done yet.
Go to Runtime Repository Editor there.
Delete InrPartnerId.MainWindow and InrOrgData.BTORGSET/OrgSet views from the viewarea Header of the ICCMP_BT_INR/InrHeaderViewSet.
But personally I've preffered first one. Just to remember what was actually there in standard.

Similar Messages

  • FIRST DELIVERY DATE AND DELIVERY BLOCK REMOVER IN SALES ORDER.

    Hi All,
    sales order created in SAP-CRM . after sales order replicated in ECC system at that time first delivery date comes blank in each line item after that first delivery date update in each line item when ever first delivery date updated in ECC at that time i want  to disable delivery block for that line item. for this which user exit i need to use and where i need to write  the code. im thinkin user exit is mv45afzz. if it is correct where i need to write the code.
    thanks& regard
    sakthidharan

    Hello,
    Use enhancement userexit_field_modification in include MV45AFZZ for delivery block LIFSK in VBAK Table.
    below is the sample code for it.
    if (write specific condition)
    vbak-lifsk = '1' to '9'.
    else.
    vbak-lifsk = ' ' .
    endif.

  • Organizational data missing in va05 transaction

    Hi Experts
             In VA05 transaction, in application toolbar, there will be 4 push buttons, including
                1. Disp Vaiants
                2. Further Sel.Criteria
                3. Organizational Data
                4. Partner functions
          Now, in my system, i am not getting the display of Organizational Data and partner functions.
               What could be the reason, whether they have done any transaction variants or any exits.
    Thanks in advance.
    Regards
    Rajaram

    authorization is given sucessfully.
    what could be the reason.
    Regards
    Rajaram

  • Service Desk: Pricing data for partner could not be read

    Hi all,
    I am trying to configure the Service Desk functionality for Service Providers (on EHP1).
    I follow the SAP Documentation (SAP Solution Manager: Service Desk for Service Providers) and SLA's made easy in SAP Solution Manager. Also some discussion threads helped me with some steps (I applied e.g. the recommendation from Pricing data for partner 106 could not be read. , but it didn't help).
    I am facing some errors related to the CRM part of the configuration.
    When I create Service Desk Contract (SLFV) in CRMD_ORDER, the error appears Pricing data for partner xxx could not be read. I checked the setting of BP and I am not able to find the reason, for customer's (sold-to-party) BP the sold-to-party > Sales Area Data the Sales Organization/Distribution Channel/Division are maintained. Which information for pricing is needed and where can it be configured?
    Another error - I am sure it is related to the first one - the service contract cannot be determined in the service message (in Item details view under product). The error messages are about sales area/organization, so I suppose there is something wrong with the link Service Contract -> Business Partner definition.
    Could you please help me what can cause the error?
    Thanks in advance,
    Vaclav

    Hi Balaji.S,
    my problem was solved when I double checked the settings of org structure. That means there must be a consistent setting for sales organization / distribution channel / division in businness partner (tcode BP), organizational model (PPOMA_CRM), product workbench (COMMPR01). The setting must be same for both the sales department of the service provider and the customer's company (I am sorry I am not CRM, so I am following just this simple logic)
    In the long text of the error (in CRMD_ORDER) I could see "expected" combination for sales organization / distribution channel / division (message e.g. The access was carried out with sales organization 'O 50000613', distribution channel '01' and division '') -> when the org model was set up everywhere in this way, the contract was automatically filled by the organization data and in the next step the contract could be determined in the service desk message.
    Anyway it took some time to find out the correct combination. Deeper CRM knowledge would help me much.
    Vaclav

  • What is difference between tha master data and tranction data

    Hi, Gurus
    this is  sudhakar
    i want to no what is the difference between the transaction data and master data  give with examples .
    Thanks
    sudhakar

    Hi,
    The most important data classes are master data, transaction data, organizational data and system
    data.
    Master data is data that is rarely modified. An example of master data is the data of an address file, for
    example the name, address and telephone number.
    Transaction data is data that is frequently modified. An example is the material stock of a warehouse,
    which can change after each purchase order.
    Organizational data is data that is defined during customizing when the system is installed and that is
    rarely modified thereafter. The country keys are an example.
    System data is data that the R/3 System itself needs. The program sources are an example
    for more info go through..
    [http://help.sap.com/saphelp_nw70/helpdata/]
    regards,
    NR

  • No redetermination of organizational data when change the activity partner

    In the Business Activity we have the determination Rule for Org.Data Model "14000161 - Org. Data Re. Master Data".
    When we create a Business activity and enter the activity partner, the organizational data is determinated correctly.
    The problem is that, when the activity partner is changed, the organizational data not is redetermined.
    Anybody Knows how to do it?
    Thanks.
    Best regards,
    Dani Sevilla.

    Hi Daniel,
    Did you try "propose alternative"?
    you can read at http://help.sap.com/saphelp_crm40sr1/helpdata/en/82/adc9531f1bc5419d0785617d6a59c2/frameset.htm
    also the BAdI mentioned can help you.
    Eyal.

  • Organization data determination based on custom partner entered in transactions

    Hi Folks,
    I want org data determination to happen based on a custom partner(say sales rep) entered in my transaction.Which rule is the closest so that I can apply the same.
    Regards
    Jaya

    Hi Jaya
    As your Business Partner is custom, then you'll need to create a custom Determination Rule anyway.
    So in SPRO under Organizational Data Determination - Maintain Determination Rules.
    Take a look at rule 10000280 - REG_SERV_04, it's probably still not a great fit, either way create the rule, copy the function module to a Z version and then adjust the code to incorporate the Sales Rep look-up.
    Then you can assign the Rule to your own Organizational Data Determination Profile
    Hope this helps get you started in the right direction.
    Regards
    Arden

  • How to check the date and time when a material is blocked

    Hello,
       Please tell me how can i check the date and time when a material is blocked or unblocked.
    Regards,
    Priyanka

    Hi Pryianka,
    Are you speaking about blocked status of material master ('X-plant matl status' > MM03 > Basioc view 1; 'Plant-sp. matl status' > MM03 > MRP 1) or your problem is to find out the date when your material was booked into blocked state (stock category).
    If your problem is about mmr you can use the above mentioned MM04 (or MM03 > menu > Environment > Display changes).
    If your problem is to find out when your goods were posted to blocked stock you have to use MB51 + relevant movement types (e.g. 103, 344) + batch + etc. ()
    BR
    Csaba

  • Delivery Block at PGI level based on GI date and Month end date

    Business need a check on delivery processing based on the Planned GI date, Month end date and transit period. This transit period is a custom field and dependent on customer. Also it is not maintained anywhere in system. Business store it in some excel format.
    The logic needed is: For any given month, the delivery order MUST be goods issued in the same month, i.e. once the order is delivered, the Post goods issue should ONLY be allowed if and only if , the PLANNED GI date ( as maintained in delivery ) + transit time ( at customer level ), falls within the month end date. If not, a block should be applied at PGI and only authorized personnel should be able to release that block.
    Also, there will be no check at invoicing VF01 level. Once the PGI blocked is removed, there will be no check on invoicing. The month end date may vary month to month and need to in combination of Sales Org / Plant as mentioned
    In addition, the business need an exception report where the information of releasing the block should appear for release date, user id of the responsible person, time sales order no etc. and it should be downloadable.
    We can have a custom table to maintain the month end day in given combination.
    But I need your expert inputs as-
    1-     Can we add this transit period in at customer master data as it is dependent on customer and there are huge no of customers for the sales unit? If not, then how to maintain it; may be a z table?
    2-     Based on this logic, what should the code/logic to be written for block at PGI.
    3-     How to control the authority check for removing the block.
    4-     The source fields for exception report.
    Pls revert accordingly.
    Many thanks in advance.

    Hello,
    Please refere the answers to your questions:
    1- Can we add this transit period in at customer master data as it is dependent on customer and there are huge no of customers for the sales unit? If not, then how to maintain it; may be a z table?
    You can either use some un-used Feild in Customer Master or maintain a Z-Table. I believe maintaining a Z-Table would be easy as you have huge number of Customers. You can also write a dmall program to Pick the Customer-wise transit dates from a excel file & store in Z-Table.
    2- Based on this logic, what should the code/logic to be written for block at PGI.
    You have explained the requirement well in your thread, you need to explain the same to your ABAPer & Basis person & they would do the needful.
    3- How to control the authority check for removing the block.
    Basis person would create & assign a Z-Authorization object which the ABAPer would use in his program.
    4- The source fields for exception report.
    Once you do the above development, your ABAPer will easily pick the required feild in Report as he has already used all the feilds somewhere in his development.
    Hope this helps,
    Thanks,
    Jignesh Mehta

  • I am trying to organize thousands of images in aperture.  The dates on the old scanned images is all 2008, when I started importing them.  When I change the date in aperture some of them hold the modified date and some revert to 2008.  Any ideas?

    I am trying to organize thousands of old images in aperture.  Aperture dates them all in 2008, when I started this project.  When I change the date in aperture some of them hold the modified date and some revert to 2008.  Any ideas?

      I just tried a test library, re-imported fresh images from a hard drive, and the date changes still revert.
    So neither your external drive nor your Aperture library are to blame.
    What do you mean test in a different user acct?  Would it be a good idea to uninstall and re-download aperture 3?
    Appreciate all your help.
    I meant the trouble shooting procedure described here:  Isolating an issue by using another user account
    To test, if some settings in your user account are faulty or preferences files corrupted, it helps to create a new user account from the "Users&Groups" System preferences. With a brand new user account you can see, if something in your current account is causing this.
    Should you see, that Aperture is not even working from a new and clean account, I'd reinstall Aperture, and if need be the Operating system.  Are you using any plug-ins?

  • Adjusting date and time in Elements Organizer

    Hi!
    Is there any way to adjust the date and time in Elements Organizer, to a specific date and time that includes not only hours and minutes, but also seconds?
    My version of Elements Organizer is version 13.0 (20140904.m.62073) x64, for Mac.
    Thanks!
    Elements Organizer 13.0.0.0
    Core Version: 13.0 (20140904.m.62073)
    Language Version: 13.0 (20140904.m.62073)
    System:
    Operating System Name: Mac OS X
    Operating System Version: 10.10.1
    System Architecture: Intel CPU Family:6 Model:60 Stepping:3 with MMX, SSE Integer, SSE FP, SSE2
    Built-in Memory: 8,00GB
    Free Memory: 6,00GB
    Important Drivers / Plug-ins / Libraries:
    Apple QuickTime Version: 7.73
    Adobe Reader Version: Not installed
    Adobe Acrobat Version: Not installed

    It looks like there are a few different threads on this topic.  I posted something yesterday that explained how I used a bash script to automatically parse through the .mov files in my iMovie Events folder and set the "Last Modified" date according to the file name (which had the date in it).  It saved me a lot of time since I had >500 clips to set to the proper time.  The post might be useful to others:
    Re: Horrible iMovie 10 timestamp bug

  • How to organize Data Objects and other Objects in SWCV

    Hi,
    I am looking for Best Practices on how to organize data objects in SWCV as well as other objects such as a Distribution Rules.
    We are planning to develop three occasionally connected applications with NW Mobile 7.1 this year and maybe additional one the following year. We will create multiple Standard Data Objects (e.g. Plant, Company Code, Reservations, ...) which are shared in the first set of transactions and in the future transactions.
    I have heard before to separate out Standard Data Objects from Distribution Models and have two different SWCV.
    Should I have a) one SWCV for all current and future Standard Data Objects and one for the distribution rtules or b) should I separate out common data objects into one SWCV, and all transaction-specific data object each into separate SWCV?
    Just wondering if there are any best practices available for this so that I won't run into problems in the future when we want to add more transactions/data objects?
    Any advise is appreciated.
    Thanks,
    W. Berger

    Hi Siva,
    Thanks for quick reply!!
    I have created say SWCV1 for Dataobjects.
    Now i want to create seperate SWCV2 for defining distribution model.
    How i should proceed..I cannot see the uses option while creating new SWCV2  ( Only option i see is  'backward compatibility checkbox : uses NW04/NW04s MI Application')
    where to check the following which you have mentioned?
    SWCV2 was created and inherited SWCV1 in uses tab of SWCV2.
    Thanks in advance!!
    Regards
    Devendra

  • Credit block and release Date and time

    Dear All,
    I require a report which can display credit block status date and time and  credit release status date and time for sales order. I have gone through the report RSSCD100 with object class VERKBELEG.It is not fullfilling the requirement as it only display change information.
    If customer has already exceeded the credit limit and new sales order has been generated then this report will reflect its blocked status.
    Kinldy help
    Thank you,
    NoMi

    Hi,
    IF it is not mentioned in single program .
    You can develop a query by using multiple program. Please find the list of programs for CM
    +Reports for Credit Management+
    The following table provides an overview of all the reports available to you in the area of credit
    management
    Program Function
    RFDKLI10 Customers with missing credit data
    This report checks the data for the credit limit for completeness, and produces
    the corresponding error lists. These can be used to re-maintain the
    corresponding definitions manually, or per Batch Input.
    RFDKLI20 Reorganization of credit limit for customers
    This report enables you to reorganize the credit limit information in the control
    areas.
    RFDKLI30 Short overview credit limit
    The report lists the central and control area-related data per customer.
    RFDKLI40 Overview credit limit
    The report provides you with an extensive overview of the customeru2019s credit
    situation.
    RFDKLI41 Credit master sheet
    The credit master sheet enables you to display and print out the customer
    master data for a single account, which is needed for the area of credit
    management.
    RFDKLI42 Early warning list
    The early warning list enables you to display and print out customers in credit
    management, who are viewed as critical customers in the area of credit checks
    in SD.
    RFDKLI43 Master data list
    The master data list enables you to display and print out customersu2019 credit cards.
    In particular, you can display information not contained in the standard system,
    for example, user-defined fields or external data, which you have created with
    specific additonal software.
    RFDKLI50 Mass change credit limit data
    This report allows quick mass change for master data in credit management.
    RFDKLIAB Change display, credit management
    With this report, you can display changes for credit management master data for
    all accounts.
    RVKRED06 Checking blocked credit documents
    The report checks all blocked documents from credit view. The report is started
    in the background, and should run after the incoming payments programs.
    FI/SD - Credit Management/Risk Management SAP AG
    Reports for Credit Management
    RVKRED77 Reorganization credit data SD
    The report enables you to reorganize open credit, delivery and billing document
    values. It is used, for example, when updating errors occur.
    RVKRED08 Checking sales documents which reach the credit horizon
    The report checks all sales documents, which reach the dynamic credit check
    horizon, as new. The report runs periodically, and should run at the start of a
    period. The period for the u2018date of the next credit checku2019 is proposed from the
    current date, with the help of the period split for open sales order values.
    RVKRED09 Checking the credit documents from credit view
    Released documents are only checked if the validity period for the release has
    run out (number days).
    RVKRED88 Simulation reorganization credit data SD
    REgards,
    Krishna O
    Edited by: Krishna O on May 20, 2010 11:30 AM

  • How to validate date between Header and Detail Block..

    Hi All,
    I was trying to find a way where, suppose I enter 'from date' and 'to date' in the header block.then in detail block all 'from dates' and 'to dates' should be restricted between the dates entered in the header block.
    Thank you

    Or U Can Simply set in the child item lowest / highest Allowed Value
    Invoke Property pallete for child date item and set the following
    lowest Allowed Value :header.from_date (must be prefix with :)
    Highest Allowed Value :header.to_date
    siju.koiply

  • Validate Date and block JavaScript page change

    how I can validate date acrobat, can block JavaScript page change, only change with a button? 

    If you use the "util.scand" method date validation is part of the process. It either returns the number of milliseconds from the Epoch date used by JavaScript for the date time object the null value.
    Date Arithmetic has some sample scripts, but you need to keep in mind that Date and Time are not independent and using "new Date()" returns the date and time at the time that line of code is executed and that can cause issues for the computing of dates only.
    Are you sure of day count, most differences include the start and end dates in the number of days for the calculation.
    Custom calculation for today's date field (format is None):
    // get today's date an time
    var oToday = new Date();
    // set to start of day
    oToday.setFullYear(oToday.getFullYear(), oToday.getMonth(), oToday.getDate(), 0, 0, 0, 0)
    // set field value
    event.value = util.printd("d/mm/yyyy", oToday);
    Custom calculation for the difference in days field (format None):
    var cEnteredDate = this.getField("EnteredDate").value;
    var cToday = this.getField("Today").value;
    event.value = "";
    if(cEnteredDate != "" && cToday != "") {
    // process only if date values not empty
    // convert date strings to date time objectat midnight
    var oEnteredDate = util.scand("d/mm/yyyy", cEnteredDate );
    if (oEnteredDate == null) {
    app.alert("Error in processing entered date", 2, 0);
    oEnteredDate.setFullYear(oEnteredDate.getFullYear(), oEnteredDate.getMonth(),oEnteredDate.getDate(), 0, 0, 0, 0) 
    var oToday = util.scand("d/mm/yyyy", cToday);
    if(oToday ==  null) {
    app.alert("Error converting today", 2,0);
    oToday.setFullYear(oToday.getFullYear(), oToday.getMonth(),oToday.getDate(), 0, 0, 0, 0) 
    // convert date objects to days
    var nEnteredDate = Math.floor(oEnteredDate.getTime() / (1000 * 60 * 60 * 24));
    var nToday = Math.floor(oToday.getTime() / (1000 * 60 * 60 * 24));
    // compute & format the difference
    event.value = util.printf("%,0 1.0f", (nToday - nEnteredDate));

Maybe you are looking for

  • Adding attached images to iPhoto

    The ability to add attached images to iPhoto from Mail by choosing Save and Add to iPhoto doesn't work.

  • Tethering using bluetooth

    I have enabled Tethering on Orange UK and have no problems over USB cable, well in fact using that to write this message right now ! However Bluetooth tethering is so far less successful. I have tried to Bluetooth tether to my admittedly pre-historic

  • Enable Seeded Bussiness Area's and Seeded Workbooks

    How can I enable seeded bussiness area's and workbooks that come as part of Oracle Applications. I've found script that would create some seeded workbooks to monitor EUL and other stuff but not anything specific to any modules. Can somebody point me

  • Lost my menu's.

    When I open my Adobe InDesign CS4 al my menu's are gone. I think it's rather easy to get them back but I just can't figher out how. My InDesign: The InDesign I need: (Menu Right and Left)... Thanks in Advance, YOURI.

  • Unable to update my Lumia 625 to WP8.1. Please hel...

    I have lumia 625 and it is not updating fro W8 to 8.1, whether all my friends have updated their phones Moderator's Note: Post was moved and changed the title into a subject-related title.