How can i debug a rfc being called from sap

hello Gurus,
We made a RFC call from SAP r3 to sap grc nfe......we did not receive any data in sap grc .......we go to SM58 and there it gives
the message "Name or password is incorrect (repeat logon)u201D.
How can i find out where the data has stuck.
Please help.
BR
Honey

HI,
please have a look at the link below..
this may help u !!!
[Re: how can i debug a rfc being called from .net connector (NCO) v2.0?;
Best of Luck !!1
Regards
Ravi

Similar Messages

  • My Gf has my iphone. How can I see recent messages and calls from another device?

    My Gf has my iphone. How can I see recent messages and calls from another device?

    Depending on your carrier, you may be able to see recent calls by logging into your account on the carrier's web site, if they offer such a feature, though incoming calls being shown is not usual. There will, as diesel said, be no way to see messages already received, either SMS/MMS or iMessages, without having the phone.
    Regards.

  • HT204380 How can I make a face time call from one country to another( supporsing both parties using iphone 4s). What will be the caller charges. If there is no charges as we use wifi, will there be a charge till connecting the call?

    How can I make a Face Time call from one country to another( supporsing both parties using iphone 4s). What will be the caller charges. If there is no charges as we use wifi, will there be a charge till connecting the call?

    FaceTime is free to use. You will not be charged for using FaceTime.

  • How can i download ANIS/ISA-95  contents from SAP for Xi/PI

    Hi forum,
    How can i download ANIS/ISA-95  contents from SAP for XI/PI,
    i tried searching it in SAP service market place,  but could not find,
    please help me locate that

    what is the exact scenario you are looking for...
    you can download from the market place once you have the access to the seeburger related contents...actually its a part of the seeburger contents...
    I hope you are looking for the XSD formats of ANSIX12 right?..if not then the above will not apply..
    HTH
    Rajesh

  • Debugging a program being called from a shell script

    hi All,
    i want to know how debug a C program being called from A Shell Script,
    my script looks like the following :
    ecReqProcMain $Cfg/ecReq.g $TotCnt 2>> $ErrFilei also have to pass some arguments to the script itsellft, which in trun going to pass it to the program,
    also in some cases i may be required to Pipe some data to the program, like the folowing
    cat DataFile | myProgramThanks ,

    You can also use ss_attach with the scheme that Anton
    suggested above. Instead of inserting "dbx" into your
    script, insert "ss_attach" into your script.
    It's also possible to change your script to something like this:
    cat DataFile | ${DEBUG} myProgram
    Then you can run your script like this:
    setenv DEBUG ss_attach
    ecReqProcMain $Cfg/ecReq.g $TotCnt 2>> $ErrFile
    --chris                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

  • How can RoleMapper and Authorization providers be called from application code?

    "isUserInRole" is available in EJB and Web-application contexts. This goes to the
    RoleMapping provider.
    How can I call the Authorization providers or make a FULL authorization check
    (rolemapper + authorization + adjudication) "manually" from my application (JSP,
    EJB) code?
    I know it's possible with the Authorization-class in P13N package when using the
    Portal but isn't that portal-specific functionality? I need to be able to do this
    with a non-portal Weblogic Server.

    "Peter" <PeterB> wrote:
    >
    "Pete Hakkarainen" <[email protected]> wrote in message
    news:3f4736e3$[email protected]..
    "isUserInRole" is available in EJB and Web-application contexts. Thisgoes
    to the
    RoleMapping provider.
    How can I call the Authorization providers or make a FULL authorizationcheck
    (rolemapper + authorization + adjudication) "manually" from my application(JSP,
    EJB) code?
    I know it's possible with the Authorization-class in P13N package whenusing the
    Portal but isn't that portal-specific functionality? I need to be ableto
    do this
    with a non-portal Weblogic Server.
    This is not currently possible with WLS. There is no public api to define
    your own resources
    or manually call isAccessAllowed on container resources.Will there be a public API for this in the future and how soon, if so?

  • How can we access R/3 data remotely from SAP APO system?

    Hi Experts...!
        I want to access R/3 data (i.e, some ZTABLE data) remotely from SAP APO system. Can any one give some solution regarding this ?
    Regards
    Rayudu

    Hi,
    Please try this FM RFC_READ_TABLE.
    Regards,
    Ferry Lianto

  • How can I debug CRM middleware function call in R/3?

    Hi there,
    I have extended the order line in CRM with a few fields that I need in R/3. I have also extended BAPE_VBAP, BAPE_VBAPX, VBAP_KOM and VBAP_KOMX in R/3 and I have implemented the CRM_DATAEXCHG_BADI BADI to manipulate the BAPIPAREX structure before the BAPI is called in R/3.
    My problem is that I cannot find out which BAPI is called in R/3 to update the sales order and I cannot find out where in CRM_UPLOAD_TO_OLTP it is called? Am I looking the wrong place? Ideally I want to check that the BAPI is called with the correct parameters from CRM, to see if the BADI did what it was supposed to do.
    Best regards,
    Anders

    Below I have stated how Orders flow from CRM to R3 - triggering which all exits in R3 and how we can reach them from CRM in debug.
    A) Block the CSA queue on CRM Side .
    B) Create an order and save it.
    C) Go back to the CSA queue and execute your queue in debug mode . Please put a BreakPoint in 385 line of FM   crm_upload_to_oltp. and line 422 of FM crm_r3_salesdocument_upload.
    D) Put a break point on line 385  of  FM   crm_upload_to_oltp and change the destination in parameter lt_actual_recipients-DEST to <R3SYSTEMRFCDEST>_DIALOG.
    E) Put a break point on line 422 of FM crm_r3_salesdocument_upload and Set the value of variable gv_synchronous_call  = X  in debug.
    F) Then you will be in R3 - debugging how data flows to R3 .
    Hope it helps.
    Regards,
    Kaushal

  • How can we find the exit being implemented in a project.

    Hello,
    Very Good morning!
    How to find the impelementd exit for a given transaction
    How can we find the exit being implemented in a project and to find it's source code?
    Any Suggestions would be appreciated...
    Regards,
    Kittu

    Hi,
    Ways to find the exit triggering in the source code:
    1)first way
    1) If you hav that FM exit that was listed r used.
    2) go to se37 and type that FM
    3) In the source code of that FM double click the type of Message or
    exit result which has the Z<include>.
    4)IN order to disable the exit->
    utilities->system->sattus->program->attributes->package
    find this package
    5) in SMOD->Prject->F4help->giuve package name-give the found ones
    But here we cant see the implementation.
    2) second way
    1)goto SE37
    2)Give FM name
    3)/h(Debugging on)
    4) Display
    5) Break points->statements->(messages if used in exit)->execute
    Click on f5 until that Exit is triggered
    6) go and find out for each type of exit message shown ie til that exit functionality is
    actually triggered
    7)once u find that exit ur looking for->
    8)GOTO->SOURCECODE->give the include name that is found in debugging when exit is encountered
    9)copy this include name(ZX..)->keep a comment forthat exit in this include(ZX..) inorder not to process.
    10) se38->Zincludename(ZX..) and comment the code.
    11)save check n activate
    ->SE37->
    FM->name
    we can now view FM.
    3) third way
    1)FM->Name
    2)/H
    3)Break point at CALL CUSTOMER-FUNCTION statement
    4) It will stop at this exit.
    Reward if helpful.
    Best Wishes,
    Chandralekha

  • How can I test (Abap) a session is from type RFC

    Hi ,
    How can I test (Abap) a session is from type RFC ? Field in SY tables ?

    He wants to know if it's possible to tell by the currently running code whether it was called via RFC.
    Transaction SM04 is able to tell about a user session if it is RFC or not... so by analyzing that code, it should be possible.

  • HOW TO TRACE THE PLSQL API BEING CALLED WHEN WE USE FORM

    Dear ALL,
    How I can track the PLSQL API name when we press any button in form.
    For example when I click on Bill By Requirement button on EAM Work Order Billing FORM , how will I know which PLSQL API is being called.
    Please give me an idea about how to identify the PLSQL API being called.
    Thanks and Regards,
    Lavan

    Please refer to (FAQ: Common Tracing Techniques within the Oracle Applications 11i/R12 [ID 296559.1]).
    Thanks,
    Hussein

  • How can i debug my abap program?

    hi. how can i debug my program?

    Hi,
    There are many ways to start debugger
    •     By clicking the Execute button and selecting the debugging mode.
    •     From the ABAP/4 editor, by executing a program choosing Program &#61614; Execute &#61614; Debugging from the menu.
    •     Setting breakpoint in the program
    Components of ABAP/4 debugger
    The debugger shows the program information using six different views.
    •     Fields: Displays the field contents.
    •     Table: Allows modifying the contents of internal table.
    •     Breakpoints: Displays list of Breakpoint in the Program.
    •     Watchpoints: Allows dealing with Watchpoints.
    •     Calls: System call status like Event, Form etc.,
    •     Overview: Presents the program structure, events, subroutines, and modules.
    •     Settings:  Displays the calling sequence within a particular event, up to the current breakpoint.
    All these options are shown in the following screen.
    Arrow indicates the breakpoint of the program i.e., where user has stopped the program.
    Breakpoints
    A breakpoint is the signal, which is specified in the program, tells the system to stop the program execution and to start the debugger.  Following types of breakpoint are available with ABAP/4:
    •     Static are set up with the BREAKPOINT keyword inside the program, which you can directly display with the ABAP/4 source code editor.  To set the breakpoint in the program enters the keyboard BREAKPOINT.
    •     Dynamic this breakpoint is not visible in the code.  Position the cursor over the source code line to have the breakpoint and then select utilities - &#61614; breakpoint - &#61614; set.  You can delete them or display them from breakpoint list.  Or you can execute the program in the ABAP/4 debugger i.e., in debugging mode.
    •     Watchpoints are field specific.  The program is stopped when the field reaches the value specified in the watchpoint.  Execute the program in debugging mode.  Position the cursor over the needed field.  Press the F button to get the view of field.  Select the checkbox for the needed watchpoint.  Click on the continue button.
    •     Keywords/events The program stops just before executing a specific event or keyword.  To set breakpoint at particular event, from initial screen of debugger, select Breakpoint &#61614; Breakpoint at &#61614; at event/at keyword.  Enter the name of the keyword or event.  Click on OK.
    Navigating through the breakpoint
    Following buttons are used to navigate through the program and debugger.
    •     Single step:  Executes a single program command.
    •     Execute:  Similar to the single step, but when a program calls a subroutine, it executes the whole subroutine unlike single step.
    •     Continue: Executes the program until it is finished or until it finds next breakpoint.
    •     Return:  Allows for executing the program instruction up to the end of a routine and stops in the line of code where the subroutine gives back control to the main program.
    •     Tables:  Switches the debugger to the table view.
    Displaying and modifying values
    Every time the program is stopped within a debugger, you can display and modify the contents of table field and fields.
    To display the fields, click on V and you can view the contents of system field, program field, ABAP/4 dictionary fields, and external program fields.
    Displaying and modifying internal tables
    When you click on the Table button from the initial ABAP/4 debugger screen, the system will display the table debugger view.  Here you need to enter the name of the internal table to be displayed.  You can modify or delete or add i.e., insert the internal table Contents.  These changes are applicable only for the debugging and do not affect the structure of internal table in the program.
    Reward.

  • How can I debug a routine created in Deletion of similar requests?

    Hello Experts,
    I need some help from you. I need to delete overlapping requests and the common
    settings you can set are not suitable, so I decided to write my own ABAP routine.
    But how can I debug a routine, which is implemented in the deletion of similar requests?
    Hope you can help me.
    Cheers
    Daniel Weilbacher

    Please go to the routine code..
    In the menu options..u will find an option for breakpoint--set..
    The line where breakpoint is set will get highlighted and u will also see a STOP symbol..
    then come out of routine..and then run the data load..
    this ABAP routine for overlapping request deletion runs before the scheduled data load..
    the run shud stop at the set breakpoint and show the routine code..in debugger mode..
    cheers,
    Vishvesh

  • How can I debug a sequence that has a subsequence is running in a separate thread?

    Hi,
    How can I debug a sequence that has a subsequence is running in a separate thread?
    I have to have a continues check for a  digital in signal to be able to terminate the sequence if a physical button is pushed.
    This is running in a separate thread, but this way I cannot debug the main sequence.
    Is there any workaround for this?
    Thanks,
    Andras

    This KB might help you:
    http://digital.ni.com/public.nsf/websearch/46D1E157756C37E686256CED0075E156?OpenDocument
    Let me know if this does not help.
    Allen P.
    NI

  • How can i reduce the number of calls archived in recents

    How can i reduce the number of calls archived in recents

    You can't change that.  It's a function of the OS and cannot be altered.

Maybe you are looking for