Values not updated in CRM ,CRM_BADI_BUPA_MOBILE_CHANGE for Sybasemobile

Hi All,
We are unable to make changes in CRM
Implemented the Change BADI CRM_BADI_BUPA_MOBILE_CHANGE  (For language and timezone fields).
please check my previous post.
Implementing  CRM_BADI_BUPA_MOBILE_CHANGE for Sybasemobile
On mobile made changes for these fields ,checked in DOE ,CE structures ,they are not updated with new values.
checked the FM CRM_BUPA_MOBILE_CHANGE ,BADI is getting triggerd.
How the dat flows ..mobile->doe ->crm ?(for update values)?
Thanks,
Anitha.

Hi siva,
Thanks for the information.
data : ls_address TYPE bapibus1006_address,
CALL FUNCTION 'BUPA_ADDRESS_READ_DETAIL'
      EXPORTING
        iv_partner           =ls_ce_bupa_hdr-partner
        iv_xaddress           = 'X'
      IMPORTING
        es_address            = ls_address
      EXCEPTIONS
        no_partner_specified  = 1
        no_valid_record_found = 2
        OTHERS                = 3.
loop at ce_bupa_header into ls_ce_bupa_hdr.
    IF ls_ce_bupa_hdr-FIELD_NAME = 'LanguageKey'.
      ls_address-languiso =  ls_ce_bupa_hdr-FIELD_VALUE.
    elseIF ls_ce_bupa_hdr-FIELD_NAME = 'ZTIME_ZONE'.
      ls_address-time_zone = ls_ce_bupa_hdr-FIELD_VALUE.
    endif.
      endloop.
CALL FUNCTION 'BUPA_ADDRESS_CHANGE'
  EXPORTING
     IV_PARTNER                      =ls_ce_bupa_hdr-partner
      IV_PARTNER_GUID                 =
      IV_ADDRNUMBER                   =
      IV_ADDRGUID                     =
  IS_ADDRESS                      =
       IS_ADDRESS_X                    =ls_address
      IV_DUPLICATE_MESSAGE_TYPE       =
      IV_ACCEPT_ERROR                 = ' '
U mean to say this?.
Will try executing and come back.
Thanks.
Anitha.

Similar Messages

  • Conditon value not updating in CONDITION tab for Sales Order

    Hi Experts,
    Can anyone tell me about this ?
    I have created a Z condition type for VA01 and need to place some value (based on some logic  taken from conditon records).
    I am not able to do this.
    Steps already taken care of.
    !) In VOFM >formula section>conditon value = New routine is created.
    2) in V/08, after selecting the Z condition type Routine number is given in front of the Z condition type.
    Waiting....

    Hi Prabhu,
    I didn't understand the meaning of analyzing the Pricing Procedure ?
    In V/08, I have selected the Z condition type created in the system and than selecting that, navigated to CONTROL folder.
    Now in front of the Z condition type in CALCULATION TYPE field the number of the routine is given (Which is created using VOFM).
    Now what else I need to do?
    Repy@Madhu.
    Yes Madhu. Routine is activated and control is stopping if break point given in the routine. In this routine I am trying to populate a value in its XKOMV internal table's KBETR field but when VA01's main CONDITIONS TABS screen comes the value is not appearing.

  • Statistic condition values not updated during Sales order Settlement

    Hi,
    In our client we have different Price condition types for based on scenario wise. Ex: Domestic Sales (ZPR1) and Export Sales ZPR2. I have maintained separately value fields for each price condition types.
    We are booking some financial charges, and interest on working capital etc., this cost we need to transfer to COPA each Material wise based on sales revenue.
    For this purpose we have created one COPA Assessment Cycle.  Tracing factor is Sales Revenue and receiver is Materials.
    In COPA Assessment cycle we can give only one base means ZPR1 related value field or ZPR2 related value field.
    For this reason we have created one new statistic condition type,  what is amount there in ZPR1 that amount will updated automatically in statistic condition place and so that we can give once one trance factor in COPA Assessment Cycle. We have assign this statistic condition all pricing procedure
    Now my problem is in MTS scenario statistic condition values updated correctly. But in MTO scenario sales order settlement time statistic condition values not updated.
    So is it possible update during sales order settlement time statistic condition values.
    Please give me suggestion.
    Regards,
    Thiru

    Hi Ajay Sir,
    As you said is correct.
    But in our client we have around 9 Plants and each plant manufacturing product are different. Client Requirement is in COPA Report they need see each product wise sales revenue. In this way we mapped product wise value field.  System already mapped one guy in this way earlier. Now I am doing some changes for relevant to month end activities.
    Some financial changes transfer to COPA each plant wise on Material. Here sender is cost center and receiver is Material. Base is Sales Revenue.
    Please suggest me is there any alternative.
    Regards,
    Thirumalesh .

  • VOFM Condition base value not updating(Urgent)

    Hi All,
    I have created a Condition Base Value 901 for Sales Order in Transaction VOFM.
    Following is the code when I enter the Sorce text.
    FORM FRM_KOND_BASIS_901.
    *{   INSERT         DEVK901384                                        1
    DATA: XXKOMV TYPE KOMV,
          XAKOMV TYPE KOMV,
          VKAWRT LIKE KOMV-KAWRT.
    IF KOMP-VKAUS = 'YAB'.
    XXKOMV = XKOMV.
    CLEAR VKAWRT.
    LOOP AT XKOMV INTO XAKOMV WHERE KSCHL = 'YIPR'.
    IF XAKOMV-KAWRT > 0.
    VKAWRT = XAKOMV-KWERT.
    ENDIF.
    ENDLOOP.
    XKAWRT = VKAWRT.
    CLEAR XKOMV.
    XKOMV = XXKOMV.
    ENDIF.
    *}   INSERT
    ENDFORM.
    But this code is not updating the Condition screen for items condition value.
    Regards
    Vijai

    no, the code contains the logic to determine the base value, then the value has to be passed to xkwert.
    take some other base formula as template.
    pls. rewad if helpful
    Roberto

  • Acquisition value not updated in Asset Accounting... however updated in GL

    Hi Friends,
    Please provide me a solution for the following problem.
    In asset 220000144 of Co.Code B403 , acquisition value is not updated with asset transaction for Rs.279352.00 , and as a result it shows difference in AA/FI reconciliation .
    Could anyone suggest a solution to resolve this mismatch?
    Urgent !!
    Rgds,
    Prasad

    Hi Ashok,
    This is not from the legacy system. This has originated via MIGO transaction.
    Rgds,
    Prasad

  • A contract modified in IS-U not updated at CRM

    Hi!!!
    I'm try to update the data of crm contract from sap isu contract, but isn't works fine, the status and the description of CRM contract for example is not updated. The Bdoc SI_CONTRACT is generated correctly, and the Badi's DOWNLOAD on ISU and CRM are enhanced with the fields, but the info is not updated in crm when initial load is launched or when a move-out it's do it in isu.
    Can you help me please?
    Regards,
    David

    Hi,
    Please tick the below checklist and tell me if they are set:
    1. Goto R3AC4. Is entry for object class BUPA present in the List. If not, add a new entry: Object class BUPA, RFC destination (destination of ISU)
    2.goto transaction SMOEAC and check if ISU site is subscribed is for BUPA_MAIN. If not, please do the same.
    3. Change and save a BP and check the status of the BDOC. Is it green? if not, let me know.
    4. goto ISU transaction SM30. table CRMRFCPAR. Is RFC destination for CRM maintained. If not, please do the same.
    Let me know if these things are in place.
    Best Regards
    Kaushal

  • Subscription value not updated despite payment made days ago

    Please help this is frustrating have been waiting for 3 days now payments have been made but subscription value not updated on skype account 

    Hello and welcome to the Skype Community.
    You have totally different issues. ALWAYS start your own topic please.
    1.0. Philippines Subscription.
    Your account shows that you have used your full minutes allocation in your current billing cycle and your next minutes will be added to your account when your next billing cycle starts on July 17th 2015.
    Renewing your monthly Subscription before your billing cycle ends has no effect on the date upon which your minutes allocation will be added to your account.
    To continue calling until your next minutes allocation is applied to your account please purchase either a Subscription but with a different amount of minutes or Skype Credit.
    2.0. Your account shows that you are calling a cellphone in Austria. Please note that only calls to landlines in Austria are included in the Unlimited World Subscription.

  • Contract value not updated in open order value of credit management

    My requirement is i have created the contract and activated the credit management by assigning credit  group to contract document type, In item category the credit is active and in pricing subtotal is also assigned .
    But when i create the contract , the open order value is not updated .
    i do not want the credit to be active at order level.
    Dear guru's
    please let me know where i am going wrong
    thanks in advance

    hi,
    open sales orders value not updating currectly in sales value of CM
    http://wiki.sdn.sap.com/wiki/display/ERPLO/CreditmangementIn+SD-FI
    i think you have to run a report which is under the link number 1.
    regards,
    balajia

  • Hello , Recently my company purchased a Fujifilm X30 . We were surprised that Adobe has not updated the plug in for this camera. Since we are your customers, we would like to know, when they will perform this update ? For us it is very important to work w

    Hello , Recently my company purchased a Fujifilm X30 . We were surprised that Adobe has not updated the plug in for this camera. Since we are your customers, we would like to know, when they will perform this update ? For us it is very important to work with all our tools work quickly and efficiently, I guess I understand.
    We await your response .
    Thank you very much .

    This is a user to user forum with "some" Adobe staff participation, make requests at this link
    https://www.adobe.com/cfusion/mmform/index.cfm?name=wishform

  • Why not updated Adobe Flash Player for Google Chrome up to version 16 .0. 0. 296?

    Hello, me why not updated Adobe Flash Player
    for Google Chrome: 16. 0. 0. 280,
    and for Mozilla Firefox and Internet Explorer
    Adobe Flash Player has been updated up to version: 16.0.0. 296.
    I will be glad of your help.
    Здравствуйте, у меня почему не обновляется Adobe Flash Player
    для Google Chrome: 16. 0. 0. 280,
    и Mozilla Firefox и Internet Explorer
    Adobe Flash Player был обновлен до версии: 16.0.0. 296.
    Я буду рад вашей помощи.

    Dear Maria, hello.
    I am very grateful for the help.
    All turned out!!! ))) Thank You!!!
    Sincerely, Rem.
    Уважаемая Мария, здравствуйте.
    Я очень благодарен за помощь.
    Все получилось !!! ))) Спасибо !!!
    С уважением, Рем.

  • Invoice value not updating for limit PO

    Hi Experts,
    SRM 5, SP 10 ECC 6.
    Limit PO is created, invoice posted in ECC, the invoice vaue is not updating in the Statistics tab at item level of PO,Calculated Value  is showing 0.00 only
    any idea.
    Thx

    Hi David,
    The problem is coming for limit order only, not for normal order and bbp_get_status is running fine for confirmation and normal po, so no need to run again

  • Name field is not updating in CRM BP

    Hello Experts
    We have created a customer in ECC with the Account Group say Z008 (Say Forwarding Agent). The NAME field contains value MY PLC at the time of customer creation through XD01. The customer no is 123
    The BDOC is getting generated in corresponding CRM system and also shows the BP with the number 123 and the name as MY PLC.
    Issue
    When we have changed the customer name in ECC through XD02 and maintain as MY PLC - Update. Again BDOC is generated, and this BDOC contains the change in value as MY PLC - Update. (BDOC is fully processed - green)
    But when i open the BP - 123 in CRM, the name still shows as MY PLC only. The "- Update" is not showing in the name field.
    Kindly help.
    Regards

    Hi,
    There is no Z-function module in my case. However, I noticed some patterns on the data-> those with the field RUFNM updated in R/3 will not get updated. Any possible reason for this?
    Btw, we are not in ECC6 environment yet. (only 4.6C for R/3 and 3.0 for CRM)
    In fact, I have another similar issue -> BP cannot even get updated in CRM if Industry Code in R/3 is filled.
    Appreciate advice in this area...
    Thanks.
    alice.

  • GR Cost not updating as Target Cost for process orders

    Dear SAPians,
    We are facing an issue in Target Vs Actual cost reporting for process orders. We are creating a process order after cost estimate of that material and doing the confirmations for activity cost. After that, GR has been done for the finished goods of that process order. That GR entry is updating the Actuals values but not updating the Target cost. When I am checking the standard report KKBC_ORD, I am getting the following figures.
    Cost Elemnt Text     |     Target Cost     |     Actual Cost     |     Target Vs Act
    Inventory Chnge FG     |     0     |     1,472,205.60-     |     1,472,205.60-
    Packing Matrl Cons.     |     1,148,142.37     |     1,252,752.68     |     104,610.31
    Raw Material Cons.     |     60,463.91     |     50,688.29     |     224.38
    Semi-Fin Matrl Cns.     |     181,934.68     |     367,959.56     |     186,024.88
    Labour Cost Activity     |     39,735.36     |     39,862.80     |     127.44
    Machine Cst Activty     |     41,611.75     |     43,153.01     |     1,541.26
    That 'Inventory Change FG' entry is showing the GR posting updating actuals and not target cost. This is causing huge difference in target vs actual cost that will affect the profit and loss figures ultimately.
    What am I missing here? What should I do to update the GR amount in Target cost as well.
    Shirazi

    Dear,
    Target Cost on Production Order or Process Order is shown only when Variance is Calculated.
    So please calculate the Variance, system will show the Total Target Cost.
    Br,Vivek

  • Sales Value not updated in credit check

    Hai Guys,
    I am facing an important issue in the Credit check. The Sales value (SO / Dly made but not delivered / billed) is not reflecting in the credit check.
    1. I created a step in the pricing procedure and assigned its 'subtotal' to A (KOMP-CMPRE) - so that it can be taken for credit update.
    2. I had activated the update of LIS S066 - for Sales Order credit
    3. In the automatic credit control, I have checked the Open SO & Deliveries
    Still my credit check is not checking the open SO & Dly.
    Can somebody help me in this regard.
    Regards,
    Maheshwaran. I

    Hi
    Check whether you have entered the credit control area to that customer in XD02.
    Use the Update group 000012
      o   Sales order
          -   Increases open order value from delivery-relevant schedule lines
      o   Delivery
          -   Reduces open order value from delivery-relevant schedule lines
          -   Increases open delivery value
      o   Billing document
      Reduces open delivery value
      Increases open billing document value
    Financial accounting document
      Reduces open billing document value
    regards
    Edited by: Prashanth on Jun 10, 2009 2:52 PM

  • ADF View - Updated key values not updating referenced data in view (JSP)

    I have a many-to-many relationship that links 2 tables (2 mandatory and 1 optional).
    Relationship 1 is created via a view link.
    Relationship 2 is selected from a view.
    The optional relationship (3) is required based on a flag in the corresponding row for relationship 2.
    To achieve this I have a page with 2 steps, step 1 selects relationship 2 and then the page decides whether relationship 3 is required or not.
    The many-to-many relationship is created via a VO that contains the many-to-many table and references and includes some attributes from the other tables.
    When I first select the relationship 2, the attributes from the referenced table are then set within the VO and by looking at these I can make my decision.
    Now here's the problem....
    If I go back and select and different relationship 2, the Id attribute (for the many-to-many table) is updated but the attributes are unchanged, this means that the flag I need to check is invalid.
    Also, when I then select the appropriate value for relationship 3 (if required), the associated Id attribute is set but the referenced attributes from this table are not set (these are needed for other purposes).
    Is there some setting I'm missing?
    Is there some call I need to make to update the referenced data?
    I know I could make all of my decisions based on the VOs that I am selecting from but it's much simpler (and less code) to just use the 1 view (less chance of bugs) - plus i'd like to understand why this is not working.
    Thanks
    Al

    I don't need to check it for data integrity reasons, I need to check the contents of certain values to determine what to do next, before i commit the data.
    For example, if flag a is set then ask for extra information 'X' otherwise ask for extra information 'Y'.

Maybe you are looking for

  • How to integrate XI and third-party Payroll system?

    Hi Experts, We want to integrate third-party Payroll system with SAP through XI. Can anyone provide me step by step guidance? Which IDOC is useful? and entries should not go to FI tables.          Thanks in advance. Regards, Anirban

  • Mail plist question

    Well, I had the same mail issues that everyone had yesterday, but then things seemed to be working again last night and this morning, but now AGAIN I am not getting emails. The status page has a green light and says all systems are "go", but I'm gues

  • I want to disable right-clikc menu for examle (closerow) How can I make it?

    Hi,Exports, Could you tell me as to how to resolve it in steps? Thank you in advance.

  • My Screen Has White Marks In It. Can It Be Fixed?

    My Mac Book Pro screen has these two white blobs on it and they wont clean off so they have to be premanate, I think i recall placing my foot on it while it was closed on the ground. Did really step on it hard but has to be the only reason why this i

  • Find my iPhone for the ipad

    I'm trying to set up the Find my iPhone feature on my iPad, but it says my email cant be verified. Then when I try to create an account, it won't let me. Do you need to have a paid account with MobileMe to get this or am I missing something. I've als