Break points are not triggering in RFC from portal application

Helllo,
I am running Biller Direct application from portal, which is triggering a standard SAP RFC FM back end, am trying to debug my execution from portal, for this i put the External Break point, Session break-poiint at the beginning of this SAP RFC FM, but, its not stoppping at ll, here the user is a Web user, not dialog user.
How can i stop my execution in this SAP RFC FM to check how the structures are populated?
Thank you

Hi Raju,
Please try the below way and check if it works.
Open the RFC in R/3 i.e.
SE37 -> give FM NAME -> DISPLAY.
Click on UTILITIES -> SETTINGS -> CLICK THE TAB debugging.
In the screen against the field users : give the value 'WEBLOGIN'.
Uncheck the FLAG 'IP MATCHING'.
And at the bottom check the check box against the field
'Session Break Point Activate Immediately'.
Save these settings.
Then go to the line at which you want to debug the code and put an external break point over there.
But, please take care of one thing as we are giving it as a WEBLOGIN, when ever some logs in, it will reach the brteak point and stop there. We have to click F8 to continue. Or else, the portal will be hanged for them.
Thanks & regards,
Y Gautham

Similar Messages

  • Access point are not coming up after upgrade image of WLC

    Hi,
    I have AIR-WLC4402-50-K9 WLC i that current IOS is 7.0.98.218 and i upgraded with 7.0.116.0 IOS but after upgrading and reboot the WLC from 15 access point 3 access point are not coming up and 12 are coing up and working fine (4 1142 and 11 1131 series access point) 3 which are not coimg is 1131 series access point. when i login with console to 3 access point its rebooting 2 times and coming on ap: prompt.
    In between that i reloaded the WLC one more time because from 15 acess point only 4 aceess point are came up and i also cleck the show boot on wlc its output is
    7.0.116.0 (default)
    7.0.98.218 (active)
    so i reload  the wlc and checked out of 15 acess point now 12 acess point are up and still 3 are not. And i also checked the output of show boot command its
    7.0.116.0 (default)(active)
    7.0.98.218
    So i things its because of when 2nd time i reload the wlc the remaining 3 access point are getting image from wlc but because of reload its connection should be loss and error loading flash error are coming on acess point.
    After that i recover the IOS for access point and convert into autonomus and from autonomus convert into Leightweight Access point. I also attached the procedure for recover the ios of access poing
    But my question is why this 3 access point are not coming up is this happen's after upgrading wlc can any one please send me Step by Step WLC S/W Upgrade' process and if this this happens some time please send me any doccument related to this.

    Sunil,
         When you rebooted the controller did you do it from the Web GUI, the CLI, or did you physically reboot the controller? I believe and maybe incorrect but if your getting the ap:  < prompt > that means that there is no firmware on the unit. If you have restored these to functioning autonomous unit and then re-converted them to Lightweight and it's still happening then we need to look at a debug output of what is happening when those AP's attempt to join the controller.
    The capture you attached shows that it appears to join the controller and get a config, but are you saying that when it reboots again it stops working?? the other thing I would reccomend is clear out the flash memory since your capture shows the possibility that there are several copies stored there.
    Hope this helps.

  • You are not authorized to purchase from app store

    I downloaded Virtual City Playground from Mac app store. During playing this game, I want to buy Invest Points,but there always appears  "you are not authorized to purchase from app store"
    Does someone can help me?

    Hi..
    According to the support page for that app...
    I am playing Virtual City Playground on my Mac and I want to buy invest points. When I try to make an in-app purchase, I get a message saying “You are not authorized to purchase from the App Store”. I have checked my App Store account and it works properly. My internet connection is stable. Why I can’t make this purchase? 
    Please be informed that in-app purchases for Mac are available only starting from 10.7.0 (OS X Lion).
    According to your profile, you are running v10.6.8 Snow Leopard.
    http://www.g5e.com/support_mac#VCP
    Always a good idea to check out all the support information on the app developer's website before downloading.

  • Break Point is not working on Web UI

    Hi guys,
    i have a problem with Break Points in combination with the Web UI:
    After setting a Break Point in a Function Modul or Method and starting and working with the Web UI the Break Point will not reached. So the Debugger does not open. When i activate the Debugging with the Transaction Code SICF the Break Point is working normaly and the Debugger opens. But ater 30 min the Break Point will not work again. After activating the Debugger over SICF again very thing is ok. Thus i have to activate the Debugger with SICF 10 times per day.
    Could somebody tell me how to fix this Problem? I would like to activate Debugging permanently.
    Thank you very much. And i am sorry for my bad english ^^ I hope you understand my problem. Don't hesitate to ask for a better understanding. If you like to do it, don't hesitate to correct my gramma and spelling xD, because i need better english skills.

    Hi,
    Try this..
    Activate breakpoints for http debugging..go inside component workbench trxn for any bsp component.. And select activate from the menu option debugging.. This will activate http breakpoints and it will stop in get/setter etc.
    i believe this is required to do only once when you login to the system..
    Hope this helps..
    Cheers,
    Sumit Mittal

  • My Customized Workflows are not triggering

    Hi All,
    I customized workflows.But in SWEL my all customized workflows are not triggering from the last two days..Before it was working..In SWE2 also done properly and SWU3 also fine.
    Please give suggession whereis the Problem?
    Regards,
    Soni

    If you look at the details of your event linkage entry (transaction SWE2) you will find that the "Check function module" field is not empty. The function module, when executed for the event you created, raised an exception - which is the standard way for a check function module to prevent a workflow from starting.
    The check function module could be one set up for a workflow start condition, namely SWB_CHECK_FB_START_COND_EVAL. If so, check the workflow start conditions for your workflow (transaction SWB_COND).
    Otherwise, examine the check function module's code to determine what it checks and why it prevents your workflow from starting.
    <a href="http://help.sap.com/saphelp_erp2005vp/helpdata/en/c5/e4b027453d11d189430000e829fbbd/content.htm">SAP documentation: Using (event) linkages</a>

  • RFC Function Module - Message Reference parameters are not allowed with RFC

    Hi,
    I’ve checked the Remote-Enabled Module radio button, declared Import and Export parameters using ‘Type’ typing and checked the ‘Pass Value’ in export and import parameters but I still receive message ‘Reference parameters are not allowed with RFC’ and not able to activate the function module.
    Am I missing something?
    Regards,
    ...Naddy

    Hi all,
                   I faced the same problem and solved it ,
    You have defined a reference parameter for a remotely called
      function module. However, only value parameters are allowed
      for this type of module.
      Procedure
      Change the reference parameter to a value parameter.
    Guys  pls .don't leave the thread un-asnwered when you solved problem , post the solution it might be useful for others also.
    Regards
    Krishna Acharya

  • The Informatica maps are not taking the parameters from dac

    Hi All,
    The Informatica maps are not taking the parameters from dac. We have tried setting the parameters at DAC level, task level. The parameter file is getting generated by DAC and has correct values as we expect. But when we run a full load from DAC, the initial date in Informatica is being taken as 1/1/1753. Do we need to specify the parameter file name at workflow level?
    Is there any setting that we are missing. Please guide us and let us know the steps we should take to make sure that the parameters that we set at DAC level get passed to the Informatica maps. Also mention this is happening only with dates and other parameters like data source num , soruce and target database information is getting passed to Informatica maps.
    The version of Informatica as 7.4.1 and dac version AN 328, Build date Aug 8 2007.
    Please Help me in this issue.
    Thanks in advance for all members.

    Hi Ananth.v
    Try to make sure that your parameter file's path in Infa is in-sync with the path of DAC files being generated.
    The date you are getting seems strange - which are your Source/Target DB platforms?
    In general take a look at [this thread|   http://forums.oracle.com/forums/message.jspa?messageID=3405906#3405906] , it may make some thing clearer for you.
    Hope it helps,
    Please post if you found a solution,

  • Reputation points are not getting updated..!!

    Hello Community,
    TITLE: Reputation Points are not getting updated.
    I think the reputation points are not getting updated as I noticed that there was two likes on my comment in two different discussion but I did-not see any points increase in my profile, I am not sure if any one else is experiencing the same.!!
    Regards
    Kumar

    Thanks Jason, probably I missed the announcement.
    Regards
    Kumar  

  • CL_HTTP_CLIENT, Content-Length in multipart segment are not part of RFC 186

    Hi, we are generating http multipart request using class CL_HTTP_CLIENT, and multipart segments header are filled with Content-Type and Content-Length, by default. Both elements are not part od RFC 1867, and request is not working.
    We find a way to avoid Content-Type in note 582889 "delete Content-Type of HTTP request header", but we can find anything to avoid content-length.
    POST /TransporteBienes/SeguridadCliente/presentarRemitos.do HTTP/1.1
    Content-Type: multipart/form-data; boundary=ejjeeffe0
    Content-Length:       759
    accept-encoding:
    --ejjeeffe0
    Content-Length:        11
    content-disposition: form-data; name="user"
    30663288497
    --ejjeeffe0
    Content-Length:         6
    content-disposition: form-data; name="password"
    We need to avoid content-length:
    POST /TransporteBienes/SeguridadCliente/presentarRemitos.do HTTP/1.1
    Content-Type: multipart/form-data; boundary=ejjeeffe0
    Content-Length:       759
    accept-encoding:
    --ejjeeffe0
    content-disposition: form-data; name="user"
    30663288497
    --ejjeeffe0
    content-disposition: form-data; name="password"
    Is there any way to do that?
    Regards.

    Anybody?

  • MouseEvents are not triggered for JMenu

    I would like to listen for MouseEvents but i'm not sure if it is a bug in java or some lack of knowledge on my side concerning event handling.
    I have a simple menu with one mouse listener and seems that mouseReleased and mouseClicked events are not triggered always as i would expect.
    if i run the code that has been attached below, than i have the following strange scenarios.
    Menu0 is not opened and click on it once:
    pressed Menu0
    clicked Menu0
    There is no mouseReleased received. why?
    Menu0 is opened and click on it once again:
    pressed Menu0
    released Menu0
    clicked Menu0
    Menu0 is collapsed and i have all the events. ok
    Menu0 is opened and click on Menu1:
    pressed Menu1
    released Menu1
    Menu0 is collapsed and there is no mouseClicked event. why?
    Menu0 is opened and go over Menu2 and click on it:
    pressed Menu2
    clicked Menu2
    There is no mouseReleased event. why?
    Press the mouse over Menu2 and release it over Menu3:
    pressed Menu2
    released Menu2
    why is it 'released Menu2' and not 'released Menu3' if it is pressed and released Menu2 than where is the clicked event anyway.
    import java.awt.event.MouseAdapter;
    import java.awt.event.MouseEvent;
    import java.awt.event.MouseListener;
    import java.awt.event.WindowAdapter;
    import java.awt.event.WindowEvent;
    import javax.swing.JFrame;
    import javax.swing.JMenu;
    import javax.swing.JMenuBar;
    import javax.swing.JMenuItem;
    public class MouseEventTest
         public static void main( String[] args )
              JFrame frame;
              JMenuBar menuBar;
              JMenu menu, subMenu;
              JMenuItem menuItem;
              MouseListener mouseListener;
              mouseListener = new MouseAdapter() {
                   public void mouseEntered( MouseEvent e )
                   public void mouseExited( MouseEvent e )
                   public void mouseClicked( MouseEvent e )
                        System.err.println( "clicked " + ((JMenuItem) e.getSource()).getText());
                   public void mousePressed( MouseEvent e )
                        System.err.println( "pressed " + ((JMenuItem) e.getSource()).getText());
                   public void mouseReleased( MouseEvent e )
                        System.err.println("released " + ((JMenuItem) e.getSource()).getText());
              menuBar = new JMenuBar();
              menu = new JMenu( "Menu0" );
              menu.addMouseListener( mouseListener );
              menuBar.add( menu );
              menuItem = new JMenuItem( "Menu1" );
              menuItem.addMouseListener( mouseListener );
              menu.add( menuItem );
              subMenu = new JMenu( "Menu2" );
              subMenu.addMouseListener( mouseListener );
              menu.add( subMenu );
              menuItem = new JMenuItem( "Menu3" );
              menuItem.addMouseListener( mouseListener );
              subMenu.add( menuItem );
              menuItem = new JMenuItem( "Menu4" );
              menuItem.addMouseListener( mouseListener );               
              subMenu.add( menuItem );
              frame = new JFrame();
              frame.setTitle( "MouseEvent test for JMenu" );
              frame.setBounds( 320, 240, 320, 240 );
              frame.setJMenuBar( menuBar );
              frame.addWindowListener( new WindowAdapter() {
                   public void windowClosing( WindowEvent e ) {
                        System.exit(0);
              frame.setVisible( true );
    }

    Well there are differences across Operating Systems. For example I'm using JDK1.4.2 on XP. When I click on Menu0 I get:
    pressed Menu0
    released Menu0
    clicked Menu0
    It is always better to use a "higher" level event when possible. In this case you should be using an ActionListener, if you want to know when a menu or menuItem is clicked. Or maybe you could use a MenuListener to know when a menu is opened and closed.

  • My points are not updating

    Hello Experts,
    my points are not updating. 3 months before the points were auto updating but its not updating now. I dont know what went wrong. Could you pls suggest what shall I do to update the same.
    Thank you & BR
    Venkat...

    I have checked your reputation tab.
    Everything is fine..
    Your Reputation - Expertise is exactly shows as per your lifetime points.
    You have sum of you expertise equals to 133 points.
    And you got 1 point for the badge First Step.
    Go to your Reputation - Expertise http://scn.sap.com/reputation.jspa?username=venkateswarlu.ravula&viewID=places
    You will get more details for your point earn and loss.

  • You are not authorised to purchase from app store

    I downloaded a free app. Then I wanted to buy the full version and it keeps giving me this  "you are not authorised to purchase from app store". I'm entering the pass correctly..
    I recently renewed my credit card recently, and I updated my payment info in app store.
    I tried to sign out from the acc. And sign in again . I did not work.

    Are you sure you didn't change the store location by accident or maybe enter your new card number or security code incorrectly by mistake?

  • Notes are not pushing to iCloud from my Mac using Mavericks, however they are from my iPhone (OS7)

    Notes are not pushing to iCloud from my Mac using Mavericks, however they are from my iPhone (OS7). Is there a way to refressh notes from the mac to push up to the cloud?

    I had to delete notes from my computer (in iCloud settings), then after resyncing they are now pushing my notes to iCloud and all of my phones, and devices
    Many thanks,
    Mark

  • My photos are not being rec'd from either Adobe photoshop 10 or 11???

    My photos are not being rec'd from either Adobe Workshops 10 or 11?  Help.  I have always been able to send via emai photos from Adobe 10 never have I been able to send them thru 11??/

    Hello dbe.
    Please check to see if a borderless paper size has been selected before printing.
    If borderless printing is enabled, you may experience a cut off on the outside areas of the image.  This is the only way that an edge to edge bleed can be done. 
    To retain the entire image, the bordered option would have to be used for printing.
    Please visit the following link below to contact our support group for additional assistance.
    http://www.usa.canon.com/cusa/consumer/standard_display/contact_us_consumer
    Did this answer your question? Please click the Accept as Solution button so that others may find the answer as well.

  • TS4147 i have been using an iPhone 4 till date and now migrated to a iPhone 4s.The contacts are not copied in total from the other phone what should i do

    i have been using an iPhone 4 till date and now migrated to a iPhone 4s.The contacts are not copied in total from the other phone what should i do

    Welcome to the Apple Community.
    Please try the following…
    First check that all your settings are correct, that contact syncing is checked on all devices (system preferences > iCloud on a mac and settings > iCloud on a iPhone, iPad or iPod).
    Make sure the contacts you are adding are added to your 'iCloud' group and not an 'On My Mac', 'On My Phone' or other non iCloud group (you can do this by checking in groups), non iCloud contacts will not sync.
    If you are sure that everything is set up correctly and your contacts are in the iCloud group, you might try unchecking contact syncing in the iCloud settings, restarting your device and then re-enabling contact syncing.

Maybe you are looking for

  • Update Statement(with Case) in PL/SQL Block

    Can we use Oracle case syntax (In a Update SQL)in a PL/SQL Block . UPDATE table_name a SET a.colum1 = case when a.col2 IN (SELECT col1 FROM table_name1 b ) then 'Y' else 'N' end It throws me an Error of code PLS-00103(This error message is from the p

  • Datas in Infocube in BI Content

    hi, when installing an Infocube from BI content whether data will be there inside the cube. else how to populate the data for cubes present in the BI Content. Please help me to understand and how to take sample datas thanks Sankaresh S

  • Can't install Java Studio Creator 2!!!

    Hello, First of all I just want to say that I tried a lot to solve this problem myself, I read lots of help and visited lots of website, but couldn't solve this problem !!!!!!! I downloaden Java Studio Creator 2 and trying to install it, but while in

  • Problems running Photoshop Elements 6

    Please can somebody help relieve this headache?! I recently bought a reconditioned Powerbook G4 which had OS 10.5.2 installed. I then installed all my personal software (Sibelius, Office etc) with no problem. Then i bought a copy of Photoshop Element

  • Pointer fixed at location

    I have a new Mac Mini with a 27" thunderbolt display.  This afternoon the mouse pointer (controlled by a tackpad) has locked into a position in the top right hand quarter of the screen.  I can control the mouse but within a second of starting to move