FM bapi_bupa : need to change prefered communication

Hi,
I want to use the FM BAPI_BUPA_CENTRAL_CHANGE to change the prefered communication for telephone (telephone or portable).
Did someone has already write something like this ?
Here is my code that does not work :
                  i_telephone_data2-r_3_user = '3'.
                  i_telephone_data2-telephone = m_model->gsm_mod.
                  i_telephone_data2-country = 'BE'.
                  i_telephone_data2-consnumber = '002'.
                  i_telephone_data2-std_no = 'X'.
                  APPEND i_telephone_data2 TO i_telephone_data.
                  i_telephone_datax2-r_3_user = 'X'.
                  i_telephone_datax2-telephone = 'X'.
                  i_telephone_datax2-country = 'X'.
                  i_telephone_datax2-consnumber = 'X'.
                  i_telephone_datax2-std_no = 'X'.
                  i_telephone_datax2-updateflag = 'I'.
                  APPEND i_telephone_datax2 TO i_telephone_datax.
              CALL FUNCTION 'BAPI_BUPA_CENTRAL_CHANGE'
                EXPORTING
                  businesspartner        = m_model->partner_no
                TABLES
                  telefondatanonaddress  = i_telephone_data
                  telefondatanonaddressx = i_telephone_datax.
              CALL FUNCTION 'BAPI_TRANSACTION_COMMIT'
                EXPORTING
                  wait = 'X'.
Thank you,
Fethi

Still does not work :
Here is my code :
                  i_telephone_data2-telephone = m_model->telephone_mod.
                  i_telephone_data2-r_3_user = '1'.
                  i_telephone_data2-std_no = 'X'.
                  i_telephone_data2-home_flag = 'X'.
                  APPEND i_telephone_data2 TO i_telephone_data.
                  i_telephone_datax2-std_no = 'X'.
                  i_telephone_datax2-home_flag = 'X'.
                  i_telephone_datax2-updateflag = 'U'.
                  APPEND i_telephone_datax2 TO i_telephone_datax.
No change happening, I just want to change the phone preference (telephone or telephone portable)
R3_USER = 1 for telephone
R3_USER > 1 for telephone portable
Thanks for helping,
Fethi

Similar Messages

  • I need to change my Community name

    i need to change my community name
    Post transferred from where added to create its own new topic;
    subject/title edited accordingly.

    Hi, Jullian, and welcome to the Community,
    Unless a security or other serious need has arisen and can be explained, like a Skype Account name, your Community account "name" cannot be changed for convenience.  I realize this sounds rather harsh; is not intended to sound that way.  Before you accrue a large number of posts, consider starting a new Community account with a nick name you prefer -- if it is available!
    Kind regards,
    Elaine
    Was your question answered? Please click on the Accept as a Solution link so everyone can quickly find what works! Like a post or want to say, "Thank You" - ?? Click on the Kudos button!
    Trustworthy information: Brian Krebs: 3 Basic Rules for Online Safety and Consumer Reports: Guide to Internet Security Online Safety Tip: Change your passwords often!

  • I need to change my icloud account the account name is a email address I can no longer access

    I need to change my icloud account name the account name is an email address that I can no longer access.
    When I select the "red" Delete Account button it ask for my passcode for that account and I don't recall it.
    I also cannot reset the password because I have no Idea what email it will go to. I have reset my apple ID and passcode it has the old
    email now how do I change it for icloud????? Please assist very important...

    Welcome to the Apple Community.
    Firstly, you need to change your details with Apple,  Start here, change your country if necessary and go to manage your account.
    In order to change your Apple ID or password for your iCloud account on your iOS device, you need to delete the account from your iOS device first, then add it back using your updated details. (Settings > iCloud, scroll down and hit "Delete Account")
    Providing you are simply updating your existing details and not changing to another account, when you delete your account, all the data that is synced with iCloud will also be deleted from the device (but not from iCloud), but will be synced back to your device when you login again.
    In order to change your Apple ID or password for your iCloud account on your computer, you need to sign out of the account from your computer first, then sign back in using your updated details. (System Preferences > iCloud, click the sign out button)
    In order to change your Apple ID or password for your iTunes account on your iOS device, you need to sign out from your iOS device first, then sign back in using your updated details. (Settings > iTunes & App store, scroll down and tap your ID)
    If you are using iMessages or FaceTime, you will also need to log out and into your ID there too.

  • I have a MacBookPro6,2 and would like to connect an older Dell flatscreen, model L17BNS. I would welcome any information about the type of cable I need and any settings I might need to change, etc. Thank you for your time.

    I have a MacBookPro6,2 and would like to connect an older Dell flatscreen, model L17BNS. I would welcome any information about the type of cable I need and any settings I might need to change, etc. Thank you for your time! I really appreciate the assistance. Kathy

    According to:
    http://en.community.dell.com/support-forums/desktop/f/3515/p/19351107/19767627.a spx#19767627
    It has DVI ports.  This means you are best to use an adapter that supports DVI.  Note there is no audio that carries over DVI.  What you need is a mini-Displayport to DVI adapter, and the proper DVI cable. Since Dell doesn't have the specs, you'll need to tell us if you have pins or holes, and how many are grouped.

  • How to change Preferred Vendor to Fixed Vendor in SC - SRM-5.0

    SRM Experts,
    We are using SRM 5.0, ECC 6.0 and PI-7.0.
    We are using classic scenario in SRM. When user selects the vendor with Outline agreement in SOS tab then SC creates PO in backend system because it has Fixed Vendor otherwise SC creates PR in the backend system.
    We have a new requirement in SRM to create PO instead of PR in the backend system if Purchasing Org=5xxx and total value of SC is less than USD 5XXX and Vendor is a Preferred Vendor in the SC.
    Do I need to use the Check Document BADI to check the total value of the SC and to check whether it is a Preferred Vendor and then in the Change Document BADI, change the value from Preferred Vendor to the Fixed Vendor before SC is saved?
    OR someone has any other suggestions on this?
    Which BADI is called first Check Document or Change Document before saving the SC?
    Thanks in advance!
    MP

    Hi Atul/Disha,
    I sent you my code and problem in detail at your email address.
    Here is the requirement for Changing Preferred Vendor to Fixed Vendor. We are on SRM 5.0 and using classic scenario. I am new to SRM world. I also checked the note- 962474 in our system and it has been applied. We upgraded to SRM 5.0 in Oct-07.
    1.     My client has customization for sources of supply tab. It shows the vendor information in SOS tab based Product category, Plant and Purchasing group selected in the SC. If SC contains Vendor with Outline agreement then SC creates PO in the backend system. So in Change BADI logic for new enhancement of converting Preferred vendor into Fixed Vendor should not change anything in the SC using Outline agreement.
    2.     We have created Custom table-zsrm_fix_vend with fields, purchasing group, company code, currency and total value.
    3.     We need to convert the preferred vendor into fixed vendor
        if the SC’s 1st line item purchasing group = zsrm_fix_vend-ekorg and
                 SC’s 1st line item company code = zsrm_fix_vend-bukrs     and
               SC’s currency = zsrm_fix_vend-currency                   and
               SC’s Total value less than(<)zsrm_fix_vend-totalvalue.
    My testing results and problems…
    1.     When I create a new SC with less value than totalValue from the custom table, change document BADI is changing the preferred vendor into fixed vendor and it is creating PO in the backend system. So this is working as expected.
    2.     When I create a new SC with greater value than totalValue from the custom table, change document BADI is NOT changing the preferred vendor into fixed vendor and it is creating PR in the backend system. So this is working as expected.
    3.     When I use Outline agreement in the SC, it is creating PO in the backend so change BADI logic is not affecting this existing functionality which is good.
    4.     Problem - When I copy a new SC from existing SC with less value than totalValue from the custom table and then changing the amount with the greater value than the custom table, change document BADI is not changing the fixed vendor to the preferred vendor and when I click on sources of supply tab - it is giving me an error “Partner Function may not be Changed” and it exits me to main shopping cart screen.
    5.     Problem - When I copy a new SC from existing SC with greater value than totalValue from the custom table and then changing the amount with the lessser value than the custom table, change document BADI is not changing the preferred vendor to the fixed vendor and when I click on sources of supply tab - it is giving me an error “Partner Function may not be Changed” and it exits me to main shopping cart screen.
    6.     When I copy the SC with Outline Agreement and change the amount it works all the time it is not affected by the change document BADI which is good.
    Please help me to resolve this issue.
    Millions thanks to you!
    MP

  • My apple id is an old email that isnt working. Do I need to change it to a working email? If so will I not lose all my songs I have paid for with the old id email?

    My apple id is an old email that isnt working. Do I need to change it to a working email? If so will I not lose all my songs I have paid for with the old id email?

    Welcome to the Apple Community.
    Yes you should supply another address, no you won't lose your purchases.

  • I want to change my iCloud account. Buying iPad we gave a virtual (forwarding) email addr. We need to change to a real address. But when we try to change the iCloud account, we can only change the password. Note: we don't have Mac, only iPad and Windows.

    I want to change my iCloud account. Buying iPad we gave a virtual (forwarding) email address.
    We need to change to a real address.
    But when we try to change the iCloud account, we can only change the password.
    Note: we don't have a Mac, only an iPad and Windows.

    Welcome to the Apple Community.
    Firstly, you need to change your details with Apple,  Start here, change your country if necessary and go to manage your account.
    In order to change your Apple ID or password for your iCloud account on your iOS device, you need to delete the account from your iOS device first, then add it back using your updated details. (Settings > iCloud, scroll down and hit "Delete Account")
    Providing you are simply updating your existing details and not changing to another account, when you delete your account, all the data that is synced with iCloud will also be deleted from the device (but not from iCloud), but will be synced back to your device when you login again.
    In order to change your Apple ID or password for your iCloud account on your computer, you need to sign out of the account from your computer first, then sign back in using your updated details. (System Preferences > iCloud, click the sign out button)
    In order to change your Apple ID or password for your iTunes account on your iOS device, you need to sign out from your iOS device first, then sign back in using your updated details. (Settings > iTunes & App store, scroll down and tap your ID)
    If you are using iMessages or FaceTime, you will also need to log out and into your ID there too.

  • Change Preferred Viewing Locale by a paramter field in the report template

    Hello,
    Is there a method that allows to change the Preferred Viewing Locale at the report template level?
    Actually I have some templates for final clients in different countries, and these reports should be generated in Infoview.
    In order to generate reports in different languages, I inserted a parameter {?Language}
    Then for caption/text I used a formula like this
    Select {?Language}
    Case "en_US": .....
    Case "de_CH": .....
    Case "it_IT": .....
    Case "nl_BE": .....
    However this won't work for date axis in charts and number formats.
    So I switched to Preferred Viewing Locale settings, which seemed to be exactly what I wanted cause everything can be changed according to the local settings, except that I need to change the setting every time by selecting View - Preferred Viewing Locale - German - (Germany)... for 20 different reports
    And what's more important is that I cannot change this setting when I launch the template in Infoview. Change in Preferences will impact all the templates while I just need change on one template only.
    I had a look on all the functions available and it seems that ContentLocale function can only display the current setting.
    Is there any solutions?
    Thanks in advance,
    Wenzhao

    Post your question to BOE Admin forums

  • Changing internet providers and need to change my address. Would like to use 3 apple addresses. How do I do this

    I'm unfamiliear with the proper terms, but I need to change internet providers and don't want to use the new provider's address. I understand that I can use an Apple address for 3 addresses. Help!

    Heard it in conversations. I'm tryinng to set up e-mail communications for my husband to his computer and 2 for myself (computer and phone) and also would like to use one  that's set aside for e-mail ordering, etc. so if my address is sold I won't get so much junk on my regular e-mail.

  • BAPI for changing BP communication data

    Hi,
    I am trying to change BP Communication data using FM BAPI_BUPA_ADDRESS_CHANGE but it is changing
    "Address-Independent" data only and not the normal communications data.
    Which FM should I use ? Or are there any specific parameters which I need to pass?
    Please help
    Regards
    Yashodha

    Hi Sandy,
    Thanks for the quick response. Would also appreciate if you let me know what parameters to pass? I am sending following :
    IV_PARTNER: <BP Number>
    IV_X_SAVE : X  (Already Defaulted)
    IV_CHANGE_BAS :X (Already Defaulted)
    IV_CHECK_ADDRESS : X ( Already Defaulted)
    Table: IT_ADTEL
               Telephone: < New Telephone Number>
               Con         :  001
    Table: IT_ADTEL_X
              T: X
              C: X
              U: U
    But it is not updating the address dependent telephone number!!
    Please let me know where am I missing out?
    Regards,
    Yashodhan

  • HT204053 I need to change my email account, i get alot of spam mail

    I get a lot of spam mail,  what should I do?

    Welcome to the Apple Community.
    I have asked for your email address to be edited out. Posting your address in an open thread is a sure way to be bombarded by unwanted email, remember it will be here long after you have resolved your problem, for automated detection software to find.
    If you want people to contact you, enable others to see your email address in your profile.
    Firstly, you need to change your details with Apple,  Start here, change your country if necessary and go to manage your account.
    In order to change your Apple ID or password for your iCloud account on your iOS device, you need to delete the account from your iOS device first, then add it back using your updated details. (Settings > iCloud, scroll down and hit "Delete Account")
    Providing you are simply updating your existing details and not changing to another account, when you delete your account, all the data that is synced with iCloud will also be deleted from the device (but not from iCloud), but will be synced back to your device when you login again.
    In order to change your Apple ID or password for your iCloud account on your computer, you need to sign out of the account from your computer first, then sign back in using your updated details. (System Preferences > iCloud, click the sign out button)
    In order to change your Apple ID or password for your iTunes account on your iOS device, you need to sign out from your iOS device first, then sign back in using your updated details. (Settings > store, scroll down and tap your ID)

  • J2ME to personal Java, how much need to change

    I have an appilication that is written in J2ME. Now i'd like to experiment how it runs on PersonalJava devices, such as Nokia Communicator.
    How much I need to change. The app is small pop-mail program, that fetches emails from my mail server. It uses HttpConnection. The Gui is build with few Form.
    Am I right when I assume that just the GUI parts have to be re-written (using AWT), mostly all the rest works. If I compile existing code with Jdk 1.1, are the errors I get the changes I need to do... Or is there something else too ?
    Thanks in advance,
    P_trig

    The Idea was not to test the app on Desktop, but to convert it to PersonalJava and I wondered how much there is to change before J2ME app runs in PersonalJave Device.
    My app runs fine, I know that already, but I need to make another version of it for PersonalJava. IE, which elements of current versions have to be rewritten, that's my question, not how to emulate J2ME on desktop.
    Thanks,
    P_trig

  • HT204161 I bought an IMac 27 on craigslist and I need to change the Apple registration to my name. How can I do it?

    I bought an IMac 27 on craigslist and I need to change the Apple registration to my name. How can I do it?

    Before buying a second-hand computer, you should have run Apple Diagnostics or the Apple Hardware Test, whichever is applicable.
    The first thing to do after buying the computer is to erase the internal drive and install a clean copy of OS X. You—not the original owner—must do that. Changes made by Apple over the years have made this seemingly straightforward task very complex.
    How you go about it depends on the model, and on whether you already own another Mac. If you're not sure of the model, enter the serial number on this page. Then find the model on this page to see what OS version was originally installed.
    It's unsafe, and may be unlawful, to use a computer with software installed by a previous owner.
    1. If you don't own another Mac
    a. If the machine shipped with OS X 10.4 or 10.5, you need a boxed and shrink-wrapped retail Snow Leopard (OS X 10.6) installation disc from the Apple Store or a reputable reseller—not from eBay or anything of the kind. If the machine is very old and has less than 1 GB of memory, you'll need to add more in order to install 10.6. Preferably, install as much memory as it can take, according to the technical specifications.
    b. If the machine shipped with OS X 10.6, you need the installation media that came with it: gray installation discs, or a USB flash drive for a MacBook Air. You should have received the media from the original owner, but if you didn't, order replacements from Apple. A retail disc, or the gray discs from another model, will not work.
    To start up from an optical disc or a flash drive, insert it, then restart the computer and hold down the C key at the startup chime. Release the key when you see the gray Apple logo on the screen.
    c. If the machine shipped with OS X 10.7 or later, you don't need media. It should start up in Internet Recovery mode when you hold down the key combination option-command-R at the startup chime. Release the keys when you see a spinning globe.
    d. Some 2010-2011 models shipped with OS X 10.6 and received a firmware update after 10.7 was released, enabling them to use Internet Recovery. If you have one of those models, you can't reinstall 10.6 even from the original media, and Internet Recovery will not work either without the original owner's Apple ID. In that case, contact Apple Support, or take the machine to an Apple Store or another authorized service provider to have the OS installed.
    2. If you do own another Mac
    If you already own another Mac that was upgraded in the App Store to the version of OS X that you want to install, and if the new Mac is compatible with it, then you can install it. Use Recovery Disk Assistant to prepare a USB device, then start up the new Mac from it by holding down the C key at the startup chime. Alternatively, if you have a Time Machine backup of OS X 10.7.3 or later on an external hard drive (not a Time Capsule or other network device), you can start from that by holding down the option key and selecting it from the row of icons that appears. Note that if your other Mac was never upgraded in the App Store, you can't use this method.
    3. Partition and install OS X
    a. If you see a lock screen when trying to start up from installation media or in Recovery mode, then a firmware password was set by the previous owner, or the machine was remotely locked via iCloud. You'll either have to contact the owner or take the machine to an Apple Store or another service provider to be unlocked. You may be asked for proof of ownership.
    b. Launch Disk Utility and select the icon of the internal drive—not any of the volume icons nested beneath it. In the  Partition tab, select the default options: a GUID partition table with one data volume in Mac OS Extended (Journaled) format. This operation will permanently remove all existing data on the drive.
    c. An unusual problem may arise if all the following conditions apply:
              OS X 10.7 or later was installed by the previous owner
              The startup volume was encrypted with FileVault
              You're booted in Recovery mode (that is, not from a 10.6 installation disc)
    In that case, you won't be able to unlock the volume or partition the drive without the FileVault password. Ask for guidance or see this discussion.
    d. After partitioning, quit Disk Utility and run the OS X Installer. If you're installing a version of OS X acquired from the App Store, you will need the Apple ID and password that you used. When the installation is done, the system will automatically restart into the Setup Assistant, which will prompt you to transfer the data from another Mac, its backups, or from a Windows computer. If you have any data to transfer, this is usually the best time to do it.
    e. Run Software Update and install all available system updates from Apple. To upgrade to a major version of OS X newer than 10.6, get it from the Mac App Store. Note that you can't keep an upgraded version that was installed by the original owner. He or she can't legally transfer it to you, and without the Apple ID you won't be able to update it in Software Update or reinstall, if that becomes necessary. The same goes for any App Store products that the previous owner installed—you have to repurchase them.
    4. Other issues
    a. If the original owner "accepted" the bundled iLife applications (iPhoto, iMovie, and Garage Band) in the App Store so that he or she could update them, then they're irrevocably linked to that Apple ID and you won't be able to download them without buying them. Reportedly, Mac App Store Customer Service has sometimes issued redemption codes for these apps to second owners who asked.
    b. If the previous owner didn't deauthorize the computer in the iTunes Store under his Apple ID, you wont be able to  authorize it immediately under your ID. In that case, you'll either have to wait up to 90 days or contact iTunes Support.
    c. When trying to create a new iCloud account, you might get a failure message: "Account limit reached." Apple imposes a lifetime limit of three iCloud account setups per device. Erasing the device does not reset the limit. You can still use an iCloud account that was created on another device, but you won't be able to create a new one. Contact iCloud Support for more information. The setup limit doesn't apply to Apple ID accounts used for other services, such as the iTunes and Mac App Stores, or iMessage. You can create as many of those accounts as you like.

  • I need to change my iTune Password and in order to do so I need to know my security question. Obvioulsy I forgot but it does not give me any options to remmber or get to some point to change my password

    I am not sure if I am in the communit I need to but I need to change my iTunes password and when I try it ask me for security qestions that I obviously forgot...and it does not let me proceed....help

    Hey neener64,
    If you can't remember your security questions and answers, the optional rescue email provides a way to reset them. You can read more about that here:
    Rescue email address and how to reset Apple ID security questions
    http://support.apple.com/kb/HT5312
    If you did not provide a rescue email address, you can't reset your security questions and you'll need to contact iTunes Store support to have them reset.
    Welcome to Apple Support Communities!
    All the best,
    Delgadoh

  • HT4597 i have moved to icloud and now my mail inbox on my mac will not go online. do i need to change servers

    I have moved my @me mail to icloud and now i am unable to log on through my mail on my mail. Do i need to change the servers or something?

    Welcome to the Apple Community.
    Delete your mail account from Mail preferences and set it up again using the Mail Server Information.
    Some users have apparently encountered issues using this information in pre-Lion set ups (I haven't), Roger Wilmut has kindly provided instructions for those who find themselves with this problem.
    Entering iCloud email settings manually in Snow Leopard or Leopard

Maybe you are looking for