RFC CHANGES NOT REFELECTING IN vc

Hi all
  in my application using BAPI, if we made any changes, it will not reflect in visual composer, could u please help me.
regards
sheethal

Hi
   Sheethal
1. First check after setting the below property in VC:
Goto Visual Composer menu --> Tools --> Options --> Compiler Tab --> Change Data service retrieval to Do not cache data services(get latest).
2. Second try to clear the cache in the Portal
Clear the Portal cache.
below document help you in clearing the Portal cache.
http://help.sap.com/saphelp_nw04s/helpdata/en/1c/3f1c409ce22402e10000000a1550b0/content.htm
3. If still your problem persists, copy the RFC with some other name and activate it. Then call this data service. This is not the proper way. But workaround to your issue.
Regards
Pradeep P N

Similar Messages

  • Getting error in XI"RFC Program Not Found"

    Hi All,
    I am getting error in SXMB_MONI "RFC Program not found via SAP XI".
    So please suggest me what is the problem behind this..For these SAP XI and R/3 i made 3 to 4 RFC program but only 1 RFC program name not getting Via SAP XI.
    Thanks
    Amit

    Hi,
    I am calling RFC FM via SAP XI.
    Main Records are coming from siebel and recevied by SAP XI and XI will do some changes in records and calling REC FM from SAP R/3.
    Problem is siebel to xi records coming fine but xi to sap R/3 error message coming "Program not Found".
    Thanks
    Amit

  • NCo 3 error: Non ABAP RFC Client not supported

    Hi,
    Iu2019m trying to create a server using .NET Connector 3.0(version 3.0.2, framework 2 and x64) for receiving Idocs from SAP ALE.
    When i send IDOC type HRMD_A from SAP using ALE for RFC server I have this error on server: Non ABAP RFC Client not supported.
    SAP.Middleware.Connector.RfcServerApplicationException: Uncaught exception SAP.Middleware.Connector.RfcUnsupportedPartnerException thrown in SAP.Middleware.Connector.RfcServer.ARfcDestShipImp
       when executing RFC server function ARFC_DEST_SHIP --->
       SAP.Middleware.Connector.RfcUnsupportedPartnerException: Non ABAP RFC Client not supported.
       at SAP.Middleware.Connector.RfcConnection.ReadUpTo(RFCGET readState, RfcFunction function, RFCID toRid)
       at SAP.Middleware.Connector.RfcConnection.Dispatch()
       at SAP.Middleware.Connector.RfcTransaction.Playback()
       at SAP.Middleware.Connector.RfcServer.ARfcDestShipImp(RfcServerContext ctx, IRfcFunction func)
       at SAP.Middleware.Connector.RfcServer.InvokeServerFunction(RfcConnection conn, ServerFunctionInfo serverFuncInfo, RfcServerFunction functionImp)
       --- End of inner exception stack trace ---
       at SAP.Middleware.Connector.RfcServer.InvokeServerFunction(RfcConnection conn, ServerFunctionInfo serverFuncInfo, RfcServerFunction functionImp)
       at SAP.Middleware.Connector.RfcServer.Dispatch(RfcConnection conn)
    Do I need to do some "special configuration" because i´m sending from SAP ALE to my server??
    Any help will be appreciated.
    Thanks
    Edited by: antonio.coelho on May 13, 2011 5:26 PM

    Hi,
    I changed the name of the server and I have the same error. I changed the server name on: RfcServerManager.GetServer("SERVER_NAME", handlers); do I need to change in some other place?
    Did you made any more changes on SAP or c#?
    Anyone have any suggestions on how to solve this problem? I'm trying everything and I still could not solve...
    Any help will be appreciated.
    Edited by: antonio.coelho on Jun 8, 2011 12:00 PM

  • SAP Portal changes not reflect in all the  servers without  reboot?

    Dear  SDN Members
    We have  one sap ep 7.0 eh1  main instance   and  4 other portal instances.every time  we tranport any  portal develpment work  such as epa packages, we need to restart all the instances to reflect the new changes.can you please suggest me
    a solution if  exists to avoid  bouncing of all instances when a portal development work is  transported.
    Why does the changes not reflect in all the servers without the reboot??
    Thanks
    Chandra

    Thanks for the quick response kenny, i wonder if we can configure any parameters in UME
    to avoid bouncing of all the instances. please let me know if you have any other suggestions.
    actually we have  a central portal instance and 4 other  portal servers connected  through a
    load balancer.Any tranport we move to central instance should refelect the changes in all
    other portal instances.But we need to restart all the instances to see the new changes.
    We are trying to find a solution if availbel which prevents server-restarts after each transport.
    Thanks
    Sekhar

  • Email address change not showing on ipad after sync

    iTunes email address change not showing on ipad after sync

    So change it.
    Open iTunes, scroll to the bottom of the main page, tap your account name, log out then sign in with the correct name.

  • RFC is not inserting the data

    Hi all,
                    I did File to RFC scenario. My problem is when i send message the message is showen as processed successfully in SXMB_MONI. But RFC is not inserting my data in a specified table. I couldn't found where i am wrong.
    my sender strucure is:
    <MANDT>
    <WORKDATE>
    <EMPLOYEENUMBER>
    <CATSHOURS>
    R3 table name is ZTESTCATSDB
    My RFC source code is :
    FUNCTION Z_POST_TEST.
    ""Local Interface:
    *"  TABLES
    *"      CATSRECORDS_IN STRUCTURE  ZTESTCATSDB OPTIONAL
    *"      RETURN STRUCTURE  BAPIRET2 OPTIONAL
      data wa_cats like ZTESTCATSDB.
      data wa_catdb like ZTESTCATSDB.
      data ztab  like ZTESTCATSDB OCCURS 0 WITH HEADER LINE.
      loop at catsrecords_in into wa_cats.
        ztab-WORKDATE = wa_cats-workdate.
        ztab-empnum = wa_cats-empnum.
        ztab-catshours = wa_cats-catshours.
        append ztab.
      endloop.
      insert ZTESTCATSDB from table ztab.
      commit work.
    ENDFUNCTION.
                          Plese tell me any one where i am wrong it is very urgent for me.
    Thanks,
    Satish.

    You should always check the system return code (sy-subrc) after any insert and update statement like this:
    insert ...
    if sy-subrc > 0.
      message E...
    else.
      commit work.
    endif.
    Hope that helps,
    Stefan

  • Issue with posting change note processing using movement type 309

    while processing Posting change note using transaction LT05, i am getting error 'Available quantity is less than selected quantity'. we need the quantity in posting change note to be picked from same storage bin from where it has been picked during transfer posting using 309. currently, it is showing all storage bins in ascending order for selection while Posting change note posting.
    if we reqwhile mass porcessing of Posting change note using LSMW, it pickes the 1st storage bin. if 1st storage bin quantity is less than selected quantity of PCN then it is showing above error.

    Hi Vishal,
                      The materials are managed by batch? Please check the batches of the material in the different storage bins. SAP asign the storage bin taking into account the material batch number and the oldest quant.
    When the storage bin is not indicated, SAP looks at the batch number, and goes to the storage bin where this batch for the material is allocated. If SAP find more than one storage bin, SAP consumes from the batch that has the oldest quant.
    I really dont understand deeply your question.
    Hope it helps.
    Regards
    Enzo

  • Changes not being published

    I'm having trouble with my changes not being saved/published.
    I can choose to edit a page, click publish... it then shows the
    page (in contribute) with my changes. But, when I go to the actual
    website, the changes are not there... and when I go back to
    contribute and move around in contribute's view of my website and
    go back again to the page I was working on.. the changes are no
    longer there.
    thoughts? Should I uninstall and re-install
    contribute?

    No, don't uninstall...
    First, emty the cache of you Internet Explorer and see if you
    can see the changes then.
    1. Main menu in IE, go to Extra>(internet)Options
    2. go to Browsing History
    3. click Remove... (delete/empty, I don't know the text of
    the btn in english version) and emty your cache.
    Second, change the settings of IE.
    1. Main menu in IE, go to Extra>(internet)Options
    2. go to Browsing History
    3. click Preferences (next to Remove.. btn mentioned above)
    4. change the setting for Temporary Internet files so that
    the pages refresh everytime you visit the pages.

  • Fiscal year change not yet made for company code

    1. We have opened new company and enter data from FY 2009. All posting has happened properly, but when we are trying to see report S_ALR_87011963 we are facing following problem.
    We have already check everything on SDN and followed, but our problem still exists.
    Table T093C is showing as FY 2009 year and also same in OB52, OAAQ is showing 2008 as closed year. We have run AJRW for 2009 and it runs successfully.
      error -
    Fiscal year change not yet made for company code ABCD
    Message no. AB059
    Diagnosis
    You have not yet carried out a fiscal year change for company code ABCD, although the current system date is in the new fiscal year.
    Procedure
    Carry out the fiscal year change for company code ABCD.
    2. We are running AFAB in any mode we get following error.
    Only an unplanned posting run is possible in this fiscal year.
    Message no. AA693
    Diagnosis
    You have already posted in fiscal years that come after 2009.  This means that you can only post in the last posting period 012 in fiscal year 2009. Or you can post to a special period, if one is set up. Since you have not posted yet in this fiscal year, you must specify that the depreciation posting run is unplanned.
    Procedure
    Please check the fiscal year entered.  If you are certain you want to post to fiscal year 012, you must start the depreciation posting run in the last posting period (or in the special period).  Be sure to indicate that this posting run is unplanned, since it falls outside of the normal posting cycle.

    Hi Experts,
    I am not making a new post regarding this but I hope you can help me answer.
    I am experiencing the same issue as the one posted originally and here are my data.
    1. Running the same asset report
    2. System is currently in FY 2013
    3. OAAQ shows FY 2012
    4. SE16N > T03C shows FY2013
    I have tried running AJRW again but I am getting the same error in the asset report. I hope someone out there can help.
    Thanks,
    Josef

  • Fiscal year change not yet made for company 1234

    While executing the T-code S_ALR_87011963 (Asset balances report) reporting year : 31.12.2009, am
    getting the below error u201CFiscal year change not yet made for company
    code 1234u201D
    1)      In T-code OAAQ, For company code 1234 closed fiscal year is 2008.
    2)      Thru F-90, I can post the acquisitions in year 2009.
    3)      Fiscal year 2009 is already opened, while running the reports why
    this error message is showing u201CFiscal year change not yet made for
    company code 1234u201D
    4)      I have to get the reports for closed fiscal years, am not getting
    any reports for fiscal years 2006,2007,2008.
    Please post your comments.
    Thanks,
    vinay

    Hi,
    Please give me below mentioned details.
    1) What is the year showing in OAAQ ?
    2) Which year you have opened in AJRW ?
    Best Regards,
    Madhu

  • Document being distributed no changes not possible and btadminh could not be locked

    Hi All,
    I am getting ERROR: "document being distributed no changes not possible" & WARNING:"BTadminH could not be locked" in CRM WEBUI while trying to edit the order.
    I checked all the BDOCs and smq1, smq2 ,smw01 here are no queues stuck here.
    I also run distribution check FM, whenever i run it will be unlocked and able to edit. but this is not the solution for me because this error and warning getting to every new order (transaction) .
    thanks,
    Vinnu.

    Hi,
    Check the initial status settings, there should not be any distribution lock maintained.
    Award point if it is helpful
    Regards,
    D Singh

  • File to Rfc scenario,not updated in rfc

    Hi,
    File to RFC scenario,not updated in RFC?
    i checked communication channels ,smq1,smq2,sm58,cache refresh.but issue was not solved.
    Please advise where need to check?
    Thanks
    Amita

    Hi Amita,
    First check whether the configuration between PI and ECC has been set up properly.
    Are you using a stand RFC or custom RFC?
    Import the RFC metadata from ECC to PI and use that structure in your service interface and configure the remaining objects that we normally do.
    Now, try to process the file and check in the communication channel, whether file Adapter is able to pick up and send the message to PI system.
    If the message is successfully processed through PI system then check the messages in Queues. Also, check the RFC communication channel in the adapter engine.
    Follow the process, you might get some clue regarding the issue.

  • Unhiding menues using AMIBCP (changes not saved)

    Hi all
    I'm trying to unhide som menues in a HP OEM bios for an MSI OEM board using AMIBCP, but changes I make are not seen when I flash the updated rom-file. Actually, the strange thing is that all sub-menues are allready enabled when I open up the rom-file in AMIBCP, so there must be some additional settings that needs to be made to enable sub-menues. Or is the code behind the menues not in the rom-file at all? I've flashed with AFUWIN.exe with settings: "all blocks" and "Destroy CMOS checksum" enabled. Any tips are greatly appreciated.
    I'm using the "latest" AMI-tools: "tool_8_RC1".
    If anyone wants to help out, the rom-file in question can be found here (open exe-file with winrar to extract rom-file).

    Quote
    Out of topic: Invested in a Bios Savior the other day, sure feels good to be able to test mods without worrying about getting the system to work again.
    Yeah I got tired of hotflashing chips, so I broke down a year or so and bought one myself.  Well worth it IMO, if you flash alot of BIOS's.
    Quote
    BTW: how did you spot 3 offsets that had changed and how did you know they were in the Single Link Arch module? I'm just learning about bios modding.
    Hexeditor compare function.  It this case the entire BIOS file 314.rom is a single file.  Inside the BIOS are the modules.  You can see the modules with MMTool.  Some of these are compressed and some are not, and you can see the order(address) they reside.  Opening both 314.roms I had and doing a hex compare and the end of the file(uncompressed) you can see the date changed and slightly above that the checksum for the whole file.  This make sense because these would have changed.  In other places though you can see big blocks of changes.  Big blocks are most likely the compressed modules changed, because if you change anything within the file it changes the whole compression algo and you get a block of "change" in the main file.  There isn't much you can get from the main file because it's compressed but if you know the location of the modules it can save you time extracting every module and looking at it.  Because of it's location from MMTool and it's real world function I decided Arch BIOS was the module to extract from each 314.rom to compare.  Opening that in hex compare function and you get those 3 offsets that have changed from 00 to 01.  In most BIOS's this is a toggle of some sort.  1 on 0 off, or vice versa(it could mean show something, gray something, allow something to be changed etc)  I really have no idea what it means in this case after a short glance, but I found it weird that just opening the BIOS, doing nothing and saving it, changes so much in the AMI BIOS, this is not the case for Award.  Maybe it's normal but I would think it would be a string of change, not 3 independant changes of that nature.  I also noticed the SMBIOS was cleaned up in the "saved 314"  it has space at the end of the file deleted.  This change also makes sense.
    Quote
    I'm trying to unlock the "hardware monitor" sub-menu. I wan't to be able to control the sys and cpu-fans (setting other temperature thresholds and/or voltages to the fans). The "hardware monitor" checkbox is allready "enabled" when I open up the rom-file, so I'm not sure how to "really" enable it. Haven't cleared CMOS, but will do that.
    Another idea I saw in there, what if you change all the supervisors in the hardware menu to user.  Perhaps that is blocking it?  Just an idea to throw around.  Also I can see you can change the temps but voltages doesn't look to have an option.  Another option to try, if you just "save" it, try "save as", or vice versa, maybe just "save as", open that file and mod it, then save(or save as).
    I really don't know my AMI stuff, this might be easy then I am making it, just some ideas for you...  
    EDIT:  Took too long typing here at work, I see BK has the supervisor idea too (great minds think alike maybe?)  heh    , well maybe it's a good omen.

  • Why is the position of key frame BEFORE scene changes not after?

    Why is the position of I frame BEFORE scene changes not after?
    And, why doesn't MovieVideoChart show any I frames other than those that correspond to periodic "key frames every X frames"? Is it reading meta data and not really showing where the real existing I frames are located? I.e. WYSIAL (what you see is a lie)? If so, where can I get an affordable tool that will let me examine my files in this regard?
    I have put compression and chapter marks at scene changes in FCP and have exported with markers for DVDSP (both chapter and compression).
    I have read on this forum (somewhere) that when insert key frames every X frames is selected, Compressor is still going to insert key frames automatically at key frames.
    When I last encoded with H.264 in Compressor, I selected option to insert I key frame every 90 frames (fps=29.97).
    When I jump to chapter in my encoded video, where I had place a key frame at a cut, I end up with a chapter at the frame BEFORE the cut.
    I will try moving my chapter/compression marks a frame ahead and see if that helps.
    Certainly, others must have been plagued by this problem.
    When encoding with MPEG2 for DVD, the same thing happens.
    It is a real problem. I get one frame appearing before the cut in chapter skips.
    Hope someone can illuminate this problem.

    Hi there
    As you have seen, RoboHelp doesn't understand how to create the layers you are wanting to achieve the effect in Word. It simply brings the images in as separate objects.
    Basically there are two approaches you might consider.
    You could insert Positioned Text Boxes and configure them to present the images as you want. If you take this approach, you will likely find yourself struggling to maintain the positioning consistently as well as noticing text flow issues. Personally, I'd avoid that approach.
    The other approach involves displaying the images in your Word document so that you see them as intended, then screen capture so you grab the combined image. Then save that combined image and use it instead of the separate images in RoboHelp. This is the approach I'd suggest and that I use myself.
    Cheers... Rick
    Helpful and Handy Links
    RoboHelp Wish Form/Bug Reporting Form
    Begin learning RoboHelp HTML 7, 8 or 9 within the day!
    Adobe Certified RoboHelp HTML Training
    SorcerStone Blog
    RoboHelp eBooks

  • Changing not possible; field is read-only

    Hello,
    I need update Expected Value in Opportunity.
    Expected Value is bound Opportunity.SalesForecast.ExpectedRevenueAmount.content.
    When I try to update in adsl, "Changing not possible; field is read-only" error appears in frontend to the user.
    Thanks!

    Hi Rodrigo Mathias,Not an answer to your post just to share my problem
    Seems Opportunity has a lot of problems. As in my case i am trying to code in BeforeSave method that when ever the opportunity gets create by code i have to poppulate my CUSTOM Invonved Party ( i have created custom party role ).
    And i have passed partykey.partyId.content and RoleCode but when i click on save it gives me the error about Role Category!
    now when debugged that all Parties ( i debugged and checked whole collection) had the Role category every party from that collection had the Role category associated!
    So i tried to add r
    ole category by code! but that is also public write access set as FALSE!
    So finally i again opened the book for clod , and a line is specificaly written that PartyID node will not be used after 1402 there will be separate node PartyNAme where u can pass partyid , name or email!
    but unfortunately that is also not available in the opportunity BO!
    So i am also kind of stuck!
    Btw one thing i would like to mention is when u try to maintain your custom role in opportunity manually it works and data gets saved!
    Regards,
    Dhruvin

Maybe you are looking for

  • Autoflow multiple frames on a single page

    This seems like an easy question, but I can't get it to work. I have three text frames set up on a master page, linked 1->2, 2->3 I want to autoflow a document through the three frames, adding pages as necessary to the end of the document. No matter

  • How to Process an Empty File and deliver to the receiver channel

    Hello Gurus, We had a requirements to process an empty file and send it to the receiver channel .  We had successfully configured and polling an empty file, but the message output of the empty file was never sent to the receiver channel.  Is there an

  • How to get my TrustManagerFactory registered ?

    Hi all, As a newbee in java security, I am probably missing a small detail somewhere. I created my own TrustManagerFactory. I try to register it using my own Provider. To actually be able to debug, I also had to override Provider.Service. Calling on

  • Writing messages to log file from database procedures

    Folks, Is there a way by which I will be able to write messages from a database procedure to a log file? I would like to know what a procedure is doing and if it has failed or suceeded just as we do in a Unix shell script where we can direct messages

  • How to open my news authoring iview in the same window

    Hi, I have created a xml form and using KM navigational iview( News authoring iview) I am pointing this xml form project and but when I click on my xml form link , It is opening in the new browser window. I would like to open in the same browser inst