Gateway RFC External Breakpoint Issue

Hi all,
I have used the generator tool on an RFC and I am trying to set an external breakpoint in my RFC code.
I have set my user name in debugging and I have also activated everything needed in SICF but the breakpoint is still not working.
Does anyone have any advice on this?
Thanks in advance,
Megan

HI Megan,
   I never had this problem in my system but you can try using SAAB transaction to create a checkpoint group.
In your code insert this istruction:
  LOG-POINT ID [SAAB ID created in SAAB transaction] SUBKEY 'LOG_POINT'
                       FIELDS sy-uname
to understand if your service is correctly called and which user is performing the call .
See these two links:
Help: http://help.sap.com/saphelp_erp60_sp/helpdata/EN/aa/a6b241a1b33131e10000000a155106/frameset.htm
WebLog: /people/andrea.olivieri/blog/2011/11/09/checkpoint-group-the-powerful-friend-of-every-abaper-but133beware
               How to Instrument Your ABAP Code With Checkpoint Groups
I hope that I helped you.
Regards
Fabio

Similar Messages

  • Problem with external breakpoint in RFC in CRM box

    Hi All
           I have created a RFC FM to create new realtionship in CRM Box which is being called from Web portal. The issue is that when I set a external breakpoint in this RFC , two debugging sessions are getting created . In 1 session it creates the realtionship successfully and i can see the return table but then it goes to another session and finally displays msg "Relationship already exists". The relationship is getting created properly but the user will get to see wrong msg on the portal screen.
    Can anybody suggest as to what could be the problem.
    Regards
    Babita

    [enterprise portal in SAP CRM|http://sapcrmlearn.blogspot.com/2009/02/enterprise-portal.html]

  • External Breakpoints

    Hi Everyone,
    I am not sure if this should be posted in the ABAP forums or Basis forum. I finally decided to post in the ABAP Forums as i thought ABAPers would be having a better idea  of what the issue is .
    I need to debug a function module. I am not sure what calls this function module, the only thing I am sure of is that it is called when clicking a button in BSP. Previously, I used to debug Webdynpro code by using "External Breakpoints". However, I was not able to find any option to enable external breakpoints.
    I was just wondering, if the external breakpoints option could be restricted via Basis authorizations. If so, how could I enable them. Also, Also, is there any way i can get the debug screen after i run the BSP application.
    Thanks in advance for any help and suggestions.
    Cheers,
    Mz

    Hi All,
    I think that the authorizations could be related to the user... In my program, I tried to debug using an infinite loop as suggested by Matt Earlier.
    This went fine until I reached a particular FM which looked like below.
    CALL FUNCTION 'Z_CPR_CREATE_CPROJECT_NEW'
          DESTINATION zcl_r_00=>sv_cpr_logsys_com
          EXPORTING
            is_attributes    = ls_cpr_attributes
            iv_template_guid = lv_template_guid
            it_stkhldr       = is_attributes-rpm_project_stkhldr
            it_folder        = ls_fold_api
            iv_commit        = cl_rpm_co=>sc_true
          IMPORTING
            ev_cpr_guid      = ev_cpr_guid
          TABLES
            return           = return.
    When I try to go into the FM, using F5, the program just doesn't go in. Destination zcl_r_00=>sv_cpr_logsys_com is specified using a system user (ABAPSYS)....
    any Idea how I can debug this. I tried getting SAP_ALL from Basis but still this has no effect.
    I also tried changing the RFC destination to take my ID by checking the current user checkbox in the RFC destination..
    This crazy issue has me going round in circles literally.
    Please let me know if you have any suggestions and if you require any feedback from me.
    Thanks in advance to All.
    Best Regards,
    Mz

  • How to debug using External Breakpoint

    Hello,
    I am using external breakpoint in system B.
    I am running a program in systemA which updates table in systemB through programB.
    I am using RFCuser to login to system B.
    Currently it is not going in debugging mode in program B.
    KIndly suggest what needs to be done?

    You need to do the following.
    1. Identify the userid you are using for the RFC session.
    2. While in the ABAP editor, go to Utilities->Settings
    3. Ensure that you are in the tab 'Abap Editor'
    4. Under the tab 'Abap Editor' go to the tab 'Debugging'
    5. Ensure that the user name entered there is the one identified in step 1.
    6. Set the external breakpoint
    7. Logon to the target system.
    At this stage, when you start the external transaction, it should stop where you set the breakpoint.

  • What is the best method to connect Gateway FPD2185W External Monitor

    Hello,
    I just bought a new Macbook. I would like to connect it to my larger Gateway FPD2185W external monitor. The monitor is maybe three years old, and has VGA, component, S-Video, and DVI inputs. Which type of connection would work best? I have a mini-DVI to VGA connector from Apple, but the display doesn't look the greatest. I'm still new to using the MacBook, so help would be appreciated.
    Thanks!

    There are some settings on the monitor that might be affecting how it looks when running from VGA. There should be a "tuning" function, also known as clock phase adjustment. There is an AUTO button located on the side of the monitor. Press it and see if it helps the picture quality. Also under the Video Adjust menu are settings for Sharpness and Noise Reduction. Those settings can often interfere with good picture quality, so you might try playing with them as well.
    Of course, you could always switch to the DVI input for the best image quality, but that would require buying another adapter from Apple and also a DVI cable if the monitor didn't already come with one.

  • External breakpoints not working

    Hi,
    I am working on a CRM 7.0 (SAP_ABA 7.01 SP 6) system and my external breakpoints are not working.
    If I set an external  breakpoints for my user in a component method or HTML page  and I log onto the CRM Web UI
    the system hangs. The same happens if I switch on the debugging directly in the component
    without breakpoints. I have the same behavior for breakpoints in Web Dynpro code, when I try to execute a WD application.
    Breakpoints in ABAP reports are working fine, so I don't think it's a problem of authorities or roles, should be something
    with the HTML debugging. I worked on other SAP CRM 7.0 systems before and never had this problem before.
    Somebody can help or has an idea?!
    Thanks.
    Best regards,
    Oliver
    Edited by: Oliver Pregler on Aug 6, 2010 1:57 PM
    Edited by: Oliver Pregler on Aug 6, 2010 1:58 PM

    Hi Oliver,
    Which component and view u are setting the break?
    Are u sure that u are setting external break-point?
    Is there any error/exception?
    Try to set and infinite loop and debug using trx. sm50. If ur scenario is totaly standard create an enhacement point to set the infitine loop.
    DO.
    if sy-subrc eq  123.
    exit.
    endif.
    ENDDO.
    Hope with the code above u be able to debug.
    Best regards,
    Caíque Escaler

  • Starting abap debugger without an external breakpoint

    Can anyone let me know if i can start an new debugger session on any  action in the browser without setting an external breakpoint in the code (something similar to /h  ).
    Thanks ,
    Kiran

    Not currently in 7.0 or 7.01.  However in 7.02 such a feature was added as a URL parameter. The url parameter is /H=X as a tribute to long time ABAP developers 
    You can then activate debugger via the context menu:
    http://www.flickr.com/photos/tjung/4563357958/
    http://help.sap.com/saphelp_nw70ehp2/helpdata/en/0d/5c8fd973154cc7b5772c01eea9a164/frameset.htm

  • Essbase 6.5 External Authentication Issue!! Urgent Please!!

    Hi all,
    I am great trouble over an external authentication issue in Essbase 6.5. I request you all to please give me your feedback on the same as soon as possible.
    I am in a situation where I need to get my Essbase 6.5 external Authentication converted from LDAP to Active Directory services.
    I suppose there has been necessary changes done to the .cfg file for the same. However, I think I am getting an error
    "User [vikc]'c external authentication protocol [MSEX]'s password check module is not loaded".
    Please let me know if you have come across such an issue earlier and can anybody to able to help me with the same.
    Its kinda Urgent. so any replies for the same will be appreciated.
    Thanks and Regards,
    Vikram

    Vikram,
    Yes you will have to reconfigure the CSS.xml and cfg file for external auth.
    Here is the Sample CSS
    <spi>
              <provider>
                   <msad name="full360">
                        <trusted>false</trusted>
                        <url>ldap://192.168.1.100:389/DC=full360,DC=com</url>
                        <userDN>CN=Ravinder Singh,DC=full360,DC=com</userDN>
                        <password>full@360</password>
                        <authType>simple</authType>
                        <identityAttribute>dn</identityAttribute>
                        <maxSize>1000</maxSize>
                        <user>
                             <loginAttribute>sAMAccountName</loginAttribute>
                             <nameAttribute>dn</nameAttribute>
                        </user>
                        <group>
                             <nameAttribute>cn</nameAttribute>
                             <objectclass>
                                  <entry>group?member</entry>
                             </objectclass>
                        </group>
                   </msad>
    Download this toll "http://www.ldapbrowser.com/download.htm"
    LDAP browser to get the perfact DN information.
    Let me know the status
    Ravikant

  • Oracle 11g - External Table Issue SQL - PL/SQL?

    Oracle 11g - External Table Issue?
    =====================
    I hope this is the right forum for this issue, if not let me, where to go.
    We are using Oracle 11g (11.2.0.1.0) on (Platform : solaris[tm] oe (64-bit)), Sql Developer 3.0.04
    We are trying to use oracle external table to load text files in .csv format. Here is our data look like.
    ======================
    Date1,date2,Political party,Name, ROLE
    20-Jan-66,22-Nov-69,Democratic,"John ", MMM
    22-Nov-70,20-Jan-71,Democratic,"John Jr.",MMM
    20-Jan-68,9-Aug-70,Republican,"Rick Ford Sr.", MMM
    9-Aug-72,20-Jan-75,Republican,Henry,MMM
    ALL NULL -- record
    20-Jan-80,20-Jan-89,Democratic,"Donald Smith",MMM
    ======================
    Our Expernal table structures is as follows
    CREATE TABLE P_LOAD
    DATE1 VARCHAR2(10),
    DATE2 VARCHAR2(10),
    POL_PRTY VARCHAR2(30),
    P_NAME VARCHAR2(30),
    P_ROLE VARCHAR2(5)
    ORGANIZATION EXTERNAL
    (TYPE ORACLE_LOADER
    DEFAULT DIRECTORY P_EXT_TAB_D
    ACCESS PARAMETERS (
    RECORDS DELIMITED by NEWLINE
    SKIP 1
    FIELDS TERMINATED BY "," OPTIONALLY ENCLOSED BY '"' LDRTRIM
    REJECT ROWS WITH ALL NULL FIELDS
    MISSING FIELD VALUES ARE NULL
    DATE1 CHAR (10) Terminated by "," ,
    DATE2 CHAR (10) Terminated by "," ,
    POL_PRTY CHAR (30) Terminated by "," ,
    P_NAME CHAR (30) Terminated by "," OPTIONALLY ENCLOSED BY '"' ,
    P_ROLE CHAR (5) Terminated by ","
    LOCATION ('Input.dat')
    REJECT LIMIT UNLIMITED;
    It created successfully using SQL Developer
    Here is the issue.
    It is not loading the records, where fields are enclosed in '"' (Rec # 2,3,4,7)
    It is loading all NULL value record (Rec # 6)
    *** If we remove the '"' from input data, it loads all records including all NULL records
    Log file has
    KUP-04021: field formatting error for field P_NAME
    KUP-04036: second enclosing delimiter not found
    KUP-04101: record 2 rejected in file ....
    Our questions
    Why did "REJECT ROWS WITH ALL NULL FIELDS" not working?
    Why did Terminated by "," OPTIONALLY ENCLOSED BY '"' not working?
    Any idea?
    Thanks in helping.
    Edited by: qwe16235 on Jun 11, 2011 11:31 AM

    I'm not sure, but maybe you should get rid of the redundancy that you have in your CREATE TABLE statement.
    This line covers all fields:
    FIELDS TERMINATED BY "," OPTIONALLY ENCLOSED BY '"'
    {code}
    So I would change the field list to:
    {code}
    DATE1 CHAR (10),
    DATE2 CHAR (10),
    POL_PRTY CHAR (30),
    P_NAME CHAR (30),
    P_ROLE CHAR (5)
    {code}
    It worked on my installation.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

  • Oracle 11g - External Table Issue?

    Oracle 11g - External Table Issue?
    =====================
    I hope this is the right forum for this issue, if not let me, where to go.
    We are using Oracle 11g (11.2.0.1.0) on (Platform : solaris[tm] oe (64-bit)), Sql Developer 3.0.04
    We are trying to use oracle external table to load text files in .csv format. Here is our data look like.
    ======================
    Date1,date2,Political party,Name, ROLE
    20-Jan-66,22-Nov-69,Democratic,"John ", MMM
    22-Nov-70,20-Jan-71,Democratic,"John Jr.",MMM
    20-Jan-68,9-Aug-70,Republican,"Rick Ford Sr.", MMM
    9-Aug-72,20-Jan-75,Republican,Henry,MMM
    ------ ALL NULL -- record
    20-Jan-80,20-Jan-89,Democratic,"Donald Smith",MMM
    ======================
    Our Expernal table structures is as follows
    CREATE TABLE P_LOAD
    DATE1 VARCHAR2(10),
    DATE2 VARCHAR2(10),
    POL_PRTY VARCHAR2(30),
    P_NAME VARCHAR2(30),
    P_ROLE VARCHAR2(5)
    ORGANIZATION EXTERNAL
    (TYPE ORACLE_LOADER
    DEFAULT DIRECTORY P_EXT_TAB_D
    ACCESS PARAMETERS (
    RECORDS DELIMITED by NEWLINE
    SKIP 1
    FIELDS TERMINATED BY "," OPTIONALLY ENCLOSED BY '"' LDRTRIM
    REJECT ROWS WITH ALL NULL FIELDS
    MISSING FIELD VALUES ARE NULL
    DATE1 CHAR (10) Terminated by "," ,
    DATE2 CHAR (10) Terminated by "," ,
    POL_PRTY CHAR (30) Terminated by "," ,
    P_NAME CHAR (30) Terminated by "," OPTIONALLY ENCLOSED BY '"' ,
    P_ROLE CHAR (5) Terminated by ","
    LOCATION ('Input.dat')
    REJECT LIMIT UNLIMITED;
         It created successfully using SQL Developer
    Here is the issue.
    It is not loading the records, where fields are enclosed in '"' (Rec # 2,3,4,7)
    It is loading all NULL value record (Rec # 6)     
    *** If we remove the '"' from input data, it loads all records including all NULL records
    Log file has
    KUP-04021: field formatting error for field P_NAME
    KUP-04036: second enclosing delimiter not found
    KUP-04101: record 2 rejected in file ....
    Our questions
    Why did "REJECT ROWS WITH ALL NULL FIELDS" not working?
    Why did Terminated by "," OPTIONALLY ENCLOSED BY '"' not working?
    Any idea?
    Thanks in helping.
    Edited by: qwe16235 on Jun 10, 2011 2:16 PM

    The following worked for me:
    drop table p_load;
    CREATE TABLE P_LOAD
    DATE1 VARCHAR2(10),
    DATE2 VARCHAR2(10),
    POL_PRTY VARCHAR2(30),
    P_NAME VARCHAR2(30),
    P_ROLE VARCHAR2(5)
    ORGANIZATION EXTERNAL
    (TYPE ORACLE_LOADER
    DEFAULT DIRECTORY scott_def_dir1
    ACCESS PARAMETERS (
    RECORDS DELIMITED by NEWLINE
    badfile scott_def_dir2:'p_load_%a_%p.bad'
    logfile scott_def_dir2:'p_load_%a_%p.log'
    SKIP 1
    FIELDS TERMINATED BY "," OPTIONALLY ENCLOSED BY '"' LDRTRIM
    MISSING FIELD VALUES ARE NULL
    REJECT ROWS WITH ALL NULL FIELDS
    DATE1 CHAR (10) Terminated by "," ,
    DATE2 CHAR (10) Terminated by "," ,
    POL_PRTY CHAR (30) Terminated by "," ,
    P_NAME CHAR (30) Terminated by "," OPTIONALLY ENCLOSED BY '"' ,
    P_ROLE CHAR (5) Terminated by ","
    LOCATION ('Input.dat')
    REJECT LIMIT UNLIMITED;
    Note that I had to interchange the two lines:
    MISSING FIELD VALUES ARE NULL
    REJECT ROWS WITH ALL NULL FIELDS
    Just to get the access parameters to parse correctly.
    I added two empty lines, one in the middle and one at the end - both were rejected.
    In the log file, you will see the rejectiions:
    $ cat p_load_000_9219.log
    LOG file opened at 07/08/11 19:47:23
    Field Definitions for table P_LOAD
    Record format DELIMITED BY NEWLINE
    Data in file has same endianness as the platform
    Reject rows with all null fields
    Fields in Data Source:
    DATE1 CHAR (10)
    Terminated by ","
    Enclosed by """ and """
    Trim whitespace same as SQL Loader
    DATE2 CHAR (10)
    Terminated by ","
    Enclosed by """ and """
    Trim whitespace same as SQL Loader
    POL_PRTY CHAR (30)
    Terminated by ","
    Enclosed by """ and """
    Trim whitespace same as SQL Loader
    P_NAME CHAR (30)
    Terminated by ","
    Enclosed by """ and """
    Trim whitespace same as SQL Loader
    P_ROLE CHAR (5)
    Terminated by ","
    Enclosed by """ and """
    Trim whitespace same as SQL Loader
    KUP-04073: record ignored because all referenced fields are null for a record
    KUP-04073: record ignored because all referenced fields are null for a record
    Input Data:
    Date1,date2,Political party,Name, ROLE
    20-Jan-66,22-Nov-69,Democratic,"John ", MMM
    22-Nov-70,20-Jan-71,Democratic,"John Jr.",MMM
    20-Jan-68,9-Aug-70,Republican,"Rick Ford Sr.", MMM
    9-Aug-72,20-Jan-75,Republican,Henry,MMM
    4-Aug-70,20-Jan-75,Independent
    Result:
    SQL> select * from p_load;
    DATE1 DATE2 POL_PRTY P_NAME P_ROL
    20-Jan-66 22-Nov-69 Democratic John MMM
    22-Nov-70 20-Jan-71 Democratic John Jr. MMM
    20-Jan-68 9-Aug-70 Republican Rick Ford Sr. MMM
    9-Aug-72 20-Jan-75 Republican Henry MMM
    Regards,
    - Allen

  • ABAP Debugger: assign user to external breakpoint

    Hi, when I assign different users to an external breakpoint the program still stops when it is executed with the "original" user which is not assigned to the BP anymore. Has anybody any solution for this behavior?
    The procedure I use is the following: SE80-> utilities -> settings -> debugging.
    FYI: The message in the status line shows the correct user when the external BP is created.
    thanks a lot in advance and best regards,
    Flo

    Hello friend,
    Goto Utilities in that you have options called Break Points and external break points. Just check that and see whether the break point table is clear or not.
    Else check whether have you set the match point or any other settings which can stop the program.
    I think the program stops because there must be any thing set by you unknowingly so try to check that. Don't think that break point is the only option to stop the code and work in that perspective.
    Still your problem persists again post.
    Thanks,
    Sri Hari

  • Abap Rfc External Debug from a Jco Client Connection

    Hi to all,
    i have developed a Java Application on Sap J2ee (SAP-JEE 7.01 SP6) , using the Jco2 integrated.
    I'm using direct connection , calling Custom Functions Module on  Abap Stack.
    I have a question about Abap Debugging:
    now i debug the abap function setting an external session breakpoint (SE37) and  the abap debug stops  correctly on breakpoint that i've set.
    But sometimes i notice the strange situation that during my debug another debug session (identical to the first) is open on my sap gui (it seems that Jco sends another request while i'm debugging the first )
    Reading the jco documentation i've seen this method that i never used: JCO.Client setAbapDebug(boolean debug)
            Enables/disables abap debug.
    Note:If the connection is already established the method will close and reopen the connection.
    have I  to set this in my java code in addition to abap external breakpoint? Why Jco.Client sends another request?
    Thanks for the answers
    Alessandro

    Anyone know?
    Thanks,
    Augusto Póvoa.

  • ABAP-Debugger: external breakpoints

    Hi,
    is there a possibility to extend the validity of external breakpoints (by default 2h) for the ABAP Debugger?
    Thx in advance.
    Flo

    I am pretty sure you will find this in transaction SMICM or SICF. Look on the menus for the debugger options. Sorry can't remember exactly which one.
    Cheers
    Graham Robbo

  • 10.4.3 External Keyboard Issue

    Greetings,
    I seem to be having an external keyboard issue. To give some background, I am on a fresh install of OSX, completely patched up to 10.4.3 via software update. I just purchased an Apple USB Keyboard and after plugging in the keyboard I noticed something funny with the keyboard layout. The HOME key doesn't work and the END key is page down, plus delete doesn't work at all. I tried plugging in this keyboard to my PC and it works beautifully.
    Now I believe this issue is being caused by the iBook using the cramped keyboard layout and not the full key layout of the external one I just installed. Every piece of help information I find on the subject either points me to menu options that don't exist (my Keyboard & Mouse -> Keyboard menu is quite clean with only 3 options to adjust typing speed) and some of the topics on these forums don't seem to cover it, any suggestions?
    -Pixelmartini
    Apple iBook G$ 1.33GHZ   Mac OS X (10.4.3)   Apple USB Keyboard

    I just installed the 10.4.3 combo update and still no effect on the keyboard. A few help topics I found on this issue point me to changing the keyboard layout in international, but that isn't working at all. Some of the keyboard & mouse options the other help documents point to are missing as well. I have only 4 options for the keyboard options pane and none of them are about configuring an external keyboard so something must be wrong here.
    I checked all the keys and it appears the iBook is recognizing the keyboard, however instead of modifying the input layout of the keyboard to the full size of the keyboard, it is applying the same key shortcuts that are on the iBook 12". So this means forward delete doesn't work, home and end are the same as page up and down. When I use control and any of the arrow keys I get the iBook key layout shortcuts such as page up/down and home/end.
    Somewhere, I hope there is some kind of driver I can install to force the iBook to change the keyboard layout on my apple keyboard to a regular one instead of a shortcut version on the iBook.
    Apple iBook G$ 1.33GHZ   Mac OS X (10.4.3)  

  • 10.5.6 Update USELESS!!! External Display Issues Still remain!

    The external display issues remain, even after installing the update.
    I'm sick of this!
    Is it a hardware issue or software related?
    Are the 9600 graphics chips defective?
    Come on Apple and be honest to your customers, we all paid a lot of money for these systems!
    Does anyone out there know where can I complain to?
    I need an email address or something that is not directed at iphones or ipods!
    Cheers.
    <Edited by Moderator>

    I'm not sure what to make of this at this point. I ordered a CTO 2.8GHz with 4GB RAM and 320GB HD the day they were announced. First week or so, few if any problems. Then the "UHF" like bands of static began to appear randomly. I use my computer 90% of the time driving an external monitor. I use a separate set up at home and work with duplicates of all cables. The problem occurs on both. I spoke with Apple Care - they patched me over to support and moved me up to Tier one pretty quick, even had me send in my System Profiler information for every combination of screen and graphics card. Then they emailed me a program to capture my monitor info again with every combination of screen and graphics card. No solution. They finally asked to "capture" my computer for their labs and sent me a new one.
    Once again, about 2 1/2 weeks of smooth sailing and bam, same issues now occurring. If it's a driver issue, why is everything fine for so long? Also, 10.5.6 and the new firmware have failed to address. Given my above exchanges with Apple, they certainly can't claim they don't know about it.
    I've been using Apple Products for a long time. I've seen some real buggy stuff - like when File Vault first came out but this is the worst I've experienced. Seems like poor quality control. If it's a select few machines, I appear to have won the lottery as I've had two of them.
    I'm sure this issue is much more wide spread as it is a non-issue if you only use the internal display. Only people consistently driving an external display will even know there is a problem.

Maybe you are looking for