I changed RFC but Webdynpro java still using old RFC, why?

Hi,
I changed RFC but Webdynpro java still using old RFC, why?
How can I solve this problem?(Wihtout resetting j2ee engine.)
Thanks.

Cemil,
check whether cache invalidation tool is installed on your portal or not.
go to system administration-system configuration-webdynpro console-invalidate ARFC cache
or you can reimport model using another jco connection.
check this link for more details
https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/10465350-b4f5-2910-61ba-a58282b3b6df
Thanks
Bala Duvvuri

Similar Messages

  • I have changed my icloud email in my iphone but in macbook still using old email. I tried to delete the old email in macbook but it requires password and it does not accept the old password for the old email anymore. How do I remove this old email?

    I have changed my icloud email in my iphone but in macbook still using old email. I tried to delete the old email in macbook but it requires password and it does not accept the old password for the old email anymore. How do I remove this old email?

    Hello farahani hairon nizar,
    If your Apple ID was changed from your old account, you may have to change it back to your old account to be able to sign out and then change it back after that is done. Take a look at the article below for more information. 
    If you're asked for the password to your previous Apple ID when signing out of iCloud
    http://support.apple.com/en-us/HT203828
    Regards,
    -Norm G.  

  • HT4436 i changed apple id all ok but i cloud still using old account ?s

    i changed apple id all ok but i cloud still using old account ?

    Did you go to settings>icloud, scroll to bottom and tap Delete?  Then you enter the new ID/password.
    Also, did you install iOS 7?

  • Changed number and facetime is still using old number

    I added a 3rd line/iphone to my AT&T account. When i bought the iphone at the apple store I asked for a 626 area code but was told the only option I had was a 312 area code. I then called AT&T to try to change the number to a 626 number but was told I couldn't add a line from a different market to my account. So I transferred the line to a second account by itself in order to get a 626 area code for my nephew. Now that iphone will not allow me to facetime it using the 626 area code which is the iphone's number now. I have to facetime the old 312 number in order to connect to it, but that number was canceled minutes after i purchased the iphone. And when my nephew facetimes me, my iphone displays the old 312 number. When I try to facetime him I get a "facetime failed" error message. iphone has been restored and has 4.1. Phone number under phone settings has been changed to the correct 626 one. Can't think of anything else. Anyone experiencing the same problem? Thanks
    ~R

    I downloaded the facetime app. I have it going through my email address. Now my wife has Iphone 4. When we first bought her phone, ATT gave her a dumby number for the reason of switching from another carrier. After her contract was up, we ported her number to the iphone. Dumping the other number for her orignal.
    So when I tried facetime by calling her phone it would not connect. I was puzzled. I tried it a few more times and still nothing. I decided to take her phone and call me and it worked. I was confused when another number showed up. After pondering this for some time, I then noticed the number was the dumby number ATT gave her. This number was dumped 2 1/2 months ago.
    Now I know facetime for Mac is just a beta version, but does anyone have an idea * is going on here?

  • Renamed a .cp file but .swf file still uses old name

    I tried finding where the original file name would be kept in
    the .cp file. The Property window has the updated name, the Publish
    uses the updated name. I checked using notepad and no matching
    string found. I use notepad to view the generated .swf file and the
    old .cp file name is still in there. From the robohelp project in
    the multiMedia folder of swf files, the right click shows the edit
    option. This seems to use swf's stored file name for the .cp file.
    How can I correct this?
    The Captive help indicated a movie file can be renamed by
    simply using widows explorer, nothing else required.

    Seens if you delete the old swf file before you generate the
    new one the new swf file has the current .cp file name.

  • I changed my appleID but iCloud is still using the old one and no place to change it.  How do I get iCloud to update to the new ID?

    I changed my appleID but iCloud is still using the old one and no place to change it.  How do I get iCloud to update to the new ID?

    You have to sign out completely and then sign back in.
    On a Mac, System Preferences>iCloud and click 'Sign out'.
    On an iOS device, Settings>iCloud and click 'Delete account' (this will not delete the account from the server).
    Your synced data will disappear from your devices when you sign out, but reappear when you sign back in (give it time).

  • I had an iphone 3GS, but received my new iPhone 5 with micro sim, but wanted to keep old mobile number so rang up to change it, that's all working fine, but iMessage is still using the number I received with iPhone, how do you delete a new number?

    I had an iphone 3GS (normal sim), but received my new iPhone 5 with micro sim, but wanted to keep old mobile number so rang up to change it, normal text messaging is working fine, but iMessage is still using the number I received with iPhone 5, how do you delete that number I can only receive iMessages on my original number?

    Issue solved

  • How do i delete my cell # from my daughters ipod touch?  I have changed the #'s in my apple id but it is still using the other cell # in their ipod touch for imessage which allows them to send recieve and read texts to that #.

    how do i delete my cell # from my daughters ipod touch?  I have changed the #'s in my apple id but it is still using the other cell # in their ipod touch for imessage which allows them to send recieve and read texts to that #.

    You can only uncheck the cell phone number. The only way to delete it is to use for FaceTime and Messages an Apple ID not associated with the iPhone.

  • Why we call adaptive RFC in webdynpro java..

    Hi,
    I want to know why we call adaptive RFC connection in webdynpro java whenever we import new rfc in our  java web dynpro project.  why name  ADAPTIVE RFC  is used
    if we  make any structure changes in the model which we imported in web dynpro project , like adding a new field, or changing the length/datatype of the existing field, then we always have to reimport the model in our webdynpro project so why adaptive name used. wats especial in the word ADAPTIVE RFC

    Hi Rahul,
    please read the guide:
    http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/10465350-b4f5-2910-61ba-a58282b3b6df?quicklink=index&overridelayout=true
    Best Regards,
    Ervin

  • Calling RFC with webdynpro java (in NetWaver Dev.Studio)

    Hi,
    I have a RFC like below
    FUNCTION ZSAP_X.
    *""Local interface:*
    *"  IMPORTING
    *"     VALUE(USNAM) TYPE  USERNAME
    *"  EXPORTING
    *"      VALUE(PWD) TYPE  CHAR8
    1-I want to write webdynpro java application to call RFC
    2-Call RFC with USNAM parameter
    3-Get PWD output parameter and write it's value into View TextInput field.
    I wrote application but I did not get PWD (output parameter) value. I checked RFC running poreperly.I did not achieve to get PWD.
    How can I do that?
    Thanks.

    Hi Bala,
    I checked RFC, it is running properly and getting the output value.
    And I used command below, but it produces error
    String X = wdContext.currentPWDElement().getpwd().toString();
    Error:
    java.lang.ArrayIndexOutOfBoundsException: -1
    Thanks.

  • Change of ConfigOPtions but Database does still link old options

    Change of ConfigOPtions but Database does still link old options
    When we change options for a configuration in the configurator Screen, it allows to do this. However the database for this configuration still links to the unclicked old option and tries to pick these options.
    Has anyone experienced the same behaviour ? Is this a bug ?

    Hi Peter,
    Yes, I am calling RFC function module from XI.
    After I changed the interface of RFC in SAP, I have imported this RFC once more to XI in Integration Builder and new structures appeared.
    And exception returned is that first new field added to the RFC and Data Type and so on, returns an exception.
    And returned XML structures (in message monitoring) appears to be still old structures.

  • I deleted the photos from my iPhone 6 that were synced from my computer automatically but it is still using my storage. How do i fix that? I have tried all of the steps listed in the community.i have the new iTunes 10.

    I deleted the photos from my iPhone 6 that were synced from my computer automatically but it is still using my storage. How do i fix that? I have tried all of the steps listed in the community.i have the new iTunes 10.

    Hi QuisB123,
    If you are having an issue with reclaiming free space after deleting photos from your iPhone, use the steps in this article to assist -
    If you get a "Not enough free space" alert on your iPhone, iPad, or iPod touch - Apple Support
    Specifically -
    Orphaned files might remain on your iOS device if it's physically disconnected while syncing music, podcasts, videos, or photos. This can prevent iTunes from syncing the iOS device on subsequent sync sessions. When this happens, you might see a large amount of "Other" disk usage for the iOS device in the Capacity indicator in iTunes. Try these steps:
    Turn off the music or photo sync option in iTunes for the device.
    Click Apply to sync the changes to the device.
    Turn the music and photo sync options for the device on again.
    Click Apply again to try to sync the device to iTunes. If you see the "Not enough free space" alert, continue to step 5.
    Turn off the automatic syncing functions for the iOS device:
    Select the iOS device from the iTunes window and click the Summary tab.
    Deselect "Automatically sync when this device is connected" and select the "Sync only checked songs and videos" checkbox.
    Click Apply to sync the changes to the device.
    Reduce the amount of data that is being synced to the device and resync the device. For example, if syncing your Music library exceeds the memory capacity of the device, choose "Selected playlists" to transfer rather than "All songs and playlists" under the Music tab in iTunes. If you see the "Not enough free space" alert, continue to step 6.
    Restore using iTunes.
    Thanks for using Apple Support Communities.
    Best,
    Brett L 

  • Ive changed my apple id. in my iPad and iPhone under iTunes it's showing the new id but under iCloud still shows old I'd. I have been told to delete account and add in new one but worried in case lose all my stuff that's already saved in iCloud. any idea?

    Ive changed my apple id. in my iPad and iPhone under iTunes it's showing the new id but under iCloud still shows old I'd. I have been told to delete account and add in new one but worried in case lose all my stuff that's already saved in iCloud. any idea?

    If all you did was rename your ID, you can go to Settings>iCloud, tap Delete Account, choose Delete from My iPhone when prompted, then sign back in with your renamed ID.  Deleting the account only deletes the account and any data you are syncing with iCloud from your phone, not from iCloud.  Provided you are signing back into the same account and not changing accounts, your data will be synced back to your phone when you sign back in.
    If, however, you are changing to a new account with a new ID, choose Keep on My iPhone when prompted.  Then choose Merge when you sign into the new account and turn your iCloud syncing back on to upload your data to the new account.
    Before deleting the account, save you photo stream photos to your camera roll (tap Edit, tap all the photos, tap Share, tap Save to Camera Roll).

  • I have an iphone 4. I disconnected it from my iTunes account but I am still using the iphone and the Apple ID. If I make a purchase will it work? Also, how can I reconnect my iphone to my Apple ID?

    I have an iphone 4.
    I disconnected it from my iTunes account but I am still using the iphone and the Apple ID.
    If I make a purchase will it work?
    Also, how can I reconnect my iphone to my Apple ID?

    Do you mean that you removed the phone from the 'manage devices' section of your iTunes account ? If you do then that won't stop you being able to purchase items on your phone - you only need to be logged into an account to be able to purchase with it.
    If you do mean the 'manage devices' section then you can associate, or re-associate, a device (or computer) by using iTunes Match, or automatic downloads, or redownloading past purchases on it : http://support.apple.com/kb/HT4627

  • Changing colors in webdynpro page header using themes

    hi all,
             I have created  a webdynpro page. how to change the color webdynpro page header using themes.
    where to make changes in the themes.
    Regards,
    Shanthakumar

    Hi
    Check it out
    https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/3ea0d790-0201-0010-80b8-b680496a3838
    https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/d2b1d790-0201-0010-25b7-d1fb059a8ad9

Maybe you are looking for

  • Re install Adobe Photoshop CS2

    31/05/2013. The question is for someone with Photoshop CS2 on Windows 7. I presently had to reformat my hard drive to get rid of a bug that left me with a black screen. After all is reset started to ri install my old programs. One of them is Adobe Ph

  • DVI to Component Video

    I just purchased a brand new MacBook Pro with 2.6ghz Intel Core 2 Duo and I would like to connect it to my JVC HD-52G886 via component cables. If I were to purchase a DVI to Component Cable would this work? I had read that a digital dvi output would

  • Shipping Tab in PO on / off .no error message.

    Hi,       we have situation where user creates STO and shipping tab is On / off. sometime it displays sometime does't..we have observed its only happening      one particular purchasing group mentioned in header level of STO .no error message shows u

  • Can I install two different versions of Reader?

    I have Reader X (10.1.1) installed on my Win XP machine but need to use Reader 9.3.4 (or earlier version) to read a CD that has pdf links from an html file. For some reason the pdf's on this CD will only open in the older version (as noted by the CD'

  • Validate XML against  one DTD

    Hello I have several XML files and into this XML files there is not th DTD call. i have another file, the DTD. There is any method or code example for, without modify the XML files for including the DTD call, validate the XML againts one DTD? thanks