How to suppress message popup during RFC call

Hi  expert,
I have a scenario where in my RFC i am calling a SAP Bapi. But while this BAPI calling few popups appear which should be clicked as YES and then it has to run further.
This "Pressing Yes" in popup is a manual way , i want it to be done automatically so that during my RFC call there is no interruption.
Is there any FM which can suppress this popup by saying YES and there is no stopping for my RFC.
Regards,
Abhishek

Hi ,
I am facing the similar problem. Let me know how did you solve this problem ?
Thanks,
Krupali

Similar Messages

  • System error during RFC call BAPI_FIXACCOUNT_GETLIST

    Hi Gurus,
    Below are the error and steps when i perform Payroll Posting to Accounting. To enable communication between distributed systems, the appropriate method have been specified in ALE Customizing for the objects of the following tables. (Basis -> Application Link Enabling (ALE) -> Modelling and Implementing Business Processes -> Maintain Distribution Model and Distribute Views.)
    However, error still exists as shown below:-
    1.     Run TCode PC00_M99_CIPE
    2.     Encountered Error as shown below:
    Communication error with system QAS, function FI_ACCT_DET_HR
    Message no. 3G404
    Diagnosis
    The function module "FI_ACCT_DET_HR" has been called remotely in system "QAS". As a result, an error occurred when creating the connection or during communication.
    Procedure
    Check that the ALE distribution model is correctly maintained.
    Account determination could not be performed
    Message no. 3G361
    Diagnosis
    The account could not be determined for one of the following reasons:
    No destination could be found in the ALE distribution model for the AcctngEmplyeeExpnses.Check method.
    A system or communication error occurred when executing the function FI_ACCT_DET_HR in the target system.
    System error during RFC call BAPI_FIXACCOUNT_GETLIST:  / CPIC-CALL: 'ThSAPCMINIT' Unknown serv ice
    Message no. KI012
    3.      Check in SM21: NiConnect Unsuccessful, Return Code: -0003
                        Communication error, CPIC return code 020, SAP return code 665
    Please advice. Thanks in advance.
    Best Regards,
    Fung

    Hi,
    Probably because of timeout, it is unable to execute the request ..so it is aborted.
    btw, is it a synchronous call ? what is the message size ? the given data to RFC is correct and valid structure ? check the mapping .for this use the data from SXMB_MONI and test it
    Check this blog for timeout errors-
    /people/michal.krawczyk2/blog/2006/06/08/xi-timeouts-timeouts-timeouts
    Regards,
    moorthy

  • How to suppress Messages in WAD, when planning functions executed

    Hi IP and WAD Gurus,
    I would like to know , how to suppress messages when  planning functions is executed using Web template , so if a select suppress messages option in the template , it won't even let error messages displayed.
    Please let me know how it can be done. where only Error messages should be displayed by suppressing standard messages
    Points will be awarded.
    Thanks
    kishore

    Hi,
    please take a look at [Re: only message "data saved" and customices messages].
    Regards Matthias Nutt
    SAP Consulting Switzerland

  • How to suppress the popup 'Express document "update was terminated" ?

    Hi,
    I am calling few BAPIs in UPDATE TASK Function Module.
    Whenever any of the BAPI returns any Error message  I get a popup for 'Express document "update was terminated" from the author'.
    I know that my SAP Inbox has the Update Terminated Message triggered by the system.
    Is there any way to suppress this popup, even if BAPI returns any error message?
    I am storing the error messages sent by BAPI in an internal table and those error messages are enough for the user.
    But the popup is misguiding to the user thats the reason we dont need the popup for 'Express document "update was terminated" from the author'.

    Hi,
    Its not possible to suppress the express termination message popup. I hope document could not have been saved to database.
    Just try to find out the route cause of the error.
    Error messages are not allowed in FMs called in UPDATE TASK.
    One work around i can suggest is, try to run the BAPI in test mode before calling the update task FM. If the test mode call is error free then only call the UPDATE TASK fm.
    Hope this solves your issue.
    Thanks,
    Vinod.

  • Stop Messaging tones during phone calls

    How can I stop the messaging tones from going off in my ear during a phone call when a messsage is received by my phone? Can apple just make the phone make a beep & vibrate or something during a phone call? It is very annoying & to me, the biggest problem I have with the iPhone.

    There's no phone setting to silence alerts during phone calls.  You can suggest this to Apple: http://www.apple.com/feedback/iphone.html

  • How to Suppress Message in Forms

    Hi,
    Kidnly help in the following situation:
    I write a procedure in post_query trigger if line_location_id is null then
    fetch the value from line master table .when ever the cursor focus on that block,
    it asks "Do you want to save". I want to supress this message when the focus moved on this block. Once the user completed his task then only it asks "Do you want to save". How to do it .
    Kindly help me.
    Thanks,
    Sri.

    some message like "do you want to save your changes" cannot be suppressed.
    And if possible, don't use :system.message_level, because mostly you suppress messages, that you don't want to suppress.
    Maybe use ON-ERROR and ON-MESSAGE - trigger on form level. Then you can filter these messages explicit in this case.
    try it
    Gerd

  • How do I access keypad during a call?

    How do I access the keypad during a call, to press 2 to select an option from a menu?

    You simply swipe your finger across it, left or right, and that switches between the caller screen and the keypad. hope this helps.

  • Message expired during sync call from BPM to ECC

    Hi guys,
    I'm doing a sync call to ECC during my BPM processing and it takes approx 2 minutes to the function module there to process the data. And since it takes so long I'm getting following exception for the message in SXMB MONI
    com.sap.aii.af.ra.ms.api.MessageExpiredException: Message xxxxxxxxxxxxxxxxxxxxx (INBOUND) expired
    Any ideas why does this happen and how to solve it?
    Thanks
    Olian

    Hi,
    Check this links
    Timeout when calling a RFC
    http://www.sdn.sap.com/irj/scn/weblogs;jsessionid=(J2EE3414900)ID1430683750DB10832347498039929799End?blog=/pub/wlg/3802
    Regards
    Ramesh

  • XI to RFC Scenario: Runtime error during RFC Call

    Hi,
    I am testing a XI-to-RFC scenario involving BPM. The RFC works perfectly from SE37; but I get 'ICM_HTTP_TIMEOUT, Error code 402' when I invoke it from XI. On digging through the problem, it appeared that the calling program produced a short dump at the ABAP end. The code is as follows:
    <b>module %_rfcdia_start output.
        "Do not display screen !
        call 'DY_INVISIBLE_SCREEN'.
        perform remote_function_diastart.
    endmodule.
    module %_rfcdia_call output.
        "Do not display screen !
        call 'DY_INVISIBLE_SCREEN'.
        perform remote_function_diacall.
    endmodule.
    module %_cpic_start.
      if sy-xprog(4) = '%RFC'.
        perform remote_function_call using rfctype_external_cpic.
      else.
        call 'APPC_HD' id 'HEADER' field header id 'CONVID' field convid.
        perform cpic_call using convid.
      endif.
    endmodule.
    form cpic_call using convid type c.
      communication send id convid buffer header.
      if sy-subrc eq 0.
        perform (sy-xform) in program (sy-xprog).
      else.
        message a800.
      endif.
    endform.
    form remote_function_call using value(type).
      data rc type i value 0.
      do.
    ********This is the line where error occurs************
        <i>call 'RfcImport' id 'Type' field type.</i>
        if sy-xprog = 'JAVA'.
          system-call plugin
                      id 'JAVA' value 'FORW_JAVA'
                      id 'RC'   value rc.
      if there is no rollout on the JAVA side which
      rolls both, JAVA and ABAP, we return to the
      C-Stack and reach this point
      in case there was an rollout, the ABAP-C stack is lost
      and we jump direkt to this point
      here we trigger the rollout on this Abap side with
      the following statement
          system-call plugin
                      id 'JAVA' value 'ROLL_OUT'
                      id 'RC'   value rc.
        else.
          perform (sy-xform) in program (sy-xprog).
          rsyn >scont sysc 00011111 0.
        endif.</b>
    Anybody has any idea why it is happening? Is it a network issue? The dump in ST22 says that 'The program "SAPMSYS1" was terminated manually'. How it is possible to manually abort an automatic call?
    Awaiting reply.
    Regards.

    Hi,
    Probably because of timeout, it is unable to execute the request ..so it is aborted.
    btw, is it a synchronous call ? what is the message size ? the given data to RFC is correct and valid structure ? check the mapping .for this use the data from SXMB_MONI and test it
    Check this blog for timeout errors-
    /people/michal.krawczyk2/blog/2006/06/08/xi-timeouts-timeouts-timeouts
    Regards,
    moorthy

  • How to suppress message when BW BEx query is run?

    hi,
    The message can be suppressed from RSRT, give the name of the query and in the messages tab suppress the message you want to suppress.
    However in your case it seems that the message is coming as you are reporting on DSO and the DSO SID generation tick box might not have been ticked. The query is trying to generate the SID for the data on the fly and as you have already restricted with some attibute of MD this message is coming.
    To resolve this issue you can tick the generate SID option in the DSO and then report on it.
    regards,
    Arvind.

    Yes. I have checked it. The message is not there.
    In SE91, I have checked the class DBMAN and message number is 345.
    there is one more function module BAL_DSP_LOG_DISPLAY which retrieves messages from memory. Can the message be suppressed here?
    [http://help.sap.com/saphelp_nw04/helpdata/en/bb/6811f980ae11d3966f00a0c930660b/frameset.htm]
    Enhancement options
    [http://help.sap.com/saphelp_nw70/helpdata/EN/a0/47e94086087e7fe10000000a1550b0/frameset.htm]
    I am trying figure out from the above links, but I am not going into right direction like how should i start and how to write.

  • How to response polling event during dll call

    Hello,
    There is a long time dll call in my program. The program doesn't response to mouse click in the front panel during the dll call when I want to display other page in Tab control. It only response after the call.
    How to solve the problem?
    Thanks!

    Wether or not it is possible to fix this situation is dependent on the dll itself.
    IF
    the dll is written to be re-entrant (thread-safe)
    THEN
    you can configure the Call Library function to not run in the user interface thread. This can be done by right-clicking on the node and selecting "configure". In the configure screen, ther is a drop down selection box that defaults to "Run in UI thread". Change this to re-entrant.
    You can then determine which thread the dll runs in by setting the properties of the calling VI.
    Warning!
    If the dll is not re-entrant you WILL experience random crashes and possible data coruption! All bets are of if the dll is used in the wrong manner.
    What is happening:
    LV's execution systems are multi-thread with the exception
    of the UI thread. The UI thread is single threaded to ensure updates of control and indicator information is updated correctly, etc. This thread also uses co-operative multi-tasking wherein a proccess is expected to "put itself to sleep" regularly in order to allow other proccesses in that thread to gain access to the CPU. Your dll is dominating this thread and prevent user actions to be serviced!
    Final note;
    If you do not know if the dll is thread-safe and decide you just want to experiment,
    BACKUP YOUR ENTIRE MACHINE!
    Ben
    Ben Rayner
    I am currently active on.. MainStream Preppers
    Rayner's Ridge is under construction

  • Suppress Message in Funtion Module Call

    Hello
    I'm using FM 'L_TO_CREATE_MOVE_SU' in an RF program which works great.  But gives me a message "Transfer Order 0000001935 Created".  Is there a way to suppress this message?  This message appears on a seperate screen because it is on an RF Device, like to eliminate number of screens users have to view.
    Thanks

    Hi
    Try to use the standard exception ERRO_MESSAGE, it should suppress the message:
      CALL FUNCTION 'L_TO_CREATE_MOVE_SU'
        EXPORTING
        EXCEPTIONS
          NOT_CONFIRMED_TO      = 1
          ERROR_MESSAGE         = 21  "<--------
          OTHERS                = 22.
    Max

  • How to suppress messages in when-validate-item triggers

    Hi,
    I'm trying to handle the duplicate records in when-validate-item trigger in block level by using Kevin D Clarke's logic
    Form program unit:
    function COMPARISON (in1 number, in2 number) is
    if in1 = in2 then
    return(1);
    else
    return(0);
    end if;
    end;
    3 new hidden fields:
    CONTROL.PK_COPY
    DATABLOCK.MATCH_FOUND
    calculation mode: formula
    formula: COMPARISON(:control.PK_COPY, :datablock.PK)
    CONTROL.NUMBER_OF_MATCHES
    calculation_mode: summary
    summary_function: Sum
    summarised_block: DATABLOCK
    summarised_item: MATCH_FOUND
    WHEN_VALIDATE_ITEM on DATABLOCK.PK
    :control.pk_copy := :datablock.pk;
    if :control.number_of_matches > 1 then
    message('matching key found');
    end if;
    (DATABLOCK must have query_all_records = TRUE) But its showing popup message three times , i want to show it only once.
    Can anybody suggest me how to handle this.
    Thanks,
    Ramana.

    I hope you put a Raise Form_trigger_failure following your message!
    If you have included the form_trigger_failure, then your WVI trigger may be executing multiple times due to some other process trying to navigate away from the item or record. Could that be the case?

  • How-to suppress messages in the Bex?

    Does anybody know if it is possible to suppress any messages in Excel? Not only warnings - I know how to do it - but ALL messages, even those created into SM02. Our system: BW30B, patch14, Bex latest patch
    Thanks for any help. Ioan.

    Kala : I was thinking that RSRT changes are manual changes and need to be done in every system. If, what I am thiking is wrong, pls let me know how you are transporting the RSRT changes.. Thanks..
    Today I found different message when I was running my Workbook.  it appears only when I execute the workbook after opening the session on any Characteristic I would like to drill down.. after that .. the message never comes back.. here is the message below:
    "SAP BEx: Not enough cells to display results" --
    "To extend the results area to the right"
    and I get 3 options as below
    1. Overwrite existing cells
    2. Insert cells next to the results Area
    3. Insert entire columns..
    and I did not find such message in RSRT.. Please let me know any work arounds and also please feel free to ask for further info --
    Thanks alot
    Mavi

  • How to Suppress Message saying "Message containing a password has been suppressed?"

    On one of our task sequences, the summary page turns yellow with 1 error saying a message containing a password has been suppressed.
    The deployment is successful and we don't need to do anything about it, so it is a useless warning.
    I looked in the BDD.log and I see the reference to the error in there, but it is no more specific as to what is the cause.
    Is is the same OS image used in other task sequences without this error, so it must not be an issue with the OS installation itself and I can only assume it is something to do with a unique task inside the task sequence that clears the bios password, updates
    the bios and then resets the password.
    Is there a way to find specifics on what is generating this vague error message such as "unsupress" whatever is being suppressed so we can see the specifics of it or just suppress this error from being displayed?

    So, if you skip the summary then you don't get a deployment summary at all to warn you of failed tasks inside the task sequence?
    We occasionally get other errors, like failed to connect to share on first attempt, but is is pretty rare.
    This error is constant.  bdd.log has this in reference to the error:
    <![LOG[<Message containing password has been suppressed>]LOG]!><time="14:16:07.000+000" date="08-07-2014" component="ZTIGather" context="" type="1" thread="" file="ZTIGather">
    <![LOG[<Message containing password has been suppressed>]LOG]!><time="14:16:07.000+000" date="08-07-2014" component="ZTIGather" context="" type="1" thread="" file="ZTIGather">
    <![LOG[Property SKIPBDDWELCOME is now = yes]LOG]!><time="14:16:07.000+000" date="08-07-2014" component="ZTIGather" context="" type="1" thread="" file="ZTIGather">
    <![LOG[Using from [DEFAULT]: SKIPBDDWELCOME = yes]LOG]!><time="14:16:07.000+000" date="08-07-2014" component="ZTIGather" context="" type="1" thread="" file="ZTIGather">
    <![LOG[------ Done processing X:\Deploy\Scripts\Bootstrap.ini ------]LOG]!><time="14:16:07.000+000" date="08-07-2014" component="ZTIGather" context="" type="1" thread="" file="ZTIGather">
    <![LOG[Remapping variables.]LOG]!><time="14:16:07.000+000" date="08-07-2014" component="ZTIGather" context="" type="1" thread="" file="ZTIGather">
    <![LOG[Property TaskSequenceID is now = ]LOG]!><time="14:16:07.000+000" date="08-07-2014" component="ZTIGather" context="" type="1" thread="" file="ZTIGather">
    <![LOG[Property DeploymentType is now = NEWCOMPUTER]LOG]!><time="14:16:07.000+000" date="08-07-2014" component="ZTIGather" context="" type="1" thread="" file="ZTIGather">
    <![LOG[Finished remapping variables.]LOG]!><time="14:16:07.000+000" date="08-07-2014" component="ZTIGather" context="" type="1" thread="" file="ZTIGather">
    <![LOG[ZTIGather processing completed successfully.]LOG]!><time="14:16:07.000+000" date="08-07-2014" component="ZTIGather" context="" type="1" thread="" file="ZTIGather">
    <![LOG[Command completed, return code = 0]LOG]!><time="14:16:07.000+000" date="08-07-2014" component="LiteTouch" context="" type="1" thread="" file="LiteTouch">

Maybe you are looking for

  • Advanced Action works 2 times and stops working

    Hi Everyone, I'm creating a Captivate 4 (4.0.1 Build 1658) presentation of a simple LAN setup with 2 hosts.  I have a caption showing setup parameters for the hosts (IP and Hostname) and a dropdown box allowing for selection of which host to configur

  • A complaint: Apple can't seem to fix rbuffering problems!

    Hi Google the word "rebuffering" and you will get more hits about iTunes than anything else. Somthing's fishy. ITunes is my preferred music player. I use iTunes and when working, listening to internet radio through my PC. It occurs on this computer,

  • Condition Records in COPA

    Hello, I want to know the Tcode where we load the condtion records into  condition Types in COPA. Nettem.

  • Mapping attributes at time of Xellerate User Recon.

    Hi All, I am doing mapping in process from for xellerate User and one of the field for mapping is "identity" . I am not sure what this field indicate and when it is used.Also, there is no field called "Password" in mapping. I am doing trusted reconci

  • Upload single level variable cost in SNP PPM in mass by MASSD

    Hi experts, I am trying to upload single level variable cost in SNP PPM in mass by MASSD by following selections:- Selection Object Type:- PPM Selction Criteria:- Component:- Plan        Attrib:- Use of Plan Component:- Plan        Attrib:- Plan Comp