Pf status is not set and program not responding

Hi all,
At such a code, what is the problem and report is not responding:
data : l_layout type SLIS_LAYOUT_ALV,
        L_FIELDCAT TYPE SLIS_T_FIELDCAT_ALV," WITH HEADER LINE,
        LS_FIELDCAT TYPE SLIS_FIELDCAT_ALV,
        G_UCOMMAND TYPE SLIS_FORMNAME VALUE 'ALV_USER_COMMAND',
        g_status TYPE slis_formname VALUE 'PF_STATUS_SET'.
L_LAYOUT-COLWIDTH_OPTIMIZE = 'X'.
  L_LAYOUT-ZEBRA = 'X'.
  l_repid = sy-repid.
  CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE'
       EXPORTING
            I_PROGRAM_NAME     = l_repid
            I_INTERNAL_TABNAME = 'ITAB'
            I_INCLNAME         = l_repid
       CHANGING
            CT_FIELDCAT        = L_FIELDCAT[]
       EXCEPTIONS
            OTHERS             = 3.
CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY'
           EXPORTING
                I_CALLBACK_PROGRAM = sy-repid
                IS_LAYOUT          = L_LAYOUT
                IT_FIELDCAT        = L_FIELDCAT
               IT_SORT            = GT_SORT[]
                I_CALLBACK_USER_COMMAND  = 'PICK'
                i_callback_pf_status_set = g_status
                I_SAVE             = 'A'
                IS_VARIANT         = VARIANT
               IT_EVENTS          = GT_EVENTS[]
           TABLES
                T_OUTTAB           = ITAB[]
           EXCEPTIONS
                PROGRAM_ERROR      = 1
                OTHERS             = 2.
Here when I did not comment g_status the program is not responding.
What could be the problem?

Hope this helps
FORM list_view.
  g_repid = sy-repid.
  CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY'
       EXPORTING
            i_callback_program = g_repid
            i_callback_pf_status_set = 'PF_0100'
            is_layout          = g_layout
            it_sort            = g_sort[]
            it_events          = g_events[]
            it_fieldcat        = g_fieldcat[]
            i_save             = g_save
       TABLES
            t_outtab           = IT_TABLE
       EXCEPTIONS
            program_error      = 1
            OTHERS             = 2.
  IF sy-subrc <> 0.
    MESSAGE e208(00) WITH 'Error: ALV Grid'.
  ENDIF.
ENDFORM.                    " layout_build
FORM PF_0100 using my_exclude.
  SET PF-STATUS 'PF_0100'. " EXCLUDING my_exclude. use is you want to exclude buttons
ENDFORM.                "end custom PF Status

Similar Messages

  • NI-Motion PXI Card Device Status = Is Not Responding

    I am unable to communicate with my NI PXI-7358 motion controller card.  The general tab in MAX for the card shows that "Device Status" = "Is Not Responding" see attached.  I have un-mapped and re-mapped the remote device.  I have also removed and re-seated the PXI card without any success.
    Solved!
    Go to Solution.
    Attachments:
    PXI-7358 - Is Not Responding.PNG ‏29 KB

    Hi Jeffmg, 
    This seems to be a known issue. There is an internal knowledgebase documenting this problem and a potential solution. 
    The solution according to the KB article:
    "This problem can occur when a previous board was mapped to the host machine. The NIMtnSvr.exe is based on Board ID's and sometimes gets stuck. To fix this, close any NI software running and then open the task manager and end the NIMtnSvr.exe process. This will shutdown the server and allow it to start from scratch the next time it runs. When you open MAX, the boards will appear on the local host correctly mapped."
    -N
    National Instruments
    Applications Engineer

  • PXI Card Status = Is Not Responding

    I am unable to communicate with my NI PXI-7358 motion controller card (NI-Motion 6.1.2 Driver, Max 3.1.1, LabVIEW 7.1, Windows XP).  The general tab in MAX for the card shows that "Device Status" = "Is Not Responding" see attached.  I have un-mapped and re-mapped the remote device.  I have also removed and re-seated the PXI card without any success.  Does this mean the card is no longer functioning and needs to be replaced?  How can I further investigate this issue?
    Solved!
    Go to Solution.
    Attachments:
    PXI-7358 - Is Not Responding.PNG ‏29 KB

    Duplicate issue of http://forums.ni.com/t5/Motion-Control-and-Motor-D​rives/NI-Motion-PXI-Card-Device-Status-Is-Not-Resp​...

  • I have my MacBook 13' (2006) backed up on Time Machine. I just replaced the hard drive. How do I access the Time Machine to resotre my files, setting and programs on the new HD?

    I am running Snow Leopard and have my old files isolated in a new folder on the laptop, but I want to restore the old settings, programas, etc. from the Time Machine. TM is currently backing up the new HD as if it were a new computer.

    Instead of using Time Capsule or Time Machine to access the archived backup, use Migration Assistant to restore the backup from Time Capsule. Worked like a charm.

  • SCREENSAVERS AND PROGRAM NOT RESPONDING.

    Whilst trying to change screensavers to holiday mobile i changed source to hardrive to try to import some photos .now the apple preloaded screensavers ken burns holiday mobile mosaic etc dont work and program dosnt respond just shows multicoloured spinning circle .
    The only way to clear is to force quit which shows program not responding  lettering of which is in a  differient format to other programs in force quit box such as safari.
    Can anyone help

    Hope this helps
    FORM list_view.
      g_repid = sy-repid.
      CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY'
           EXPORTING
                i_callback_program = g_repid
                i_callback_pf_status_set = 'PF_0100'
                is_layout          = g_layout
                it_sort            = g_sort[]
                it_events          = g_events[]
                it_fieldcat        = g_fieldcat[]
                i_save             = g_save
           TABLES
                t_outtab           = IT_TABLE
           EXCEPTIONS
                program_error      = 1
                OTHERS             = 2.
      IF sy-subrc <> 0.
        MESSAGE e208(00) WITH 'Error: ALV Grid'.
      ENDIF.
    ENDFORM.                    " layout_build
    FORM PF_0100 using my_exclude.
      SET PF-STATUS 'PF_0100'. " EXCLUDING my_exclude. use is you want to exclude buttons
    ENDFORM.                "end custom PF Status

  • Application, once built, shows "Not Responding" in the toolbar, and it doesn't go away

    If you have an application that is running with some kind of timeout, (My application will send a message, and wait for a user definable period of time for a reply). If this tine is over 5 seconds, and the user clicks on the application, the app sets its status to "(Not Responding)". This is mirrored on the toolbar.
    Once the application begins responding again, the title bar of the app changes back to an active state, although the representation of the app on the tool bar stays in a "(Not Responding)" state.
        I have attempted to stop the user click having an effect by setting the cursor to busy and setting the "Click Disable" to TRUE, but this does not help.
    Any ideas how to get round this one? Or is it a bug?
    Cheers, Alec

    I must not be explaing myself propperly.
    Every application that is open has an instance in the task bar
    As you can see here, I am running outlook, labview, firefox and MSN, but don't tell my boss
    Somtimes, when windows things an application has crashed it will place the phrase "(Not Responding)" next to it's name in the task bar. It will also place the word "(Not Responding)" In the title bar for the application.
    I have written a program that calls a .dll. The function of this .dll is to read incomming data up the RS-232 socket of my PC. I can set a timeout on this, lets say I set it to 1 minute.
    The application is running, I call the .dll to read incoming data, then I don't produce any incoming data. The application will wait, up to 60 seconds for some data, but in the mean time, Windows thinks the LabVIEW executable file has crashed, so places the word "(Not responding)" in the taskbar AND in the title bar. At this point I send my data up the 232, the data is received and displayed by the application. At this point Windows forgives LabVIEW and the "(Not Responding)" status is revolked. This phrase is then removed from the title bar, but IS NOT removed from the task bar.
    Does anyone know if we have control over this, or should I report it as a bug to National Instruments?
    Many thanks guys,
    Cheers, Alec

  • Program is not responding

    Hello everyone. I'm in the middle of transfering audio taples into digitla fromat by impementing soundtrack pro. What I noticed that every manipulation that I try to make to my open source file, the spinning gear starts appear and program stops responding. I do realize that the file its preety massive since the tape lenght at least 60 minutes or so. My question to this forum is if I should compress file first to make it smaller so the mac doesn't hault. Thanks.

    Hi sadik,
    Please try to reset the Illustrator preferences.
    Refer the following help article on "How to reset preferences".
    http://helpx.adobe.com/illustrator/using/setting-preferences.html#setting_illustrator_pref erences
    Hope this helps.
    Please let me know in case it doesn't worked.
    Regards,
    Sumit Singh

  • IE in not responding state

    i am using oracle Report builder 9i and Application server 10g.when i run my report with huge data on report builder, it runs fine but when i run that report on Internet Explorer in htmlcss format through AS 10g with huge data it runs fine also but the problem is when i select any data with mouse on IE then IE status becomes "Not responding" state.
    any solution?

    Hi Scott,
    Is the server 2012 R2?
    Please confirm in the logs that a disconnect/reconnect is occurring.  On the client you would look at TerminalServices-ActiveXCore and on the server side you would look at TerminalServices-LocalSessionManager.
    When this happened you had a continuous ping to the server and it did not lose any pings?
    Having solid pings is a good sign, but you can still have a network problem that will cause the connection to drop.  You may want to update the NIC driver and firmware to the latest version recommended by your server manufacturer.
    Additionally you should consider any routers/switches/etc. that are between the clients and the server as potentially suspect.  For example, I have seen where a NAT router would drop a connection periodically, then the connection would be re-established
    and not have issues (until the next time).  One way to test would be to swap in a different make and model router/switch and see if the problem still exists.
    Thanks.
    -TP

  • Illustrator "not responding" with networked account

    Hello
    1st time here...
    We are running a small network of 33 iMacs (current Thunderbolt edition) on MacOS 10.6.8, attached to a MacPro Server running MacOS X Server 10.6.8.
    We have about 130 users (school environment).
    As maybe a speciality, the user home folders are on the Server in the Directory called "Home" (which is not on the server boot volume)
    We bought a Volume Licence of CS Master collection vesrion 5.5.
    We tweaked Adobe Acrobat to not crash following the redirect advices given elsewhere....
    But we have no luck getting Illustrator to do what it should on these networked accounts...
    What it does: click the Icon in the Dock (or double click the Application Icon in Finder):
    it bounces a few seconds in the Dock and comes to rest. No splash screen or any kind of message.
    If we look in Activity Monitor, Illustrator is in status of "not responding".
    If I check the Log Illustrator writes in it's log, it stops after verifying the serial number.
    I already contacted the local (Swiss) Adobe support by telephone, they told me:
    if Illustrator runs with a local administrator account, we cannot help you
    I contacted Adobe Live chat this morning. They told me to contact the phone number that gave me the above answer...
    Any hints? I seem to be running in circles...
    (sorry for english terms, it is not my native language, and i'm trying to translate from a german speaking Mac system)
    Andreas

    well, I did not change the operating system, I changed computers (server and clients) which came with a new operating system :-). The new computers probably would not run with the old operating system (10.4.11) and is not really good punblicity as a school to run old versions of applications ;-)
    I got it running today...
    For the records: Our support suggested to redirect
    ~/Library/Caches/Adobe/
    ~/Library/Caches/AdobeHelpData/
    to the local disk.
    I did not find
    ~/Library/Caches/AdobeHelpData/
    in the folders of a local user who had already started Illustrator once, so in the end I redirected the whole
    ~/Library/Caches/
    to the local disk. This might be too much for the problem I had to solve, but seems to do the trick and doesn't seem to have bad sideeffects...

  • I sent in my iPod nano to the replacement program about two weeks back. However, I checked the status of the repair and it still says it has not been received yet. Is there any way to follow up on where the nano could be? I sent it via FedEx.

    I sent in my iPod nano to the replacement program about two weeks back. However, I checked the status of the repair and it still says it has not been received yet. However, my boyfriend sent in his the same time I did and his repair status says repair being diagnosed. I still have the "receipt" of the package when they first sent it to me. I sent it via FedEx. Is there any way to follow up on where the nano could be or maybe find out if I can still get a replacement even though my nano might be lost in transit?

    I sent it via FedEx. 
    Call FedEx.  They will be able to track their own packages.  They will let you know if your iPod Nano was delivered and to who!

  • I'm trying to install iCloud on my PC running Windows Vista with Service Pack 2 and I get a message that the set up program is not a valid win32 file.

    I'm trying to install iCloud on my PC running Windows Vista with Service Pack 2 and I get a message that the set up program is not a valid win32 file. Can anyone help me with this?

    What is the exact error message?

  • I have a disc for Photoshop CS-6 and entered the redemption code; system says I'm all set and a serial number is not needed. Install program on disc will not proceed without serial number.

    I have a disc for Photoshop CS-6 and entered the redemption code; system says I'm all set and a serial number is not needed. Install program on disc will not proceed without serial number. How do I resolved this Catch-22?

    Redemption Code Help
    http://helpx.adobe.com/x-productkb/global/redemption-code-help.html

  • Payable status is being set as SP and the TL_PYBL_REASON_CD is being set as Payroll not Processed (PNP)

    Hi All,
    Have you come across any scenarios where the Payable status is being set as SP and the TL_PYBL_REASON_CD is being set as Payroll not Processed (PNP) in Peoplesoft Time and Labor 9.0 application?
    Thanks & Regards,
    Allen

    Hi All,
    Have you come across any scenarios where the Payable status is being set as SP and the TL_PYBL_REASON_CD is being set as Payroll not Processed (PNP) in Peoplesoft Time and Labor 9.0 application?
    Thanks & Regards,
    Allen

  • All Gawker websites cause massive slowdowns, Not Responding status (but it rarely crashes), and don't always load properly, regardless of the number of open tabs or programs.

    Any time I navigate to one of the Gawker Media sites, Firefox slows down massively. The page loads extremely slowly, and the program freezes up. I often get a (Not Responding) message up at the top of the screen. Other programs on my computer are unaffected. This rarely (only twice in dozens of tries) actually crashed Firefox. It eventually comes back and everything runs fine, on that tab and others, until I try to move to or add another Gawker Media page. Occassionally the Gawker sites don't seem to load properly, but I suspect that may be an unrelated issue, caused by ABP or NoScript blocking ads or pop-ups on individual pages.

    -> Tap '''ALT''' key or press '''F10''' to show the Menu Bar
    -> Update ALL your Firefox Plug-ins https://www.mozilla.com/en-US/plugincheck/
    -> go to Tools Menu -> Clear Recent History -> '''Time range to clear: select "EVERYTHING"''' -> click Details (small arrow) button -> place Checkmarks on '''Cookies, Cache''' -> click '''Clear Now'''
    -> go to Tools Menu -> Options -> Advanced -> Network -> Offline Storage (Cache): click '''Clear Now''' button
    -> Restart Firefox
    If it doesn't work, see this:
    Firefox never finishes loading certain websites
    https://support.mozilla.com/en-US/kb/Firefox%20never%20finishes%20loading%20certain%20websites
    Firefox cannot load websites but other programs can
    https://support.mozilla.com/en-US/kb/Firefox%20cannot%20load%20websites%20but%20other%20programs%20can
    Check and tell if its working.

  • Error Message: The attempt to connect to the report server failed. Check your connection information and that the report server is a compatible version. The request failed with HTTP status 404: Not Found.

    I have a web page that contains a ReportViewer control.  I am trying to display a report, which is an .rdl file located on the SSRS server, in this ReportViewer control.  I have set the ReportPath and ReportServerUrl correctly.  I am
    getting an error message.
    Am I suppose to use an .rdlc file rather than a .rdl file?  Does the web server configuration need to use a certain account?
     I am getting the following error message:
    The attempt to connect to the report server failed. Check your connection information and that the report server is a compatible version.
    The request failed with HTTP status 404: Not Found.

    Hi bucaroov,
    The error "The request failed with HTTP status 404: Not Found." means the ReportServerURL configured in the ReportViewer control is invalid.
    Please follow these steps to solve the issue:
    Logon the Report Server machine.
    Open the Reporting Services Configuration Manager.
    Copy the Report Server URL from 'Web Services URL'.
    Logon the application server(in this case, it is the server that host the web page), check if we can use the URL we got from step 3 to access the Report Server. If so, please replace the ReportServerURL in the ReportViewer control with this URL. If it is
    not available, could you please post the error message.
    Additionaly, we don't need to provide the extension for a server report. The ReportPath should be like: /<reports folder>/<report name>
    For more information, please see:
    Walkthrough: Using the ReportViewer Control in Remote Mode:
    http://msdn.microsoft.com/en-us/library/ms251669(VS.80).aspx
    If you have any more questions, please feel free to ask.
    Thanks,
    Jin Chen
    Jin Chen - MSFT

Maybe you are looking for

  • IMovie no longer importing analog source correctly -- what's wrong?

    Hi all, I'm using iMovie '11 with a VCR deck connected via RCA to a ADVC-100 Canopus converter that is connected to my iMac via Firewire 800. This setup has served me well for many years, though I've recently taken on a big project to capture about 3

  • Functional Consultant is right change for me?

    HI All, My name is Rajesh. I would like to give a quick background about my qualification and experience. Education: B.com - Vijaya Evening College - Bangalore University.1999-2000 Challenge of Leadership - LMA (Leadership Management Australia) - 201

  • Pie Chart changing data provider ?

    Iv created a pie chart to which the dataprovider is often going to change , the problem is how can i draw the pie chart when the datprovider changes as currently the chart is drawn when the dataprovider hasnt been set and thereforee nothing is displa

  • NWBC Roles

    Hi Experts, First of all I am functional consultant and need help in identifying the roles for NWBC 3. I am planning to use the new functionality in EHP4 called Reporting Financials 2 (see link below). It uses something called "Report Launchpad', do

  • Why does my iPhone 3gs keep crashing?

    My iPhone 3GS keeps chucking me out of everything - apps, web and even typing a text!  Its infuriating, I just get to the end of typing a message and it just goes off and back to the "home" screen.  When I go back in to the text that I typed has gone