Customizing entries not getting transported

Hi Experts,
We are trying to transport the enhanced revenue account determination entries in CRM landscape. The transport rquest is generated but the entries are not transported after the import of the transport in quality.
Also we are facing similar issue for transporting Controlling integration entries maintained in ECC for CRM transactions.
If anybody has faced similar issues, could you please share the experience and solution for these issues.
Regards,
Chait

Hi,
To Transport the Customization Changes you need to create the Customization Request. And in that Customization Request you need to lock your Cust. changes. Using the Transport Request Organizer you need to release that Request.
But before you release that request, check that there is any kind of error scenarios. There are various checks that happens before the transport. You need run the checks.
If the checks are clear and still the transport aren't happening properly, you need to consult the BASIS Technical Consultant responsible for the maintainence of the System Landscape of your system. He will be the right person to guide you on this.
Hope this will help.
Thanks,
Samantak.

Similar Messages

  • Contents of new costing variant, valuation variant and costing sheet not getting transported

    In our development client,I have created a new costing variant, a new valuation variant and a new costing sheet in separate transports.
    When I release the transports to move into the Test client, the contents of the configuration are not getting transported at all.
    I tried to do them again manually using  Table view - Transport , but again, if I view the transports in SE10,they don't show the table contents, etc.
    Any help on this will be highly appreciated.

    Ajay,
    Let me make sure I understand.
    Create a new TR using SE01
    Go to transaction OKKN (costing variant)
    Select the costing variant and then choose Table view - transport
    Provide the transport number
    At what point to I say 'include in request'
    If I try to use the menu option Edit-Transport-Include in request in the beginning itself, the 'Include in request' is greyed out.
    This is where I'm stuck

  • Screen Exit not getting transported - Urgent

    Hello Everyone
    We are implementing the enhancement PPCO0012 to display additional data in a tab on the Production Order Header. Did everything as per the documentation and activated the enhancement in SMOD and the associated project in CMOD. The transports were released to QA. The enhancement and CMOD project is also active in QA. However the screen object that was created under the function group XCO1 did not get transported to QA. Has anyone experienced this kind of a situation before?. Can you please suggest any solution to overcome this? Any help is greatly appreciated.
    Thanks
    Raju Ramaswamy

    Hi,
    Can you give me the Enhancement name?
    I searched for the exits using package , but i did not find any screen exists for that IW51 Tcode?

  • Group title in Floor plan manager is not getting transported to quality

    HI Experts,
    In Component Configuration "EHHSS_INC_REC_NRM_QAF_V3_BSCI", I have added group and gave title to that group in development.
    The group is getting transported when I release request but the title is not getting transported.
    Could anyone help me, it's urgent.
    Thanks and Regards,
    Santhoshi.

    posting again,
    Can anyone help me as this is urgent requirement.
    With Regards,
    Santhoshi

  • SAP Script not getting transported to Production server

    Hi Friends,
    The office address in the Purchase Order has been changed using T-code SE71.  The changes are getting transported to QA Server, but not getting transported to Production Server.
    Kindly let me know why this change is not getting transported to Production server and also guide me to correct the same.
    TIA.
    Regards,
    Mark K

    solved.

  • Custom Tab not getting high-lighted

    Custom Tab not getting high-lighted
    Hi,
    I have added a new tab TabX in Item Master data form.
    When only my add-on is running, it is working properly:
    When I click on the TabX, all the controls belonging to the tab are displaying correctly.
    TabX control is getting highlighted.
    When my add-on runs with another add-on (DBS):
    When I click on the TabX, all the controls belonging to the tab are displaying correctly.
    But, TabX is not getting highlighted. Instead, some other tab(purchasing tab) is getting highlighted.
    1) I'm not sure what is done by the other add-on.
    2) I cannot debug my add-on when the other add-on is running. (Because we cannot get the other add-on installed in our office network. It is running only in client site.)
    So, I need to 'guess' what might solve this problem.
    Please help me if you know any work-arounds, so that I can highlight TabX (The normal effect of pressing a tab) in this situation.
    Thank you.
    Regards,
    Geetha

    Hi Geeta,
    on FormLoad event,add the panelevel and set the panelevel of the Items.(must ber unique on that form)
    OnLoadAfter(ref SAPbouiCOM.ItemEvent pVal, out bool BubbleEvent)
                BubbleEvent = true;
                AddNew_IndirectCost_Tab()
    private void AddNew_IndirectCost_Tab()
                     oForm.DataSources.UserDataSources.Add("Folder", SAPbouiCOM.BoDataType.dt_LONG_TEXT, 100);
                    oItem = (SAPbouiCOM.Item)oForm.Items.Item("36");
                    oNewItem = oForm.Items.Add("oFldrCost", SAPbouiCOM.BoFormItemTypes.it_FOLDER);
                    // oNewItem.AffectsFormMode = true;
                    oNewItem.Top = oItem.Top;
                    oNewItem.Height = oItem.Height;
                    oNewItem.Width = oItem.Width;
                    oNewItem.Left = oItem.Left + oItem.Width + 50;
                    oFolder = (SAPbouiCOM.Folder)oNewItem.Specific;
                    oFolder.DataBind.SetBound(true, "", "Folder");
                    oNewItem.AffectsFormMode = false;
                    oFolder.Caption = "Indirect Cost";
                    oFolder.GroupWith("36");
                    oItem = (SAPbouiCOM.Item)oForm.Items.Item("60");
                    oNewItem = oForm.Items.Add("LblMacCost", SAPbouiCOM.BoFormItemTypes.it_STATIC);
                    oNewItem.Top = oItem.Top;
                    oNewItem.Height = oItem.Height;
                    oNewItem.Width = oItem.Width + 20;
                    oNewItem.Left = oItem.Left;
                    *oNewItem.FromPane = 222;*      // set pane level
                    *oNewItem.ToPane = 222;*          //set panelevel
                    oStaticText = (SAPbouiCOM.StaticText)oNewItem.Specific;
                    oStaticText.Caption = "Actual Machine Cost";
    on click of the your pane set the panelevel, like;
    protected override void  etClickBeforeAction(ref SAPbouiCOM.ItemEvent pVal, out bool BubbleEvent)
                BubbleEvent = true;
                 if (pVal.ItemUID == "oFldrCost")                    // oFldrCost-My pane,
                     oForm.PaneLevel = 222;
    The main thing is that you have to set the form's panelevel on click_before event and youe pane will be high lighted

  • Custom fields not getting updated in Mass Maintenance-MM17

    Hi,
    I have created a custom field in MARC table and the data is getting updated to the MARC table through MM01/MM02 but it is not getting updated by MM17.  I have checked the notes 44410, 576160, 414020 and 116311.  I have done the following changes as per the sap notes.
    1. Created a custom segment ZE1MARCM by copying the standard segment E1MARCM and added the custom field in that  
        segment.
    2. I have extended the IDOC 'MATMAS03' and added the custom segment ZE1MARCM to E1MARAM.
    3. Created a new entry in we82 and provided the extension type 'ZMATMAS03' and release '701'.
    4. Adjusted the partner profile in we20 for matmas with port and providing the extension idoc type.
    5. Added the custom field in the table MASSFLDLST.
    6. Implemented the code in BADI 'MG_MASS_NEWSEG' and exits 'EXIT_SAPLMV01_002' , 'EXIT_SAPLMV02_002' as per the 
        sap notes.
    The custom field is not getting updated through mass maintenance.  Please let me know if i have missed anything?
    Thanks,
    Geeta

    I had this same question several years ago. Please check my answer at Initialize MARC Custom Fields Using MM17 Does Not Work

  • CUSTOM library not getting picked up

    We have our custom business code written in HR_ADMIN.pll and it will be called through CUSTOM.pll for few forms ( like people, Assignment, Element Entry forms)
    In Our CLONE instance after every weekend outage for backup, we get error opening people form because of HR_ADMIN.pll not getting picked up. we used to bounce forms port, everything would then work. but since last week bouncing forms port also not working.
    I took frd trace, error is exactly at calling hr_admin package. Did anybody got the same error before and have any solution to this ?
    Error we get is:
    FRM-40735: WHEN-CREATE-RECORD trigger raised unhandled exception ORA-06508.
    ORA-01403: no data found
    Message was edited by:
    user552453

    check whether task name is same as session/workflow name. also check any spaces in name. if dac didn't fin corresponding session/workflow it may not create paramater file. if other custom tasks are working from dac this should also work.
    Thanks
    Jay.

  • Saved entry not getting displayed in calendar

    Hello,
    We are trying to update calendar with a new entry, it get save.
    But when we try to look into Calendar, it is not getting displayed anywhere. Also tried for other days, but the same result appearing.
    Please advise on this.
    Thanks & Regards,
    Jayashri

    check if you have enabled "Group Calendar Options" for your calendar view. 
    To check this, go to the "Title, description and navigation" settings page for the calendar (this is the first option under "General Settings" on the List Settings page), In the "Group Calendar Settings" sections, set it as "No"
    --Cheers

  • Custom field not getting populated in the "Show Results where" drop down

    Hi all,
    In appointment detail page by clicking on Add button on the user related information section , it takes us to a search layout showing the list of available users.
    Here we have to filter the user's based on a custom field which has already been created in the user object. But I am not able to add the custom field in the "Show results where" drop down for which the search has to be done.
    It is getting reflected in the normal search layouts.So Can any one tell me why the change is not getting reflected in the user related info search layout?

    I tested your use case and you are correct. I would recommend that you submit a service request to CRM On Demand customer care in reference to this issue.

  • Customer Address Not getting replicated to CRM

    Hi,
    In CRM system we had created on BP and replicated to ECC system. Replication was done successfully. In ECC now we had modified some of the details like Name, Address, contact details. From this updated details only address is not getting replicated to CRM system.
    While all the other data which are modified are getting replicated to CRM system. In case if some one has encountered this issue then please me know the solution step.
    Does SAP support the modification and replication of business partner address from the third system (System in which it is not created)
    With Regards
    Ankush Rai

    Hi Rai
    Please check the following thread , It may helpful your query
    Re: When replicating customer from ERP, the address is not replicated to CRM.
    Hope it solved your issue
    Regards,
    Naga.Srikanth

  • PO Custom Field not getting filled from Shopping Cart

    Hi Gurus,
    I am new to SRM. The requirement I had was to add a new field to the SC. I read several posts and articles on this but couldn't find the solution to it. I managed to do this modifying the corresponding structures in SRM and making the necessary changes in R/3 so the new filed can be seen in ME21/22/23N.
    I checked Andreas Milbredt document to achieve it as mentioned:
    Document: How to transfer custom fields from SRM to Backend.
    http://www.sdn.sap.com/irj/sdn/index?rid=/library/uuid/20b36c12-685f-2c10-4fb4-ba2e0b969c27
    After that, when I create a Shopping Cart, the value in the New field is not transferred to the Back end.
    I coded the following BADIs and User Exits:
    In SRM:
    BBP_CUF_BADI_2 (MODIFY_SCREEN) ->To enable or disable the field depending on conditions. Works fine.
    BBP_DOC_CHECK_BADI (BBP_DOC_CHECK) -> To do some checks. Works Fine
    BBP_CREATE_BE_PO_NEW (FILL_PO_INTERFACE1) ->Here I fill structures BAPI_TE_MEPOITEM and BAPI_TE_MEPOITEMX. I added another u2018Xu2019 to indicate the new field to BAPI_TE_MEPOITEMX. But I think I am not doing it right. This structure BAPI_TE_MEPOITEM/X, does the order of the fields correspond to the order of the fields in any of these 3 structures (which I am using)?
    INCL_EEW_PD_HISTORY_CSF
    INCL_EEW_PD_ITEM_CSF
    INCL_EEW_PD_ITEM_CSF_SC
    I also checked the following link:
    Map a custom SRM field to a standard field in R/3
    In R/3 I populated the Exits Andreau2019s mentions on his article. Am I missing anything else?
    Thanks & Regards,
    Ernesto.

    Hi Ernesto,
    You can find out how your BAPI structure is being populated (by generating the test data ) using FBGENDAT program and activating the BAPI_PO_CREATE1 (and you will need to set the parameter for the specified user id)... This will provide you ability to execute the BAPI offline and figure out what is happening...
    Note 517767 - Generate test data for function modules
    Things to look for, Is any of your custom fields quantity fields or integer?
    Check out the following OSS note
    Note 509898 - BAPI enhancement concept and Unicode
    Also check out the following SDN Thread,
    problem using  BAPI_BUS2001_CREATE to create project definition
    Check out a similar thread that we are discussing (for PR)
    Custom Fileds Data Was Not Getting Updated In BAPI_PR_CREATE

  • Custom log not getting generated in weblogic 10.3.5

    We have weblogic 10.3.5 as application server and deployed DAM(Digital Assets Management ) application on it. Also we have deployed 2-3 more application which is sharing connection properties file (dfc and log4j) outside from application war in shared location.
    Now, we have configured the log path but logs are not get generated where as it comes in out log of weblogic.
    Is there any configuration changes which can create the log files as mentioned in our log4j.properties?? Seeking help urgently.

    How are you writing to the log file in your application?
    When, for example, use System.out.println the entry will show up in the .out file.
    You need to get the right loghandler to write the logging you configure.

  • Changes in Texts in custom editor not getting saved in QM02 tcode

    Hi Expert,
    I am working on a screen exit in QM01. I have created a editor box(like the description box under Description tab in QM01) using class cl_gui_custom_container and cl_gui_textedit. I am able to create and display the text I type in the box alongwith other standard changes but if I try to change and save the text only in the custom text box, it is not getting saved. I debugged and found out that the standard does not recognize any change in the custom controller box.
    Please suggest.
    Thanks in advance,
    Sangeeta.

    Hi Sangeeta,
    After doing changes which method are you using to capture the text in the text editor ?
    There is a method GET_TEXT_AS_R3TABLE in class CL_GUI_TEXTEDIT . in that pass 'X' to ONLY_WHEN_MODIFIED parameter,
    Hope these may resolve your issue.
    Regards,
    Kumar M.

  • Entry not getting processed

    I have an Non recurrening Multiple Entries allowed element to an assignment which is not getting processed when i run payroll.
    Please help
    Thanks

    This is to ensure that results generated by the future payroll runs are correct. Lets take a simple eg.
    You have a pension element which would be 10% of Gross Pay_YTD.
    Run Payroll for Jan (Gross Pay) = 1000 -> Pension = 100 (10% of 1000).
    Run Payroll for Mar (Gross Pay) = 1000 -> Pension = 200 (10% of 2000).
    Run Payroll for Feb (Gross Pay) = 1000 -> Pension = 200 (10% of 2000 as _YTD of Feb does not account  March figures).
    In the above case the Payroll Run results generated by March would be incorrect.
    So once you run Payroll for March, you can not run payroll for Feb. If you require any additional payments to be made in Feb (after Payroll for Feb and March are processed), you can run Retropay to bring forward the entries to next Open pay period.

Maybe you are looking for

  • Problems with Itunes and Windows 7 x64

    When I upgraded to Windows 7, Itunes no longer recognized my computer as one of the authorized ones from someone else's Itunes. The worst part is when I authorized my computer for the other person's Itunes last time, I was the 5th person to do so. No

  • HT3775 i cant waych you tube in my macbook pro

    hello all i've trying to watch you tube vids for the past week, but it seams to be like what on my snap shot above i updated the flash player i check my int browser for update i try in chrome firefox and safari its all the same any help please ? many

  • Pixelated Images on Web Gallery - Help!

    We have been receiving complaints from our clients that our web gallery images are pixelated - and indeed they are to the point that you cannot recognize the person in the image! I have tried to upload different resolutions - high (3000 pixels or mor

  • Java heap problem, cant set heapsize

    Hi, I am currently facing problem of java heap. With large number of Objects in ArrayList ( approx 70000), i am getting exception from java heap. Current task: i am collecting records from database, mysql 5.5, where i have one table about 4 million e

  • [SOLVED] is it possible to use Super by itself as the prefix key?

    Hi, just got through my first arch installation and I'm setting up StumpWM. I've been trying to set the super key as the sole prefix key, without success so far. edit: this is what I've tried: //in shell xmodmap -e 'keycode 133 = F20' //in stumpwm ev