How to deactivate an RFC

Hi
how to deactivate an RFC

hi frd
This option deactivates the compression of the function module tables. This means that tables are no longer compressed before they are sent, which places more load on the network. Dropping the compression can improve performance slightly, but this is difficult to predict.
Pari

Similar Messages

  • How to deactivate IDOC Adapter

    Folks,
    How to Deactivate IDOC Adapter as IDOC Adapter does not give Adapter Status option.
    Manish

    Hi,
    you can put a wrong target server string
    in the RFC destination in SM59
    or a wrong password in the logon tab
    there's no other way to deactivate an RFC destination
    I guess
    Regards,
    michal

  • How to deactivate the W-4 Link in the

    hello all,
    how to deactivate the W-4 Link in the EP 6.0?

    An analogy I often use..
    SMTP and PL/SQL UTL_SMTP is like a truck. It takes a payload from point A to point B. And that's it. It does not know what the payload is. It does not care what the payload is.
    You must construct the payload in your code. It is your responsibility to ensure that it is correct, legal, kosher, halaal and whatever else. SMTP does not care. Does not know.
    So what should the payload be? It must be a valid Internet Message Body. These message bodies can contain anything from plain text, HTML, to images, video and even applications.
    Obviously you need to make the URL part of the message body (not UTL_SMTP). How? That is up to you to decide. Are you sending an HTML Internet Message Body as the payload to be delivered by SMTP? If so, then use the HTML anchor tag.
    Internet Message Bodies are explained in RFC's 2045 to 2049. You will find an RFC repository at http://www.faqs.org/rfcs/rfc-titles.html

  • How to create a RFC destination for extracting data to HANA

    Hello All,
    Could someone help me in providing a document or note on how to create a RFC destination for extracting data from SAP data source to HANA using SAP LT replication server ?
    I am able to create a data base connection while transforming data from non SAP data source,but wasnt able to transform data which is from SAP abap tables .

    Hi Venkatesh,
    In SM59 t.code we create RFC destinations.
    Go thru the video link for creating RFC destinations step by step
    How to setup a trusted RFC connection between SAP systems: a step-by-step guide - YouTube

  • How to deactivate other phones from using my itunes account

    Please help how to deactivate other phones from using my itunes account?

    Hello Kirstyspencer
    I would sign out of your Apple ID on those devices and also change the password to your Apple ID. That should stop people from accessing and using your Apple ID.
    iOS: Changing the signed-in iTunes Store Apple ID account
    http://support.apple.com/kb/ht1311
    Apple ID: Changing your password
    http://support.apple.com/kb/ht5624
    Regards,
    -Norm G.

  • How to call two RFC in a single JAVA method.

    Dear all,
    I just want to know that how to call two RFC in a single java method which is defined in CRM implementation file. I'm using NWDS as the customization IDE & working on ISA 7.0.

    Hi Sunil,
    In the Backend Implementation class, in any method you can call multiple RFCs.
    It will be the same way as you do for the single RFC call.
    Following syntax is for your reference.
    Get the JCO connection
    JCoConnection  connection = getDefaultJCoConnection();
    JCO.Function func = connection.getJCoFunction("ZXXXXXXX");
    set the import parameters
    Execute it.
    connection.execute(func);
    get the data from export / table parameters
    Now call the second RFC
    func = connection.getJCoFunction("ZYYYYYYYYYY");
    set the import parameters
    Execute it.
    get the data from export / table parameters
    close the connection
    Hope this will help you.
    -Chandra.
    Edited by: Chandra Sekhar Seeli on Jan 13, 2011 2:04 PM

  • How to deactivate the marketting attributes for BP in CRM

    Hi,
    how to deactivate the marketting attributes for BP in CRM
    I can add and maintain the same using tcode crmd_prof_char
    But how do I deactivate.
    Points will be rewarded
    Thanks

    .

  • How to deactivate a license from a dead hard drive

    how to deactivate a license from a dead hard drive

    You can't. However, Support or chat may be able to help you reset the activations.

  • How to Call the RFC in Webdynpro abap application

    Dear Experts,
    Good Evening to all...
    I have to add two numbers using RFC in webdynpro abap application. If we give the numbers in the input screen then the RFC should add it and give it in the output screen. This is the application for that I have created the RFC.
    But the problem is i don't know how to call the RFC in that Webdynpro abap application and how to link the input view and output view with that RFC...? I am new to Webdynpro abap. Please kindly help me on this... I am struggled here... I need your help in this....
    Thank You.

    Hi Jaga,
    You asked the same question again.
    Without closing the [previous one|Re: Where SAP store the uploaded files?].
    I think Abhi has answered your question.
    If not please elaborate on the problem.
    The solution btw is to create a Service Call.
    Sumit

  • How to call the RFC from R/3 to SRM, when we use webdynpro abap? (Urgent)

    Hello
    We use SRM Server 5.5 with classic scenario.
    We want to call RFC in R/3 from webdynpro ABAP.
    How can we do that?
    We are developing the web report using webdynpro abap.
    So we need some of R/3 data such like PR(EBAN)and PO(EKKO,EKPO).
    When user choose the search parameter, report diplay the Shopping cart, PR and PO data on webdynpro.  So we call the R/3 RFC to display the PR, PO data.
    But I tired to call the RFC in R/3, We could not call it.
    How to call the RFC from R/3 to SRM, when we use webdynpro abap?
    Thank you,
    Best Regards,
    SH.

    Hi
    <b>Please look at the following threads as well -></b>
    WebDynpro in SRM
    BAPI's /RFC's in SRM
    BAPI to Change Shopping Cart by RFC
    SRM60 and webdynpro
    Webdynpro Services Exception
    WebDynpro using BAPI has an error
    SRM60 and webdynpro...
    <b>SAP uses META Function modules in SRM to get data from R/3 back-end.</b>
    <u>For getting Purchase requistion data, use the function modules -></u>
    META_REQUISITION_CHANGE        Change purchase requisition              
    META_REQUISITION_CREATE        Create Requisition                       
    META_REQUISITION_DELETE        Delete/close purchase requisition        
    META_REQUISITION_GETDETAIL     Display requisition details              
    META_REQUISITION_GETITEMS      Display requisition items                
    META_REQUISITION_GETRELINFO    Get Releasease Info for requisitions
    <u>For getting Purchase order data, use the function modules -></u>
    META_PO_CREATE                 Create purchase order                    
    META_PO_DELETE                 Delete reservation                       
    META_PO_GETDETAIL              Display purchase order details           
    META_PO_GETITEMS               Display purchase order items             
    META_PO_GETRELINFO             Display purchase order release information
    Hope this will definitely help. Do let me know.
    Regards
    - Atul

  • How to deactivate adobe photoshop cc on one machine so that to be able to use it on another machine?

    how to deactivate adobe photoshop cc on one machine so that to be able to use it on another machine?

    Use Photoshop CC menu Help>Sign Out.... to deactivate the activated install.

  • How to deactivate withholding tax base amount field

    Dear Experts,
    My in client is using the extended withholding tax with setting Define Formulas for calculating withholding tax, my client feel that the tax base amount field is open and user may accidentally input the wrong amount there thus can anyone tell me how to deactivate this tax base amount field?
    thank you

    Dear,
    Go into Withholding tax type under SPRO>Financial Accounting Global Settings>Withholding Tax>Extended Withholding Tax>Calculation>Withholding Tax Type.
    While maintaining the Withholding Tax type you have selected "W/tax base manual" under the control data. Just don't select that option then your requirement will be met.
    There are other options also like Manual W/tax amt. which you might want to go for.
    Regards,
    Chintan Joshi.

  • CO down payment update is active in controlling area , How to Deactivate?

    Q1) CO down payment update is active in controlling area , How to Deactivate the same?
    I am trying to post,vendor Downpayment in F-48, it is aking for Maintain default cost element in controlling area .
    Is that required?

    Hi,
    Generally, SAP makes that the down payments are always updated in CO. To maintain the default cost elements, you could use OKEP transaction. However, it's possible to deactivate this function by implementing note 388843.
    Regards,
    Eli

  • How to deactivate Adobe Acrobat 9 Standard on notebook(old), to get the license free for an installation on notebook(new)?

    How to deactivate Adobe Acrobat 9 Standard on notebook(old), to get the license free for an installation on notebook(new)?

    Yes, I do need deactivation, because the other one runs on my desktop pc. 
    And no, there is no deactivation option in the help menu in my version (acrobat 9 standard).

  • How to deactivate adobe acrobat Pro version 10?

    I need to reformat my hard drive and I need to deactivate Adobe Acrobat Pro version 10.  I go to the help options and "Deactivation" is not even an option.
    Any idea of how to deactivate the software if there isn't even an option?
    Thanks for your help
    Dave

    Hi Dave,
    You are not getting the deactivate option as it might be possible that Acrobat was installed with volume license serial key.
    If the deactivate option is not available then please go ahead and uninstall the program.
    After reformatting the drive, re install the software.
    Regards,
    Anand

Maybe you are looking for