Drastic change in Revised Multiplier value in forecast tab

Hi All
The revised multiplier value in forecast tab got changed automatically to a very high value (e.g. 135). While checking BW side there is no duplicate records. Generally this type of problems occur when you have any duplicate records(like space priority) which may change with the change in sites. The campaign is live in store.
I am not sure whether this can be corrected in SEM BPS by entering the plan data as the campaign is live in store.
Any solution to this problem? If yes please explain it in steps.
I will assign points for the useful answers.
Thanks....

Not answered

Similar Messages

  • Who has changed the Custom Field value?

    Dears,
    Need to know the information regarding how to fetch that who has changed the Custom field value from PWA/MPP.
    Example:
    There is a PDP (say ProjectInfo):
    There is a Custom Field added to that PDP (say Project Status = In Progress).
    Now for ProjectA, someone has checked out and changed the Custom Field "Project Status" from "In Progress" to "Closed".
    I need to fetch the information regarding who has changed that Custom field.
    In which direction should I move: Event Handlers, PSI???? Any other stuff?
    Thanks & Regards,
    Shravan

    Hi Shravan,
    I'm not a developer but I do know that you can use an event handler pushing the resource name and date in custom fields.
    Another way is to use a 3rd-party tool like
    FluentPro Audit Tool.
    Hope this helps,
    Guillaume Rouyre, MBA, MVP, P-Seller |

  • How to change default Current Flag values for SCD2?

    I'd be curious to find out how to change default Current Flag values for SCD2 (instead of 0/1 to use N/Y)
    Probably I can change IKM module .... is there another way?
    Thanks

    Hi,
    You need change the IKM. This values are hardcode in the IKM.
    You can create a new IKM and the values used are a options of the IKM.
    Regards
    Edited by: Uthred on May 18, 2009 4:27 PM

  • Error while changing the PO BOX value for a Business partner

    Hi Friends,
    We are getting an error when we try to change the PO Box value for a Business Partner.
    We have the dependency like when we give the value for the PO Box we also need to give the postal code value. And also we have a specific format for the Postal code. We gave both the values (a valid postal code) and try to save the details, then error message "The attribute GUID of Organization (a Contact Person is assigned to) of the Business Object contact person is not valid" is displayed. We have no clue why there is a conflict for the contact person details.
    Can any one suggest the reason for this?
    Thanks & regards,
    Swarna Seeta

    Hi Swarna,
    You are getting this message not because you have entered wrong Post code .It will come even if you try to change some other field and save it. This is because on saving a business object, the framework tries to validate all the associated objects depending on the relation.In this case the data in the mobile client is either not present or is no longer valid.
    Check if the field of the Business object which is being shown as invalid, has some data in the table. Check the combo associated to it and from where the combo is doing the validation. The table from where the combo is doing the validation does not have that data and so the value is invalid.
    Also compare the number of entries in smokna1sht table in ides and in CDB.
    Regards
    Vivek

  • Unable to change the order quantity value during save of sales order

    Hi Experts,
    There is a need to change the order quantity value, based on some conditions, when pressed 'ENTER' or during 'SAVE' of the sales order (VA01, VA02).
    We are trying to change the order quantity value (KWMENG) in table XVBAP in the subroutines userexit_field_modification, userexit_save_document and userexit_save_document_prepare of the user exit 'MV45AFZZ'. But the change is not replicated to field on GUI.
    The order quantity value can be changed in subroutine 'userexit_move_field_to_vbap', but the subroutine is not getting triggered when user changes only the order quantity on screen.
    Please help us in resolving this issue.
    Regards,
    Santosh

    Thanks for your time guys. The issue is resolved.
    SAP is not triggering the vbap user exit as the order quantity on screen is in structure RV45A.
    There are two ways of resolving the issue.
    1. Implement the SAP note #513342 - Quantity change and USEREXIT_MOVE_FIELD_TO_VBAP. But, it is SAP modification note.
    2. Write the code in VBEP exit of MV45AFZZ. This user exit is called whenever the order quantity is changed. But, it is called multiple times in some cases. Hence, need to write code to limit our code execution only once e.g. maintain a global table with our quantity & uom. Check when the quantity and uom in our table is same as quantity on screen. If not, exit from user-exit.
    Edited by: Santosh Kacham on Nov 11, 2011 6:37 AM

  • Which table can we see consumption and forecast values in forecast based planning

    Dear SAP Gurus,
    I am working on implementing forecast based planning for Spare parts for my client. They have one Main Plant which do purchase of Spare Parts and through Stock transfers moved to 60+ Plants from where Spares are being sold.
    Now I am carrying out SAP trial runs for a set of 160+ materials with various models and want to compare with their existing methodology of requirement calculation.
    I want to compile Consumption and Forecast data month wise for these trial materials (160+ materials in 60 Plants) . One way I thought is to go individual Material Master and looks for values in Forecast view. However it is tedious and time consuming.
    The table name shows RMCP2 and RM03M for forecast and Cons values, but I could not find the table.
    Hence I want to know which table if I can view I can get the consumption and forecast data calculated for quick copying and compilation. 
    Thanks and Regards,
    R.Velmurugan.

    Dear Mariano,
    Thanks for your valuable inputs.
    Like I could able to get the consumption values for materials using table MVER and fields GSV01,GSV02 etc.,
    What field I need refer in table PROP for getting forecast values.
    As such I could not see any column where in data are similar to Forecast view.
    Thanks and Regards,
    R.Velmurugan.

  • Change Payment terms combo value when change Total Document

    Hi:
    I need to change the selected value of payment terms combo (Item 47) of the  form(133). This combo is placed in the third pannel of a form. Always appear the message “Valid Value – Value do not exist”
    The code is :
    Dim cItem As SAPbouiCOM.ComboBox
    If pVal.FormType = "65300" Or pVal.FormType = "133" Then
    'facturas deudores y facturas de anticipo de deudores
    'cambiamos la forma de pago si llega a cierta cantidad
    If pVal.ItemUID = "38" And (pVal.ColUID = "11" Or pVal.ColUID = "17") And pVal.EventType = BoEventTypes.et_VALIDATE And pVal.ItemChanged = True Then
          ' el evento es que cambie el total
          oForm = SBOApp.Forms.Item(FormUID)
          oItem = oForm.Items.Item("4").Specific
          StrCliente = oItem.Value
          oItem = oForm.Items.Item("29").Specific
          dblImporteTotal = CMonedaToNumber(oItem.Value)
          BuscarFormaPago(StrCliente, dblImporteTotal, StrFormaPago)
          cItem = oForm.Items.Item("47").Specific
       If cItem.Selected.Value <> StrFormaPago And StrFormaPago <> "" Then
           cItem.Select(StrFormaPago, SAPbouiCOM.BoSearchKey.psk_ByValue)
       End If
    End If
    End If
    Protected Sub BuscarFormaPago(ByVal StrCliente As String, ByVal DblImporte As Double, ByRef StrFormaPago As String)
    Dim StrDato As String
    StrDato = CStr(FNDameValor("[@" & StrPrefijo & "_FPAGO]", "U_" & StrPrefijo & "_OCTG", "U_" & StrPrefijo & "_OCRD='" & StrCliente & "' and U_" & StrPrefijo & "_IMP<=" & FNComPunN(DblImporte) & " ORDER By U_" & StrPrefijo & "_IMP DESC", pCmp))
    StrFormaPago = StrDato
    End Sub
    I´ve used BoSearchKey.psk_ByValue,but with psk_Index or psk_ByDescription .I have the same problem.
    Thanks for all
    Joaquin Gomez

    Hi Joaquin,
    Why don´t you use a formatted search instead of coding?
    The formatted search should be executed when the total is changed. And the value should be what BuscarFormaPago returns.
    Regards,
    Ibai Peñ

  • How to Change the Document Condition Values in PO print

    HI,
    I have a requirement to change the document condition values in PO printout. We are using the copied form of MEDRUCK.
    Please tell me how can i change the Document Condition Values at run time.
    Thanks....

    hi
    hence you have copied standard script you cant able to change the driver program for this you have to use itcsy structure.
    go to the page window and select the window which you have the amount field. open the text editor of the windoiw here write
    /:           PERFORM CONTACT IN PROGRAM ZAMOUNT_ZF110_IN_AVIS1_C
    /:           USING &REGUH-ZALDT&
    /:           CHANGING &DT&
    /:           ENDPERFORM
    now create a report program with name  ZAMOUNT_ZF110_IN_AVIS1_C.
    and follow as the example program is .
    *&      Form  CONTACT
          text
         -->IN_TAB     text
         -->OUT_TAB    text
    FORM contact TABLES in_tab STRUCTURE itcsy
                       out_tab STRUCTURE itcsy.
      DATA : v_telf1 TYPE telf1.
      DATA : v_telfx TYPE telfx.
      DATA : v_adrnr TYPE ad_addrnum.
      DATA : v_flagcomm6 TYPE ad_flgcm06.
      DATA : v_datum(10) TYPE c.
      DATA : v_sydatum TYPE sy-datum.
      DATA : v_lifnr TYPE lifnr .         " Santosh Rawat , 19th Feb
      DATA : v_email TYPE ad_smtpadr .   " Santosh Rawat , 19th Feb
      LOOP AT in_tab.
        IF in_tab-name = 'REGUH-LIFNR'.
      CALL FUNCTION 'CONVERSION_EXIT_ALPHA_INPUT' " Santosh Rawat , 19th Feb
            EXPORTING
              input  = in_tab-value
            IMPORTING
              output = v_lifnr.
          SELECT SINGLE telf1 telfx adrnr FROM lfa1
            INTO (v_telf1, v_telfx, v_adrnr)
            WHERE lifnr = v_lifnr.
          SELECT SINGLE smtp_addr FROM adr6    " Santosh Rawat ,19th Feb
         INTO v_email WHERE ADDRNUMBER = v_adrnr. " Santosh Rawat ,19th Feb
         SELECT SINGLE flagcomm6 FROM adrc INTO v_flagcomm6
           WHERE addrnumber = v_adrnr.
        ELSEIF
          in_tab-name = 'REGUH-ZALDT' OR in_tab-name = 'REGUP-BLDAT'   .
          MOVE in_tab-value TO v_datum.
          REPLACE ALL OCCURRENCES OF '.' IN v_datum WITH ' '.
          CONDENSE v_datum.
          MOVE v_datum TO v_sydatum.
    *CALL FUNCTION 'CONVERSION_EXIT_INVDT_INPUT'
    EXPORTING
       input         = V_DATUM
    IMPORTING
      OUTPUT        = V_DATUM
          CALL FUNCTION 'CONVERT_DATE_TO_EXTERNAL'
            EXPORTING
              date_internal            = v_sydatum
            IMPORTING
              date_external            = v_datum
            EXCEPTIONS
              date_internal_is_invalid = 1
              OTHERS                   = 2.
          IF sy-subrc <> 0.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
            WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
          ENDIF.
        ENDIF.
      ENDLOOP.
      LOOP AT out_tab.
        IF out_tab-name = 'TEL'.
          MOVE v_telf1 TO out_tab-value.
        ELSEIF out_tab-name = 'FAX'.
          MOVE v_telfx TO out_tab-value.
        ELSEIF out_tab-name = 'EMAIL'.
          MOVE v_email TO out_tab-value.        " Santosh Rawat , 19th Feb
        ELSEIF out_tab-name = 'DT'.
          MOVE v_datum TO out_tab-value.
        ENDIF.
        MODIFY out_tab FROM out_tab.
    *MODIFY TABLE OUT_TAB .
      ENDLOOP.
    ENDFORM.             }
    reply for any query.
    regards,
    venkat.

  • How to change the Credential domain Value in XML gateway?

    How to change the Credential domain Value in XML gateway?
    configured the XML Gateway trading partner . It is generating the header as given below. but need to change the Credential domain to DUNS.
    <Header>
    <From>
    <Credential domain="olgridap1.lan">
      <Identity>53369415-cxml</Identity>
    </Credential>
    </From>
    Desired XML header
    <Header>
    <From>
    <Credential domain="DUNS">
      <Identity>53369415-cxml</Identity>
    </Credential>
    </From>

    You might want to check WLP 10.3 & deployment plan & log4j.xml for a similar topic.

  • Click a report button to change a report field value

    Hello All,
    I need to create a report where when a user clicks a report button its image changes and a field relating to that record also changes from "N" to "Y"
    I had a look at this Denes's example located on this link
    http://htmldb.oracle.com/pls/otn/f?p=31517:133:7078361971556070::NO
    The only thing lacking here is the ability to change a record field when the user click the image.
    Would it be possible to change the record field value when the function is called ?
    Hope this makes sense
    Frank

    Hi Jing,
    I don't think it is easy, here is a sample that allows you to choose the page size and orientation (which are different master pages), Adobe LiveCycle Designer Cookbooks by BR001: Season Planner (or Year Planner) PDF Template
    It effectively defines the form against each master page and recalculates the widths and heights when the page selected is made, but I don't know of another way.
    Regards
    Bruce

  • Change the Condition base value in a Condition type.

    Hi Experts,
    I have a problem because I need to change the condition base value for a condition type. This condition base is calculated as a result of other condition types in the list of pricing Elements. I would need to change the base in order to solve the problem.
    Thank you and best regards.

    Hi Alberto
    if i get it correctly , this is your scenario
    condition 1--- price x
    condition 1--- price Y
    condition 1--- price z
    now you want a fourth conddition with base value total of the above 3
    if so , you maybe define all the above 3 as statistical ,
    in another row , create a total of the above 3,
    assign a sub total this ,
    create new conditon type and in its alt base value , give the formalue for the sub total
    for eg 5 for sub toal 1, 6 for sub total 2
    and then you would get the right base value
    Hope this helps
    Thanks
    Akasha

  • Changing Asset number in Value contract

    hi experts,
    I want to change asset number in Value contract .
    In ME32K , i am not able change as it is grey field.
    Documents are not generated wrt this contract.
        thanks in advance
    regardsjai

    Hi,
    Check in SPRO > MM > Purchasing > Account Assignment > Maintain Account Assignment Categories > Here for "A", check "Asset" is in Display mode, if yes then make it "optional" and then try in ME32K.

  • Changing the roosfield  table values , will affect in upgradation??

    Hi all,
    I am working on bw with crm.I need to modify the 0sales_act_1 extractor . i found that one field is available in extract structure but it is not available in extractor(data source) e.g.. like created by and changed by fields. I need to populate values for the fields. so i checked and found one way that i modified the <b>roosfield</b> table. (by changing the selection field value from <b>A TO NULL</b>. Now the extractor is working fine. I did it using the following code.
    REPORT  ZSALES_ACT_1                            .
    Tables : ROOSFIELD.
    ****to change the "changed by" visibility
    select single * from roosfield where
            OLTPSOURCE = '0CRM_SALES_ACT_1' and
            OBJVERS = 'A' and
            FIELD = 'CHANGED_BY'.
    roosfield-selection = ' '.
    modify roosfield.
    >> What my question is , is it recommended way to modify data source by SAP. or
    Is there any other way to modify the data source. I need to bring those two fields in extractor .
    (if u can't understand this,  let me know,  i will send u the screen shot.
    >> what will be the effect of this on upgradation and transportation??
    Thanks in Advance
    Arun Thangaraj
    <b></b>

    Hi dear,
    about what you are referring to, I think I have some responsibility (since I think I was the first to post such a code in SDN in order to modify extraction settings)...
    Anyway, SAP suggested a similar method only for peculiar cases (and for specific datasource/field) in some OSS Notes, but it is an unorthodox way..the problem is that there is no other way to follow, so...
    Don't worry about upgrade (even if a little test is always recommendable...)
    Bye,
    Roberto

  • How do you change multiple 'Video Kind' values at once?

    Hello,
    first of all, sorry if this has already been asked, but I tried searching for a straight answer in here and in other forums without any luck..
    .. but I was wondering if there is a way to select multiple videos, and change their video kind to something else, all at once(eg. from Movie to Music Video)...
    ...When I select a group of videos and click get info, it doesn't give me the option to change the video kind, so I've had to change each one, one at a time, (which gets very tiresome :P)...
    ...so is there a way to change multiple 'Video Kind' values at once, or should I pray that it becomes available in the next update of iTunes?
    Pentium 4 3.0 ghz Windows XP

    You can't do it right now. Wait for the next update, and hope it's there.
    For the moment, I suggest selecting Get Info on one song, changing the setting, then hitting the next button at the bottom to go right to the Get Info for the next song. You can rapidly change lots of these that way.

  • Mass Upload for Historical Value in Forecast

    Hi Guru,
    Is there any way by which I can do mass upload of historical values (Total Consumption) in Forecasting Tab of Material Masters?
    Regards,
    Pradeep

    Dear,
    Please use report RMDATIND, MVER_DI or BAPI_MATERIAL_MAINTAINDATA_RT
    For more details please refer the OSS  Note 200547 - Program: Direct input for consumption values
    Regards,
    R.Brahmankar

Maybe you are looking for

  • How can I rename all the images in different folders into a same name ?

    I need to rename all the jpgs in my music folders into "cover.jpg" so my mp3 player will recognize them as album covers, I've tried to use Automator but couldn't find a proper way to do it. Could anybody give me a hint about this? BTW I've kept only

  • Pass values between jsp pages

    Admin1.jsp In this jsp page i have a drop down list with<select name=Update From this page i move to the page Adnim2.jsp Admin2.jsp In this page i request for the value of selected entry in the drop down list as follows String a=request.getParameter(

  • Locking files and folders

    I want to lock a few files and folders so they can't be opened without having to enter a password first. Any help would be greatly appreciated.... Thanks, John

  • Need help installing Elements 12 on new computer!

    I have used the correct serial number, I called the help support desk and the technician told me that she didn't know what to do to fix the issue. Any suggestions? The editing portion of the software downloaded to the new computer works just fine. Ho

  • App Store sub menus empty

    I have an IPAD 3 with IOS6. When I go to the App Store application, more and select a sub group most are empty. If I select music or entertainment it just show my apple id and redeem. Anyone else see this?