How to debug Abap List in New Debugger?

Hi All
How can we debug the ABAP list in the new debugger? I know that it can be done by switching to old debugger.
Or
Did SAP by any chance missed this option?
Regards,
Rupesh

You can just look for this variable  (SAPMSSY0)%_LIST
it is an internal table of the current list; double_click on it and you will get a look at the contents of the table
slide your horizontal scroll bar to the right till you get the field LINE . Here we go !
18.08.2011                         Progr. ZIPPO_FOR_ALL_SERVICE                                1#1########`
##########R
##########R
LH  0400 DE  FRANKFURT            FRA US  NEW YORK             JFK 6.162,0000  KM               ##########R
LH  0400 DE  FRANKFURT            FRA US  NEW YORK             JFK 6.162,0000  KM               ##########R
LH  0401 US  NEW YORK             JFK DE  FRANKFURT            FRA 6.162,0000  KM               ##########R
LH  0401 US  NEW YORK             JFK DE  FRANKFURT            FRA 6.162,0000  KM               ##########R
Edited by: luciano puppo on Aug 18, 2011 11:36 AM

Similar Messages

  • How to debug ABAP Web services from Microsoft Visual Studio

    When developing .NET based Web services clients using Visual Studio that call Web services in SAP NetWeaver .NET developers would like to be able to debug inside SAP. In my blog <a href="/people/andre.fischer/blog/2007/02/07/how-to-debug-abap-web-services-from-microsoft-visual-studio to debug ABAP Web services from Microsoft Visual Studio</a> I would like to point .NET developers to the fact that SAP NetWeaver offers the option of external debugging to perform this task. Though the steps that have to be performed are described in the SAP Online Help I am sure that this option is not well known amongst the .NET developer community.

    Hello WilliamIV,
    >>How can I "configure" Visual Studio debugger to allow validation to work?
    Since I do not have a VS2012 environment, according to your provided link, I created a test demo with VS2013, however, both ways catch the validation error:
    If possible, you could have a try with VS2013 to see if it works or run the example on other machine with VS2012 to see if this is caused by the VS environment, in my side, I do not change any configuration, all are default.
    If I misunderstood this issue, please feel free to let me know.
    Regards.
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • How to debug abap macros?

    Hi,
    Can anyone tell me How to debug abap macros?
    Thanks in advance.
    -Selva

    Hi Rigel,
    Understand it is a very old thread, but still could you please help me out with this? I tried to search for the option which you mentioned, but to no avail. I have SAP ECC 7.0.
    Thanks in advance.

  • How to debug ABAP code

    Hi Gurus,
    Can anyone please tell me how to debug code written in EXIT for extractions.
    If possible please provide me a step by step approach.
    Thanks
    Regards,
    aarthi
    [email protected]

    Hi Dinesh,
    Thanks for your prompt reply.
    That is where, I am facing the problem. I know how to set break point. But, how to check the required field value, which key to press to reach the break point directly, etc. I need to know these kind of this.
    Can you please provide details about those things.
    Thanks
    Regards,
    aarthi
    [email protected]

  • How To debug ABAP code using sapui5 application on NWBC

    Hi All
    I am working on NWBC with SAP_PAO_HRPROFESSIONAL_3 Role. This role contains SAPUI5 application. I am trying debug the ABAP code called while executing this application.
    Please help me how to get into ABAP debugger while executing this application.
    Thank you
    Ujj

    HI Ujj,
    First thing to do is look at the role and see which UI5 application is being executed. The UI5 application will be running in the web container of NWBC, you can make it open in a standalone browser (hold down the CTRL key in NWBC and go to the Help Menu) and then turn on the debugging tools (F12) in the browser. There you will see which Gateway services are being called. You will need to set your ABAP breakpoint in the implementation of the Gateway services. Find the class in SE80.
    Hth,
    Simon

  • Send me with screenshots how to debug ABAP PROGRAMS !

    i NEED HELP IN aBAP DEBUDGGING AS I AM NEW TO THIS.
    pLEASE HELP ME

    Hi,
    Debuging means checking the functionality (line by line of your code) of your program at runtime.
    you can do it in below possible ways.
    1) Putting break-point in your program.
    select the line from where you want to debug in your program, put the cursor on that line and the choose 'stop' button in your application tool bar which will set's break point on that line, then execute that program it will take you to debug mode, in debug mode you can see the values in variables using 'fields' tab, and you can see the internal table records by choosing 'tables' tab, and you can put 'watch points'....etc.
    2) Putting '/H' command in your command box.
    which will take you to debug mode right from the first line of your code.
    put '/h' and press enter in your command box, and then execute your program it will goes to debug mode.
    3) write 'BREAK-POINT' code in your coding part.
    write the 'BREAK-POINT' code before your debug line, and then execute the code it will stops the execution of your program and it will take you to debug mode.
    Note:- don't use this option, if you forgot to remove this code, it will create some problems, it's better to avoid this option.
    4) Debugging SAP-Scripts.
    go to SE71 tcode, in the 'UTILITIES' option of your menu-bar options you  can find 'activate debugger' option select that option, while running that script it will take you to debug mode.
    once if your entered to debug mode, by doing some R&D you can easily find the available options.
    Reward if useful.
    Thanks,
    Sreeram.

  • How to Clear "recent" listing in new Acrobat X Pro

    In new Acrobat X Pro, when I open this program a window appears listing "recent" files that I have previously opened.
    I cannot clear this "recent" listing. I have deleted some of those files, and do not want them to appear in this window anymore.
    I cannot find any option to clear this damn listing. Only option I found was to reduce this listing from the default 5 to 1. Zero is unavailable.
    The crude way I found was to delete this registry listing:
    HKEY_CURRENT_USER\Software\Adobe\Adobe Acrobat\10.0\AVGeneral\cRecentFiles
    I cannot believe that Adobe will design and release a brand new version with such poor design.
    If you do know how, maybe I am blind and cannot find this elusive option, please post it here so we all can learn.
    But if I am really correct and there is no option, Adobe MUST fix this oversight ASAP.
    Thank you for helping.

    George, you almost have it, as my method here is more efficient:
    All you need to do is save the following 2 lines as ClearAcrobatRecent.REG
    Windows Registry Editor Version 5.00
    [-HKEY_CURRENT_USER\Software\Adobe\Adobe Acrobat\10.0\AVGeneral\cRecentFiles]
    IMPORTANT:
    Copy and paste the above 2 lines in Notepad, then save as "ClearAcrobatRecent.REG"
    Note the - to the left of HKEY, which denotes "remove" from the Registry.
    Then run this reg file whenever you need to clear your recent files that appear when you open Acrobat.
    My method is easier and better because it does not rely on the number of "recent" files, as all will be cleared.
    Of course, "cRecentFiles" entry will be deleted in the registry as well, but it will safely be recreated once you open a file in Acrobat.
    Until Adobe adds this important and useful option in the next Acrobat X update this is the only practical way to clear "recent files".
    Good luck and enjoy.

  • How to debug ABAP mapping

    Hello
    I've built a ABAP mapping based on How To convert an IDoc-XML structure to a flat file and vice versa in XI 3.0, however it runs into exeception when I tested it in SXI_MAPPING_TEST with error;
    - <cls:CX_SY_NO_HANDLER id="o265">
    - <CX_ROOT>
      <TEXTID>1F09B73915F6B645E10000000A11447B</TEXTID>
      <PREVIOUS href="#o266" />
      <KERNEL_ERRID>UNCAUGHT_EXCEPTION</KERNEL_ERRID>
      <IS_RESUMABLE />
    - <INTERNAL_SOURCE_POS>
      <PROGID>217</PROGID>
      <CONTID>5192</CONTID>
      </INTERNAL_SOURCE_POS>
      </CX_ROOT>
      <CX_NO_CHECK />
    - <CX_SY_NO_HANDLER>
      <CLASSNAME>CX_SY_REF_IS_INITIAL</CLASSNAME>
      </CX_SY_NO_HANDLER>
      </cls:CX_SY_NO_HANDLER>
    I want to debug into the mapping class, someone said jsut set break point in the mapping class and run sxi_mapping_test, then I would be able to debug. However this doesn't work, the execution doesnot stop at the break point (I set session break point, not external break point). Somebody can help?
    Thanks
    Eric

    The trace I got is like:
      <?xml version="1.0" encoding="iso-8859-1" ?>
    - <Top>
      <First>BeginTrace</First>
      <Trace level="1" type="B">CL_MAPPING_XMS_PLSRV3-ENTER_PLSRV</Trace>
      <Trace level="2" type="T">......attachment XI_Context not found</Trace>
      <Trace level="3" type="T">Mapping is determined</Trace>
      <Trace level="1" type="T">Interface Mapping http://mynamespace/xi OM_Order_to_Simple</Trace>
      <Trace level="3" type="T">Object ID of Interface Mapping F1B943B7E3EB382FB1334066F113E0E6</Trace>
      <Trace level="3" type="T">Version ID of Interface Mapping EAA847208A4B11DD96D8F1C80AD60A0B</Trace>
      <Trace level="3" type="T">Mapping Steps 1 R3_ABAP Z_ABAP_MAPPING_IDOC_TO_FLAT</Trace>
      <Trace level="3" type="T">MTOM Attachments are Transferred to the Payload</Trace>
      </Top>

  • ** How to debug ABAP Mapping at run time?

    Hi Friends,
    We have created one class using the interface IF_MAPPING and the method EXCUTE. Inside the class we have written coding. We refer this class in the interface mapping as mapping program. But, while execute the scenario, how do I debug my class ? (If it is proxy, we will mention the user name in XI adpater CC, refer the same user in ABAP external debuggine, but in the abap mapping class how do i refer..?
    Kindly help me friends.
    Kind Regards,
    Jeg P.

    Hi,
    maybe you could do it like described in this thread:
    Error when using ABAP mapping
    Regards
    Patrick

  • How to Debug ABAP Webservice - called from Form

    Hi All,
    Need to debug a web service (RFC-enabled function module in basis 640). Is it possible? We are calling the web service from an adobe interactive form and need to see what is being passed to the web service.
    (Note: Form is being used in offline mode)
    Please let me know if you can think of a way to do this.
    HTTP-enabled break-point did not work for me.
    Regards,
    Akshay

    Hi,
    If you have defined the Logon Procedure with your SAP Logon ID in the WebService that was created then by placing the External Debugger in the RFC Enabled Function Module you can trigger the Break Point.
    Regards
    Pradeep Goli

  • How to Debug  ABAP/4 routine in Dynamic Selection?

    Problem:
            I am not able to debug the ABAP/4 routine in data dynamic selection.
    Analysis:
            I typed /H on  transaction command prompt. I entered to ABAP/4 debug mode.
    Then I am not  able to debug my routine. Give me solution for this problem?

    Hi Surya,
    If you want to debug the routines in transformation
    GOTO Transformation you need to debug -- seelct the tranformation id
    To debug these routines we need to go to the generated program of the Transformations in two ways:
    We can get the Program ID for the Transformation ID (6HkDSDsHJNQO0VTU3HK01MH7) from table RSTRAN.
    You can get the program id from the table... append GP to the program id you will get the report program for transformations.
    Now goto Tcode : se38 enter the program name and set the break points.
    On going with display we will be to the ABAP editor of the Report Program.
    The other way of getting to this program is from the Transformations itself.
    Go to Extras -->Display Generated Program. It directly takes us to the ABAP editor of the Report Program.
    Set a break point at the code you want to debug, i.e. at your selections at start routine and at your update
    routine.
    Now after setting the Break points run the DTP in the debug mode.(Select the Processing Mode Serially in the Dialog process (for Debugging)).
    If you are on BW 3.x
    /people/pavan.bayyapu/blog/2006/09/06/debugging-data-upload-in-bw
    Regards
    KP
    Edited by: prashanthk on Jul 25, 2010 10:05 AM

  • How do you access list of new music added each week?

    could someone help me access new music added each week.
    I used to click on new releases and get all new music and added music , now that doesn't work

    After Creating a custom list > Create page > Click Page in the Ribbon > Edit >  Insert > Apppart > Click on the list you created > Add.
    I was able to add to another page and replicate changes on both ends.

  • How to disable custom list --Add New Item in share point 2010

    Hi,
      I  have associated the workflow for the custom list .So i should not allow user to add any item on the custom list.
    Regards,
    Lakshmi

    I understand that you want to restrict users from adding item to a list but they can do it from workflow.
    You can break inheritance on that list and remove all permission.
    Now run workflow using elevated privileges to add item to list
    http://office.microsoft.com/en-in/sharepoint-help/what-is-permissions-inheritance-HA102772762.aspx
    office.microsoft.com/en-001/sharepoint-foundation-help/edit-permissions-for-a-list-library-or-individual-item-HA101805400.aspx
    Try above
    If this helped you resolve your issue, please mark it Answered

  • How to debug program or Badi in SRM 7.0 through PORTAL

    Hi friends,
            My question is How to debug a Badi or any program  in SRM 7.0 through PORTAL . I putted External break point in Badi and following settings has been done in Utilities u2013 Settings u2013 Abap Editor
    Front-End Editor (new)  - checked
    In debugging tab
    Users - maintained (entered same user name using in Portal as log on user name)
    IP Matching u2013 checked
    ABAP Debugger u2013 New debugger u2013 checked
    Session breakpoint active immed.  - Chcecked
    I am not able to debug this badi through Portal and some time after I am getting Time out error whereas Time limit is extended up to 600 seconds . In SRM 5.0 it is working fine .I have SAP ALL authorization   if any other procedure is available or for that any specific role needed then please share with me.
    Regards,
    Abhijeet
    Edited by: abhijeet panse on Jun 29, 2010 8:02 AM

    Hi ,
             Thanks Iftekhar and Yramki for replying. I checked everything and we have only one server for Development but still I am not able to debug, I checked AL08, it is showing same server we donu2019t have different application server for development. I donu2019t have any idea about that How to activate debugger for specific user id, please suggest me.
             Parameter set with value rdisp/tpda_for_ext = 1 . In the BADI i putted one infinite loop and then try to debug from the SM50 through Menu program/session u2013 Program u2013 Debugging but from GUI new debugger session is not opening and some time after process has been deleted from the SM50 and I got error message in the Portal.
             Do I need or missing some setting in Portal . Please suggest me.
    Regards,
    Abhijeet

  • Debug ABAP Multi Mapping in a BPM

    Hi Guys,
           My scenario is as follows.
    1) Send IDOCS from SAP.
    2) Loop start
    3) Collect in BPM based on some correlation
    4) append to a multi line container
    5) Loop ends at certain condition
    6) Transform using interface mapping which is in this case ABAP mapping.
    7) Send the merged message
    I am facing a mapping error, but could not figure out what it is, it says
    "Parsing error after mapping: unexpected symbol: '<' (line 0, column 53)"
    My question is how to debug ABAP Mapping when it is BPM.
    Things already done and did not work
    1) HTTP break point does not work as BPM is run by WF-BATCH user and it is not a dialog user, so debug window does not appear when the mapping is running
    2) I cannnot use SXI_MAPPING_TEST transaction as any of BPM cannot be selected on the first screen, without which it does not allow you to debug.
    Please help me how to go into a debugger when my Multi ABAP mapping is executed in the system.
    Thanks in advance,
    Regards
    Sujan

    Hi Sujan,
    Try debugging with this approach if possible.
    1. Unregister your queue from TC SMQR
    2. Execute your scenario
    3. Check the Queue and Debug your LUW by pressing Debug LUW.
    4. Set the breakpoint at your mapping program and test.
    5. After completion Register your queue again.
    Pls see the document more more details.
    https://websmp102.sap-ag.de/~form/sapnet?_SHORTKEY=01100035870000582377&
    How -To debug XI Applications
    Hope it helps,
    Regards,
    Satish

Maybe you are looking for

  • Where's the data????? (said like the "where's the beef" lady) :)

    I'm having some trouble with a network setup. Sending box is a G4MDD w/10.3.9 receiving box G5 dual 2.0 w/10.4. Had I not seen it with my own eyes I never would have believed it. But the sending box put up the progress bar and showed 644 megs of data

  • Mail Adapter using ZIP files

    Hi, I need to create a bidirectional integration based in mail. These mails have an attached zipped file that contains 8-10 xml files and those files are the files I must use to create integration.       1 - Any Idea to receive zipped files?       2

  • Spry textfield validation with custom pattern

    I have sussed out the standard custom pattern, and how to enforce it, but what I would like to know is how can I allow any numbers, including spaces, brackets, or plus sign, but no letters? This is for a phone number entry field, where it could be an

  • What's new in the latest itunes user agreement

    This has bugged me for years and Finally it gets in the news that people don't know what they are agreeing too. Nobody want's to (or needs to)  read through the whole aggreement every time it is changed. Does anybody know if Apple or a third party si

  • LabView Hangs and Shuts Down When Indexing

    Hello all, Something very strange is happening.  Below is the part of the VI having problem.  The VI runs and saves normally when it is like what it is below.  But when I right click on that square on the loop to change to "enable indexing" and save,