Smartform Activation[program "SAPLSUNI" has exceeded the permitted runtime]

I was working on a smartform. For 2-3 Hrs it was working fine, whatever changes I was making were getting activated smoothly.
Then, for some unknown reason the smatform stopped getting activated. Timeout dump is happening. But when we 'Check' the smatform, no error is coming. Still it is not getting activated.
I checked another smarform & made some changes, activated....it got activated instantaneously. The function module of that smartform that it is showing in Environment -> Function Module Name ->  /1BCDWB/SF00000144
But when we check SE37, it says no such module exists !!! Please help !!!!!!!!!!!!!!!!!!!!!!!
Here is the dump :
Runtime Errors         TIME_OUT
Date and Time          01.06.2010 12:37:24
Short text
     Time limit exceeded.
What happened?
     The program "SAPLSUNI" has exceeded the maximum permitted runtime without
     interruption and has therefore been terminated.
Error analysis
     After a specific time, the program is terminated to make the work area
     available to other users who may be waiting.
     This is to prevent a work area being blocked unnecessarily long by, for
     example:
     - Endless loops (DO, WHILE, ...),
     - Database accesses with a large result set
     - Database accesses without a suitable index (full table scan)
     The maximum runtime of a program is limited by the system profile
     parameter "rdisp/max_wprun_time". The current setting is 600 seconds. If this
      time limit is
     exceeded, the system attempts to cancel any running SQL statement or
     signals the ABAP processor to stop the running program. Then the system
     waits another 60 seconds maximum. If the program is then still active,
     the work process is restarted.
Trigger Location of Runtime Error
    Program                                 SAPLSUNI
    Include                                 LSUNIU06
    Row                                     101
    Module type                             (FORM)
    Module Name                             DELETE_FUNCTION_POOL_INCLUDES
Source Code Extract
Line  SourceCde
   71
   72 ENDFUNCTION.
   73
   74 &----
   75 *&      Form  DELETE_FUNCTION_POOL_INCLUDES
   76 &----
   77 *       text
   78 ----
   79 *      -->P_AREA     text
   80 *      -->SKIP_PROGREtextND
   81 ----
   82 FORM delete_function_pool_includes USING    p_area
   83                                          skip_progress_ind.
   84   DATA: l_prog LIKE trdir-name,
   85         l_incl_uxx LIKE trdir-name,
   86         l_name LIKE streenode-name,
   87         l_object LIKE euobj-id,
   88         l_area LIKE rs38l-area,
   89         l_namespace LIKE rs38l-namespace.
   90
   91   CALL FUNCTION 'FUNCTION_INCLUDE_SPLIT'
   92     EXPORTING
   93       complete_area = p_area
   94     IMPORTING
   95       namespace     = l_namespace
   96       group         = l_area
   97     EXCEPTIONS
   98       OTHERS        = 6.
   99   CONCATENATE l_namespace 'SAPL' l_area INTO l_prog.
  100   CONCATENATE l_namespace 'L' l_area 'UXX' INTO l_incl_uxx.
>>>>>   UPDATE progdir SET edtx = space WHERE name = l_incl_uxx AND state = 'A'.
  102
  103 * Hier Michael rufen
  104   CALL FUNCTION 'RS_DELETE_PROGRAM'
  105     EXPORTING
  106       program            = l_prog
  107       with_includes      = 'X'
  108       suppress_popup     = 'X'
  109       skip_progress_ind  = skip_progress_ind
  110     EXCEPTIONS
  111       enqueue_lock       = 1
  112       permission_failure = 2
  113       reject_deletion    = 3.
  114
  115   IF sy-subrc = 0.
  116     PERFORM ed_delete_function_pool_new(sapms38l)
  117                                     USING p_area
  118                                     CHANGING sy-subrc.
  119
  120     PERFORM delete_rest_of_group USING p_area.
Edited by: ajaybachchas on Jun 1, 2010 9:23 AM

Hey Guys,
For some reason, the problem automatically got resolved. First I check STXFADMI table to find entry of the FM against that smartform. When I punched the FM name of the smartform in SE37, it repeatedly said "FM does not exist". But the entry for that FM is present in the STXFADMI table. Hence I started debugging SE37 after entering the FM name. To my surprise, at the end the FM was displayed !!! After that I went to the smartform & activated, again surprised....it got activated in a flash !!!
Can anyway justify this mystery ?
Ajay.

Similar Messages

  • The program "RIAFVC20 " has exceeded the maximum permitted runtime

    Hi  ,
        When running transaction IW49 we get a shortdump
    Details of Abap run time error follows
    The program "RIAFVC20 " has exceeded the maximum permitted runtime
    and has therefore been terminated.
    Can I have solution why this is happening.
    Thanks In advance
    Regards
    Suresh kanna

    Hello Suresh,
    It means the program has exceed maximum work process runtime value set to paramter rdisp/max_wprun_time in your system. If you believe this program runs beyond that value, I suggest you to run the program in background.
    If you can't run this in background, then increase the value of paramter rdisp/max_wprun_time. It is dynamic parameter (RZ11) where you don't need to restart SAP system after parameter change.
    Hope your query is answered.
    Thanks,
    Siva Kumar

  • Has exceeded the maximum permitted runtime

    Hello All,
    I am handling Insurance utilization report. It gives you information whether Insurance is covered by Consigner , Consignee or Insurance not required
    It's dumping in the production system because it's taking to much time to retrieve the data. The error message was <b>"Has exceeded the maximum permitted runtime without interruption, and has been terminated"</b>
    select bkpfxblnr bkpfbldat BKPFBUKRS ekbebewtp rbkplifnr rbkprmwwr ekbeebeln ekbeebelp ekbelfbnr ekbelfgja lfa1name1 lfa1ort01 lfa1~pstlz
    into corresponding fields of table i_table from lfa1 inner join rbkp on lfa1lifnr = rbkplifnr join ekbe on ekbebelnr = rbkpbelnr
                                               and ekbegjahr = rbkpgjahr join bkpf on bkpfbukrs = rbkpbukrs and bkpfxblnr = rbkpxblnr
                                               and bkpfbldat = rbkpbldat where bkpfblart = 'RE' and bkpfBSTAT = ' ' and bkpfbudat in s_date and bkpfbukrs in s_bukrs
                                               and rbkpblart = 'RE' and rbkpstblg = ' ' and ekbe~bewtp = 'Q'.
    please tell me how to increase the performance of the above statement or if there any other way I can handle this please let me know.
    Thanks & Best Regards,
        Mahesh

    Hello,
    Since your posting does not contain any information on the amount of data and used access path it's impossible to give any advice.
    Some remarks:
    - run the report in batch environment, in this case rdisp/max_wprun_time is ignored.
    - DB2 for z/OS or DB2 for LUW(DB6) ? If DB6 move the thread to the DB6 forum
    - if SAP standard report, open a problem ticket at SAP
    Regards,
    Thomas

  • Production order cost has exceeded the released budget of its WBS

    Dear All,
    I have got a case where the prod. order cost has exceeded the released budget of its concerned WBS.
    I found that the budget check is active and working fine for Prod. order and other activities.
    I am not getting , how this default has occured.
    Please help me resolving this case.
    Regards,
    Vishal

    If the budget check is active against Released budget and Production order assigned to WBS has crossed released budget. It should not happen.
    Please run CJEN and check the report.
    Regards
    Nitin

  • Your search query has exceeded  the limit

    Hi All,
    While importing contact more than 1000 contact i get the following error
    "Your server is not configured properly or your search query has exceeded the limit. Please check server configuration"
    How i can increse the max number of contact
    Any advice
    Thanks in advance
    Mariam

    MariamS wrote:
    I am importing contatct through UWC/Communications UWC/CE has a default limit of 1000 entries for the PAB. You can change this limit by setting the lookthru_limit parameter in the /var/opt/SUNWuwc/WEB-INF/config/ldappstore/db_config.properties file and restarting the web-server instance.
    showrev -p | grep uwc
    Patch: 118540-21 Obsoletes: 117287-99, 117819-13, 119156-07 Requires: Incompatibles: Packages: SUNWuwc
    Patch: 118540-42 Obsoletes: 117287-99, 117819-13, 119156-07 Requires: Incompatibles: Packages: SUNWuwc
    Can i know how i can deffrentiate between Messenger Express or UWC and Communications ExpressThe login page for Messenger Express has a title of "Sun Java System Messenger Express".
    Regards,
    Shane.

  • Message submission rate for this client has exceeded the configured limit

    Hi,
    I got the below error when user try to send an email to more than 1 users from their application.
    host Exchange[exchange] said: 421 4.4.2 Message submission rate for this client has exceeded the configured limit (in reply to MAIL FROM command) <*@gibsonins.com>: lost connection with exchange[exchange] while sending RCPT TO .
    Please let me know the solution for this issue.
    Regards,
    Hakim.B
    Hakim

    Hi All,
    I have recently migrated my server from exchange 2010 to exchange 2013 and I am facing same issue here and have set message rate limit to unlimited and also checked the CPU.
    All looks normal then also the issue is there.
    I have tested the scenario on my system. Tried to send 10 mails in 1 minute and while sending the email at 9th one it gives error.
    "An error occurred while sending mail. The mail server responded:  4.4.2 Message submission rate for this client has exceeded the configured limit.  Please verify that your email address is correct in your Mail preferences and try again."
    Can anyone help me on this.
    Thanks,
    Ganesh Prajapati

  • Error from libf4f.dll: Total number of messages waiting to be recorded has exceeded the limit

    My core.log file keeps showing these errors everytime I start to stream. My streams are not viewable on PC's and only viewable on iOS devices.
    Is there something wrong with the libf4f.dll file? I'm using FMS 4.5 on Windows 2003 Server.
    2011-12-28    15:44:09    4020    (e)2611178    Error from libf4f.dll: Total number of messages waiting to be recorded has exceeded the limit.    -
    2011-12-28    15:44:09    4020    (e)2611423    Failed to record bbc2011-BBC73 (Unknown Error).    -
    2011-12-28    16:02:00    4020    (e)2611178    Error from libf4f.dll: Total number of messages waiting to be recorded has exceeded the limit.    -
    2011-12-28    16:02:00    4020    (e)2611423    Failed to record bbc2011-BBC71 (Unknown Error).    -
    2011-12-28    16:57:12    4020    (e)2611363    Server detected a backward timestamp from 5006873 to 0 in file: C:\FMSHOME\applications\livepkgr\streams\_definst_\bbc2011
    2011-12-28    17:18:21    4020    (e)2611178    Error from libf4f.dll: Total number of messages waiting to be recorded has exceeded the limit.    -
    2011-12-28    17:18:21    4020    (e)2611423    Failed to record bbc2011-BBC83 (Unknown Error).    -
    2011-12-28    17:36:12    4020    (e)2611178    Error from libf4f.dll: Total number of messages waiting to be recorded has exceeded the limit.    -
    2011-12-28    17:36:12    4020    (e)2611423    Failed to record bbc2011-BBC81 (Unknown Error).    -
    2011-12-28    18:38:09    4020    (e)2611363    Server detected a backward timestamp from 5420086 to 0 in file: C:\FMSHOME\applications\livepkgr\streams\_definst_\bbc2011-BBC82    -
    2011-12-28    19:12:44    4020    (e)2611178    Error from libf4f.dll: Total number of messages waiting to be recorded has exceeded the limit.    -
    2011-12-28    19:12:44    4020    (e)2611423    Failed to record bbc2011-BBC92 (Unknown Error).    -
    2011-12-28    19:23:38    4020    (e)2611178    Error from libf4f.dll: Total number of messages waiting to be recorded has exceeded the limit.    -
    2011-12-28    19:23:38    4020    (e)2611423    Failed to record bbc2011-BBC91 (Unknown Error).    -
    2011-12-28    20:41:50    4020    (e)2611363    Server detected a backward timestamp from 6390123 to 0 in file: C:\FMSHOME\applications\livepkgr\streams\_definst_\bbc2011-BBC93    -
    2011-12-28    21:12:05    4020    (e)2611178    Error from libf4f.dll: Total number of messages waiting to be recorded has exceeded the limit.    -
    2011-12-28    21:12:05    4020    (e)2611423    Failed to record bbc2011-BBC102 (Unknown Error).    -
    2011-12-28    22:49:23    4020    (i)2581247    Core (4020) disconnected from edge.    -
    2011-12-28    22:49:23    4020    (i)2581233    Core (4020) disconnecting from admin: 200.    -
    Thanks,
    Dave

    There is a concept of Absolute Time Code which enables the encoders to publish the livestream based on absolute system time rather than starting the messages from timestamp 0 everytime you append to a recording.
    I suspect you encoder is starting everytime from 0 timestamp but since the server already has recording till some time - say x, for the server these are backward timestamps and hence the continous warnings.
    Also to safeguard FMS against such conditions and cause memory crashes, we only allow messages with backward timestamps to accumulate in the process queue upto a limit and then the recording is stopped. Thats why you are observing the errors - 
    "Error from libf4f.dll: Total number of messages waiting to be recorded has exceeded the limit.    - 
    2011-12-28    19:23:38    4020    (e)2611423    Failed to record bbc2011-BBC91 (Unknown Error).    -"
    Try to check your encoder settings for stream synchronization or ATC settings and enable them.

  • Flooded with error: Table RequestUsage_PartitionX has 442892288 bytes that has exceeded the max bytes 442857142

    Hi all,
    Since last week my 2013 farm (3 WFE, 3 App server, SQL 2012) application event log flooded with error every 5 minutes.
    Table RequestUsage_PartitionX has 442892288 bytes that has exceeded the max bytes 442857142. 
    I have google the error and only found Steve Mann's blog discussing about this.  Yet there is no additional information in terms of how to fix it.  Just wondering if anybody has seen this and know how to fix it? 
    Appreciate any suggestion and thanks in advance.
    Sally

    Hi  Sally,
    Thank you for your posting!
    For your error, it is coming from the Usage Infrastructure. The root cause is that your SharePoint Server  usage data is exceeding the daily partition size for the logging DataBase.
    For more detailed information, you can refer to the blog:
    Blind spots in Usage file and Web Analytics Reports
    Thank you for your understanding and support.
    Best Regards,
    Eric
    Eric Tao
    TechNet Community Support

  • Table RequestUsage_Partition14 has 445538304 bytes that has exceeded the max bytes 442857142

    Dear All,
    Since last 4 weeks my SharePoint 2013 Farm facing Error in Event Ever such as "Table RequestUsage_Partition14 has 445538304 bytes that has exceeded the max bytes 442857142"
    Kindly do let me know how we can resolve this issue.
    Thanks in Advance.
    Pravin Dhulap

    Hi All,
    I have updated the below script on our test Environment and i am not bale to see this error in Error log.
    add-Pssnapin Microsoft.SharePoint.PowerShell
    $UsageDefinition = Get-SPUsageDefinition -Identity "Page Requests"
    $UsageDefinition.MaxTotalSizeInBytes = 21884901888
    $UsageDefinition.Update()
    and i have used smae script on PROD server but the i am still receiving same error.
    Kindly let me know if there are any settings needs to be done or not??
    Kindly provide the solution if anyone of you has it.
    Thanks.
    Pravin Dhulap

  • The amount of data that was returned by data connection has exceeded the maximum limit that was configured by server admin

    Hi There,
    When i try to view info-path form item getting warning (This issue is not with all items but for some of them...)
    "The amount of data that was returned by data connection has exceeded the maximum limit that was configured by server admin............."
    Thanks in advance!!
    Regards
    Vikas Mishra
    Vikas Mishra

    HI Vikas,
    to resolve this do this from central admin
    Ensure to follow the below steps.
                                             i.    Open
    the central administration
                                            ii.    Go
    to General Application Settings
                                           iii.    InfoPath
    Form Services
                                          iv.    Configure
    InfoPath Form Services
                                           v.    Click
    on Data Connection Response Size
                                          vi.    By
    default it is 1500 kilobytes
                                         vii.    Change
    the Response Size in kilobytes (Increase the number).
    Kind Regards,
    John Naguib
    Senior Consultant
    John Naguib Blog
    John Naguib Twitter
    Please remember to mark this as answered if it helped you

  • Power Surge on Hub Port: A USB Device has exceeded the power limits of its hub port.

    When I attempt to install an external DVD/CDRW I receive the following:
    Power Surge on Hub Port: A USB Device has exceeded the power limits of its hub port.
    I am forced to reset.

    I would guess that your external DVD is drawing too much power from the USB port, and could be one of the older units; newer units are usually more power efficient. Such device usually come with a USB cable with two USB connectors that can draw power from two USB ports simultaneously. You may be able to get such cable separately but since the two USB ports are located at extreme ends in the S10, you may want to check that the cable come with the USB connectors with sufficient length to reach both the USB ports simultaneously.   
    View my Blog on the Lenovo S10

  • "account has exceeded the number of gifts allowed"

    I am trying to complete my iTunes eMail Gift Card purchases but I am told my account has exceed the number of iTunes eMail gifts allowed. How do we reset this so I can complete my last three gift purchases today? I have already tried the "Live Chat" option but she had no answers!!!
    Anyone have any ideas?
    TIA,
    James

    Just in case anyone else comes across this problem. There REALLY is a limit as disocovered by this exchange with someone at "iTunes Store/Mac App Store Customer Support"
    Me: I am trying to complete my iTunes Gift Card purchases but I am told my account has exceed the number of iTunes eMail gifts allowed. How do we reset this so I can complete my last three gift purchases today?
    Apple: Apple is currently working toward a resolution for the issue you have reported. You will receive an email after the matter has been investigated and further information is available. Thank you for your patience. Apple wants your iTunes experience to be as enjoyable as possible.
    Me: Yes, it seems that Apple has restricted the number of eMail iTunes gift certificates (cards) someone can purchase on their Apple User ID. This was very annoying during the Christmas shopping season so I had to go to a store and purchase actual gift cards for the rest of my friends. I am not sure why Apple thinks this is a good idea.
    Apple: You're very welcome. I'm glad to hear that your issue is resolved. Nothing makes Apple happier than to hear that we have pleased our customers. I hope that you continue to enjoy the iTunes Store.
    Me: You are NOT paying attention. my "issue" hasn't been resolved. The iTunes store still has a restriction on the number of eMail iTunes Gift Cards that an Apple user can purchase. Until this restriction is removed I consider there to still be a problem.
    Apple: James, We have gone ahead and increased your "Gift Certificate Purchase Limit".Apologize for the inconvenience of this, but that we have found that limiting the amount of GCs a customer can purchase, helps to protect their account further.

  • USB Port has exceeded the power li

    Each time i connect my player to either a laptop or desktop, I get the following message:?A usb device has exceeded the power limit on it's hub port?Now I've tried putting it in different usb ports but it keeps saying the same thing. Can anyone help please?

    How many USB devices do you have connected at any one time?Try unplugging a device that you are not using at the?same time that?you wish to connect your Zen. If that does not work, contact your?computer manufacturer, as you may have exceeded your motherboards supply capabilities!

  • PLZ HLP:A USB device has exceeded the power limits of its hub p

    Hi, hope you can help me, and thanks for reading.
    I have a Dell Inspiron 500 with XP SP2.
    I also have a Zen Micro 6 GB that works perfectly.
    Recently I attached the Zen to the laptop and every time I receive this message:
    "PowerSurgeOn Hub Port. A USB device has exceeded the power limits of its hub port."
    I take the Zen to my work computer and it works perfectly.
    ?What is the problem?
    Thanks,
    Regards,
    Lorenzo

    ^your laptop is unable to provide enough power to charge your Zen Micro.
    If it has other USB ports, try using them.
    It may be a case that the laptop is not designed to power external devices like the Zen Micro.

  • Exceede maximum permitted runtime

    Hello All,
      I am handling sales tax return report. It’s working fine in development system but in production system because of heavy data it’s dumping. The reason for this dump is “Has exceeded the maximum permitted runtime “, below one  is the statement where it’s dumping.
    SELECT fwste MWSKZ FWBAS  from bset INTO (itab3-fwste,ITAB3-MWSKZ,ITAB3-FWBAS)  WHERE belnr = itab1-beln and mwskz in ('B1','B2','B3','B4','B6','B5','A3').
    DO anyone now what’s may be the main reason for this error & have the solution for it.
    Regards,
    Mahesh

    Hi Mahesh,
    The only reason of the dump analysis is that the query you hv written taking to much time to extract data from BSET table.
    Please consider primary key combination while extracting data from any table.
    Use the following code for fine tunning.
    <b>SELECT fwste MWSKZ FWBAS from bset INTO (itab3-fwste,ITAB3-MWSKZ,ITAB3-FWBAS)
    WHERE bukrs = itab1-bukrs and
    belnr = itab1-beln and
    gjahr = itab1-gjahr and
    mwskz in ('B1','B2','B3','B4','B6','B5','A3').</b>
    <b>Please select teh data based on company code, document number and fiscal year combination.</b>
    This will work more faster then wt you hv written.
    <b>
    Rewards points if useful.</b>
    Regards,
    Kinjal

Maybe you are looking for

  • Queries regarding Flash Builder and Augmented Reality.

    I am Sarat from India. I'm a software engineer with working knowledge of Java, so Flash AS and OOP are understandable for me. I am working on an augmented reality project. I am quite new to Flash, Adobe Community and I've got some queries regarding A

  • Syncing apps from my iPod to new iTunes library

    I recently went through a hard drive failure on my laptop and was unable to back up my iTunes library. I lost everything. Now I reinstalled iTunes on my new hard drive, plugged my iPod in and clicked Transfer Purchases. All my songs and movies got tr

  • Any one know if PS CS5 will work with Lion?

    The first thought I had upon seeing that Lion was going to be released next month was: WILL PHOTOSHOP WORK? I had so much trouble with CS4 and Snow Leopard, I literally waited until just 2 weeks ago to upgrade to CS5. I haven't been on mac all that l

  • How to make a trasnparent background in Motion

    I am just making a Lower Third and I want to be able to bring it into FCP and place it on top of my existing timeline. I dont want to export FCP to Motion because I already chroma keyed my "stuff" in FCP. How do I make a transparent background for Mo

  • Block Diagram Error

    I'm getting an error when i try to connect two sub-vi's. Error: The type of the source is 1-D array of double. The type of the sink is 1-D array of waveform. Does someone know. I'm using LV6i. Iwert