PCUI -- BP being changed in relationship tab -- Generate Pop_Up on Enter

Hi All,
In the current project, SAPCRM 5.0 being used with both GUI and PCUI.
The current requirement is that in the relationship tab, one of the relationship partner details would be changed in PCUI. As soon it is changed, that is when the user selects enter, a pop-up needs to be displayed with a message.Once the user selects the option, the option selected needs to be updated in another field in one of the other tabs at the same time and the pop-up closed.
This functionality has been implemented in GUI and needs to be done in PCUI.
Currently, I have inherited the class "cl_bsp_acc_accmod_relations" and redefining the read method.
The logic that was used for validating the conditions in GUI, I am using the same thing here in the read method. But I am unable to get the BP details from the PCUI to proceed further.
Is this the correct approach? Is there a BADI which can be used for this requirement?
Is there any alternate approach?
Thanks,
Ravi Kiran

I'm not sure why this warning is no longer appearing, but you can turn it back on like this:
# Open the [[Options window]]
# Click on the "Tabs" section
# Click the checkbox next to "Warn me when closing multiple tabs"

Similar Messages

  • Make fields un-editable based on condition in Relationship tab of ACCOUNTS

    Hi Friends,
    Iam working in CRM 5.0. Application: ZCRMMACCOUNT           View: Z*ACC
    I want to make the fields in the relationship tab of Accounts application to read only based on some condition (when the relationship is contact person).
    I have tried all the ways:
    1. In the READ method of Access Class, set the field property as 'A' in the et_field_attribute.
    2. Use the method set_field_attr of class cl_bsp_bp_global_service.
    But still the fields are in the editable mode. And here i cant use the Field Group Customization, because i want to make the fields read only based on some condition. I tried using field group variants, but while debugging, the method GET_FIELDGROUP_VARIANT is not called.
    Can you please suggest me your ideas and how to work with this?
    Regard,
    Raju

    Dear Raju,
    I am new to CRM, if i am wrong in explaing the things dont consider it.
    We to had the almost the same requirement then we went to the field groups level and chekced the following field groups and changed them to display only feature by checking the box in the field groups....
    ADR_DETAIL_COMM_DATA
    ADR_DETAIL_COMM_DATA_CAM1
    and generated the layout for the following parent field groups....
    ADR_DETAIL_COMM_ALL
    ADR_DETAIL
    BUP_ADR_DETAIL
    ADR_DETAIL_2
    and also check the field groups under the following parent field groups which matches to your requirement...by checking box of the related field group to display mode
    BUP_GENERAL_DATA
    BUP_BUS1006_SRES

  • How to extend Sales org for a material being Changed

    Hi Experts,
    i need to extend sales org , distribution Channel for a material .
    my table look like this and having 6 fields shown below
      1             2         3               4            5                     6
    Sales org | Des | Distn Chnl | desc |  Copy from So | Copy from Dstn Chnl
    If the user enters the existing value in Copy From SO and Copy Fron Distn Chnl  .  Then i need to copy all the values corresponding to the Existing SO and Distrn Chnl to the Newly entered Sales Org . 
    the table im displaying in ALV , if user perss F4 in copy From SO and Copy From Distn  , i need to show the existing values for the material being changed , this is working fine and i am able to get the existing values.
    After user selects one of the existing value for SO and Distrn channel  , i need to copy all the values to newly created So and distrn Chnl  .
    i dont know how to proceed . Please help me to solve this problem.
    Thanks,
    Shrikanth

    You can use AET to extend the sales area data of BP.  However, it wont add the fields automatically in GUI, But the generated fields are available in the relevant DB tables.
    BP GUI transaction is no more supported . Im not sure why you want to work on GUI.
    Regards,
    Shaik

  • Change documents cannot be generated

    When trying to approve an admin charm we are getting warning : change documents cannot be generated
    Diagnosis
    Change Documents cannot be generated.
    System Response
    The status is reset, the action is canceled.
    Procedure
    Your Change Request Document contains data which cannot be used for the generation of the follow-on change documents.
    Please check the following possible errors:
    The chosen project in project field of the 'Details' assignment block is a project without a maintenance cycle or the assigned maintenance cycle is in a status where the generation of Change Documents are not allowed. The generation of projects is for example not allowed if the project is in a final status.
    If possible, change the project or choose a phase in the maintenance cycle which allows the generation of Change Documents. If this is not possible, this project cannot be used.
    The 'Scope' assignment block contains scope items for with a chosen IBase which is not the IBase of the productive system in the one (or more) logical components assigned in the chosen project. This is only relevant for the change category 'Urgent Correction', 'Normal Correction' and 'Administrative Change'.
    Choose the right IBase for the change category scope item.
    If a change is not possible because the Change Request was approved and the fields are not edit able, set the Change Request to 'Validation'. Then the data can be changed and the Change Request can be approved again.
    Can someone help why this happens

    Hi,
    Have you checked all the possible errors stated as in your error?
    1. Do you have proper auth to create, proper system assigned with the dev role and ibase created?
    2. is it new CR or you are trying to extend the scope? if this case, what is the status of CR? check out
    ChaRM: RfC process stuck at "Being Implemented"
    3. whether your project has the valid maintenance cycle assigned? you can check in solar_project_admin maintenance cycle is open ?
    4. what is the phase status of maintenance cycle and project cycle. check this allows to create CD, with the status as development with release ?
    Phases in the Project and Maintenance Cycle - SAP Documentation
    please check
    Thanks
    Jansi

  • How Do i create a list that will show in a dropdown box with the list being pulled from another tab and not the cell data format junk?

    How Do i create a list that will show in a dropdown box with the list being pulled from another tab and not the cell data format junk?
    I currently run OS X 10.10.1
    Now i have been trying to work on this for a while now and what i want to do should be simple but its apparently not.
    Here is an example of what i want to happen.
    I will have 2 tabs: Contact | Sales
    Now Contacts will have the list of names and various information about a customer, While Sales will have one drop-down box for each Cell Row that will show the names of the person in tab contacts
    for what i am wanting to do i cant use the data format pop-up menu because the list is edited everyday several times a day.
    Now how do i do this, Excel can do this so how can numbers do it?

    Hi Shegra,
    Paste this into a applescript editor window and run it from there. In the script you may need to adjust the four properties to agree with your spreadsheet. Let me know if you have any questions.
    quinn
    Script starts:
    -- This script converts column A in one table into an alphabetized list of popups. It copies the last cell in that column. Then reverts the column to text. It then refreshes popups in column A of a data table starting with a user defined row.
    property DataEntrySheet : "Sheet 1" --name of sheet with popups to be refreshed
    property DataEntryTable : "Sales" --name of table with popups to be refreshed
    set copyRange to {}
    property PopValueSheet : "Sheet 1" --name of sheet with popup values table
    property PopValueTable : "Contacts" --name of table with popup values
    set PopStartRow to {}
    tell application "Numbers"
      set d to front document
      set ps to d's sheet PopValueSheet
      set pt to ps's table PopValueTable
      set s to d's sheet DataEntrySheet
      set t to s's table DataEntryTable
      set tf to t's filtered --this records filter setting on data Entry Table
      display dialog "Start from row #..." default answer "" with icon 1 -- with icon file "Path:to:my.icon.icns" --a Week # row
      set PopStartRow to {text returned of result}
      tell pt --convert list to alphabetized popups
      set ptRows to count rows
      set copyRange to ("A2:" & name of cell ptRows of column "A")
      set selection range to range copyRange
      set selection range's format to text
      sort by column 1 direction ascending
      set selection range's format to pop up menu
      -- popupsmade
      set selection range to cell ptRows of column 1 of pt
      set v to value of cell ptRows of pt
      end tell
      activate application "Numbers"
      tell application "System Events" to keystroke "c" using command down
      tell pt
      set selection range to range copyRange
      set selection range's format to text
      end tell
      tell t
      set filtered to false
      set tRows to count rows
      set pasteRange to ((name of cell PopStartRow of column "A") & ":" & (name of cell tRows of column "A"))
      set selection range to range pasteRange
      tell application "System Events" to keystroke "v" using command down
      set filtered to tf
      end tell
    end tell

  • How to read data in CRM Activity relationship tab.

    Hello friends,
    I have a requirement to read data from CRM Activity relationship tab.
    Mainly i have to read Transaction No/object refernced trans field of CRM Activity relationship tab.
    Could anybody help me?
    Thanks,
    Bunny

    Hi,
    have you found in the meanwhile a good solution?
    I have also a similar requirement.
    At the moment I'm using the view CRMV_ACTFORGP to get the activities associated to a BP (by the way you have many filters that can be used) and then for each GUID (order guid - CRMD_ORDERADM_H-GUID) I call the fm BAPI_REL_GETRELATIONS to get the list of relationships.
    Regards
    Diego

  • Changes in itunes not being changed on my iphone4s

    Changes made on the iphone control feature in itunes, say add a song to a playlist or add an artist, are not being changed on the phone. Any ideas? thanks.

    Hello there, imasummergirl.
    Great job, troubleshooting your issue so far. You may want to try manually updating your iTunes Match using the steps found in this article to see if that helps correct your issue:
    How to troubleshoot iTunes Match - Apple Support
    Make sure you have the latest version of iTunes. You can download the latest version for free.
    Launch iTunes on your computer.
    From the iTunes menu, choose Advanced > Get Album Artwork.
    Once iTunes has completed processing the album artwork, you'll need to update iTunes Match.
    From the iTunes menu, choose Store > Update iTunes Match.
    In your instance you can skip steps 3 & 4, as your issue doesn't involve Album Artwork.
    Thanks for reaching out to Apple Support Communities.
    Cheers,
    Pedro.

  • Relationship tab is not visible in Sales Order in CRM 7.0

    Hello All
    I am working on CRM 7.0 I want to create an object reference profile to transaction type u201CTAu201D id did the required steps
    Transactions -> basic settings -> Define Object Reference Profile. Then I assigned the profile to the Transaction type
    But I am not able to find the relationship tab in my orders in GUI also there is no data block called relationships in the WebUI
    How to make this tab visible in both interfaces ?
    Thanks in advance
    Jacopo Françoise

    Jacopo,
    If I am right, you no longer see the reference releationships in CRM header, you can actually see the Template or Object Relationships in Web UI using the Assignment Block called Trasaction History on Subsequent assignment.. It may vary depending on the Transaction type you are using, let me know if this doesnt solve this issue and give me more details of your transaction so that I can look it up.. thanks
    Raj

  • Safari Homepage being changed automatically.

    Hi,
    I have a family user account on my machine with no Admin.
    My son plays online games on this account.
    Frequently the Homepage is being changed to:
    http//,tc6/
    I am a little concerned.
    Any comment would be greatly appreciated.
    Thankyou.
    Ja

    Resume
    "With Resume enabled, Safari will open up with the same set of websites you had when you left Safari.
    To enable Resume, in Finder select Apple () menu > System Preferences… > General and uncheck "Close windows when quitting an application".
    Tip: Press the Shift key when you open Safari to skip Resume."
    Above posted quote is from the below linked article from Apple.
    http://support.apple.com/kb/HT5364
    Best.

  • Raw settings being changed when running droplet

    When I process Canon Raw files using a droplet Photoshop appears to be opening the files through ACR and converting them.
    To process Raw files I open them from Bridge into ACR and adjust the settings for the files, then click done. I then take those files and drop them on a droplet. The resulting Psd files are beig processed by the droplet, but their settings are being changed.
    For example, I open 10 files in ACR and set them to 8bit, then click done. I then open another file in ACR and set it to 16 bit. If I then run the first ten files through a droplet they are all changed to 16bit (the dropket does not include a conversion to 16bit)
    I'm using a PC

    Clarity and Exposure are per-image metadata that should be distinct per image.
    Admittedly I have only rarely used droplets and only as an output export action to apply to files coming out of LR some years back so am not sure if what is happening is to be expected or not, but here are some questions to help clarify what is happening for others to verify if that’s how things should be working or not:
    Are you looking at a raw file in ACR before and after being processed by your droplet and you see different settings or are you just looking at the PSD and seeing it looks different than the raw file in ACR?
    Do settings change if there is only one raw file dragged onto the droplet at a time and are the settings the same for every image no matter which images or how many are dragged at a time (the settings are saved as part of the droplet)?
    Are the settings the same for every image in the group that have been dragged onto the droplet but change from one group to the next (the droplet is picking up the settings of one of the images in the group and applying that to all of them)?
    Are the settings different for different raws in the group but seem to be correlated with the previous or next image in the set dragged onto the droplet? (the settings are picked up from the wrong image in the group)?
    If you make a droplet with that does nothing other than open the raw file, not even save it to a PSD, do the raw file settings change?  In other words does it matter what you’re doing in your droplet for the settings to change?

  • Field Values being changed in the flat file on Application Server

    Hi All,
    I am loading a flat file(.CSV) from Application server. The file has some characteristic fields, for ex: CNUM of type Char, length 20. But it has got the value which is of 10 char length, say XYZ1234XAB. When I load the same fiel from client workstation, the load was successful but when I load it from Application server, the load has failed and the error is Invalid/Hex. characteristics for this record and many such records.
    When I checked the file on the application server the value 'XYZ1234XAB' is being displayed as 'XYZ1234XAB   #' and it is also being loaded with '#'. This is the cause of the error.
    Why is the value being changed on the application server? What can I do to overcome this?
    Thanks,
    RPK.
    Message was edited by:
            RPK

    Hi Ganesh,
    I have already loaded data to my ODS and when activating it is giving error "Value 'XYZ123XABC   #' (hex. '123456....') of characteristic CNUM contains invalid chara".
    I also have some lower case char in some of the records for the same field. The file is huge and cannot change the file, infact I have many such files. Is there any other way to overcome this?
    Thanks,
    RPK

  • My tab default is1.25 which is too big for the A5 document I'm working on, how do I change the default tab so that I don't have to reset each individual line?

    My tab default is1.25 which is too big for the A5 document I'm working on, how do I change the default tab so that I don't have to reset each individual line?

    Hi Hannah,
    Inspector > Text > Tabs Button > Tab Settings > Default Tabs.
    To set a tab stop on the go, click in the ruler.
    If you can't see the ruler, Menu > View > Show Rulers.
    To set tab stops for lines (paragraphs) you have already typed, select those paragraphs and set them all at once.
    Also, have a look at Menu > Pages > Preferences > Rulers.
    Regards,
    Ian.

  • Change Excel sheet tab color using Open XML dll

    Hi,
    I want to change the sheet tab color of an excel Xlsx  document. I am using the following code but it does not set the sheet color. I get object reference exception when I set the sheet tab color.
    public static string filepath = @"C:\Test\Book1.xlsx";
    private static void ChangeSheetcolor()
    try
    using (SpreadsheetDocument spreadSheetDocument = SpreadsheetDocument.Open(filepath, false))
    WorkbookPart workbookPart = spreadSheetDocument.WorkbookPart;
    IEnumerable<Sheet> sheets = spreadSheetDocument.WorkbookPart.Workbook.GetFirstChild<Sheets>().Elements<Sheet>();
    //my code
    WorksheetPart worksheetPart =
    GetWorksheetPartByName(spreadSheetDocument, "Sheet1");
    if (worksheetPart != null)
    // worksheetPart.Worksheet.SheetProperties.TabColor.Rgb = DocumentFormat.OpenXml.HexBinaryValue.FromString("Red");
    worksheetPart.Worksheet.SheetProperties.TabColor.Rgb = DocumentFormat.OpenXml.HexBinaryValue.FromString("#CCCCCC");
    // Save the worksheet.
    worksheetPart.Worksheet.Save();
    catch (Exception ex)
    private static WorksheetPart
    GetWorksheetPartByName(SpreadsheetDocument document,
    string sheetName)
    IEnumerable<Sheet> sheets =
    document.WorkbookPart.Workbook.GetFirstChild<Sheets>().
    Elements<Sheet>().Where(s => s.Name == sheetName);
    if (sheets.Count() == 0)
    //does not exist
    return null;
    string relationshipId = sheets.First().Id.Value;
    WorksheetPart worksheetPart = (WorksheetPart)
    document.WorkbookPart.GetPartById(relationshipId);
    return worksheetPart;
    How to change the sheet tab color using Open XML dlls.
    Thanks
    Ashok

    Hi J_Prasanna,
    I'm afraid that it's not possible with OpenXML SDK, but it's possible if you use Excel PIA along with Internet Explorer. Use the Internet Explorer COM object to render the HTML content, then copy the document, use the Paste method of the Worksheet object
    to paste the text with format.
    Dim IE As Object
    Set IE = CreateObject("InternetExplorer.Application")
    With IE
    .Visible = False
    .Navigate "about:blank"
    .document.body.InnerHTML = Sheets("Sheet1").Range("A1").Value
    .document.body.createtextrange.execCommand "Copy"
    ActiveSheet.Paste Destination:=Sheets("Sheet1").Range("A1")
    .Quit
    End With
    The code is similar if you use managed project.
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Return Order doesn't show Relationship tab in service for Object in ECC 6.0

    Hi,
    When a Return Order is made from an Idoc, unable to see the relationship tab to be active in Service for Object. When tried the same in the old systm 4.6C it works fine.

    Hi,
    Search with that term in notes i.e. service.sap.com/notes or ask the functional consultant to take the help of abap and solve the issue.
    Regards,
    iqbal

  • Field selection in SPRO of Relationship tab in Work Order

    Hi,
    How to make fields visible/invisible of Relationship tab (if there are any other than the visible ones as default). The tab is seen upon clicking of General button in Operations tab of Work Order iw31.
    Thanks
    Faisal

    Relationships are specific to operations, so of course, you should see by selecting each operation separately.
    There are standard fields available, on those, you can hide or make visible. If you want to add new fields which are not standard, there are some screen exits. You may use those to add the fields.
    But I am not sure you can add fields in Relationship matrix. You can use field key to add required fields against each operation.

Maybe you are looking for

  • How to install and run my .jad and .jar on my Nokia6230?

    I'am newbie with J2ME. I transfer the .jad and .jar files of my first HelloWorld middlet to the phone. What is the next step? Is needed some JVM or similar in the phone? (When I try to open those files a 'file format not recognized' appears) thakns!

  • How do i copy a single song to an ipod from a computer

    how do i copy a single song to an ipod from a computer

  • Weird problem - having issues *only* with 1UP's podca

    I subscribe to a lot of podcasts - UP, IGN, TwiT, etc., and they all work fine instead of UP's. However, it doesn't appear to be a problem on their end. If I download their podcasts via Juice or directly from the web site, they work fine. However, if

  • Production order should not be saved without entering Batch in it

    Hello PP Gurus In my PP scenario Batch mangement is active for finish material I want to make Batch entry mandetory for Production order Order should not saved without Batch in it With the help of ABAP I have made Batch field Mandetory but still orde

  • CBS make failed

    Hi all.. I am trying to import ESS and MSS SCAs. repository import is finished but CBS make fails. this is log for CBS make. Info:Starting Step CBS-make at 2005-11-14 17:43:05.0671 +5:00 Info:wait until CBS queue of buildspace EPD_ESSTrack_D is compl