Error maximum size of requests for one LUW

Hi all,
My problem is:
In SAP ERP i call a function (ZQTC_NFE_CANCEL_XML_PI) that is implemented in SAP PI.
Follow below my source code of a call:
start----
DATA: gv_rfcdest TYPE rfcdest,
      gs_cancel_xml TYPE zqtc_cancel_xml_layout.
gv_rfcdest = 'SAPAVGXI'
CALL FUNCTION 'ZQTC_NFE_CANCEL_XML_PI' IN BACKGROUND TASK
   DESTINATION gv_rfcdest
   EXPORTING
     i_cancel_xml          = gs_cancel_xml
   EXCEPTIONS
     communication_failure = 1
     system_failure        = 2
     OTHERS                = 3.
IF sy-subrc <> 0.
MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
        WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
ENDIF.
COMMIT WORK.
end----
When execute this function the error is "maximum size of requests for one LUW"
Attention
gs_cancel_xml is not big.
Can anyone help me please!

Hello,
RFC destination progid created in R/3 should be same in XI system either D or Q system
In your case check the RFC destination used and progid associated in that and make sure that the same progId exists in the system you want to receive data
Note : progID is key for receiving data so make sure only one is active at a time.(in your case required D or Q s id in other system change the progid)
Regards,
Phani

Similar Messages

  • Error in RFC Adapter PI 7.10 maximum size of requests for one LUW

    Hello all,
    I have a big issue on our Development - SAP PI 7.10 System. If I try to push a RFC from a Client System
    I get follow error messagei in the Runtime Workbench (RWB)  back:
    processing error to be caused by: com.sap.aii.adapter.rfc.core.server.RfcServerException: maximum size of requests for one LUW has been reached (1). handling of request for tRFC (TID: 0AA001B8712C49D35D4D06C2) not possible (server: RfcServer[PKG_R3_D07_600_RFC_SND]1)
    But I don't know why. I checked follow OSS Notes:
    730870 and 774705 w/o success. It will be nice somebody can help me.
    Thanks
    S. Kohler
    P.S. We have the same scenario in our Quality SAP XI System and there works. I couldn't find any
    differences between the Adapters. Is there a problem with the parameters ????

    Hello Tarang Shah,
    okay. Here again ( I thought I mentioned above):
    in Q50 (SAP PI 7.10 System) we create a RFC Server with the program ID RFC_Q50.
    in D64 (SAP PI 7.10 System) we vreate a RFC Server with the program ID RFC_D64
    in D07 (SAP R/3 4.7 x110) we create a RFC Connection to D64 with the program ID RFC_D64.
    The testconnection works well. I see in our Dev. SAP PI System (D64) that the connection works.
    The problem is here, if you start in the application (System D07) the push, you get the error :
    maximum size of requests for one LUW has been reac hed (1). handling of re
    in Q50 (SAP R/3 4.7 x110) we create a RFC Connection to Q50 with the program ID RFC_Q50.
    The testconnection in Q17 works well. Also the push from the application (System Q17.)
    This means, the functionallity is okay on both sides (Q17 and D07) only the application sending
    process from D07 makes trouble ( you see in Transaction SM 58 on Client Site, the error as I mentiond above and in SAP PI side.) It seems that SAP PI could't accept more as one LUWs
    in the same time. Q50 (Q- System) accepted.
    So, this is the reason in my point of view, that the problem isn't the connection, seems more
    an paramter problem in D64 side. But I don't know which parameters. I checked the OSS Note 730870 and 774705 w/o success.
    Thanks
    S. Kohler

  • "maximum size of requests for one LUW has been reached"

    Hi
    In Rfc to jdbc scenario,
    how can remove this error
    "maximum size of requests for one LUW has been reached"
    thanks

    can u pls tell ,
    while mapping the rfc wth jdbc request message,
    where shud this "access" node be mapped
    i mapped it wth the root element of rfc message type that contains the fields structure as the child elemnts in this case shud be fileds--is it right?
    also the err now has changed to "Commit fault: com.sap.aii.af.rfc.afcommunication.rfcAFWException: senderA"
    thanks

  • Maximum no'of Objects for one class

    Hello friends
    Please, tell me....Maximum no'of Obects for One Java class.
    Thanks & Regards
    S.Rajakrishna

    Is there any limit of creating the objects for One class?Instantiated objects go into the heap. There is only one heap for the whole JVM. There is no correlation between objects in the heap and the individual class files.
    100,000 objects may or may not fit into the heap. In general they probably will. If you don't, then yes, you'll get an Out Of Memory exception.
    Regardless there is no excuse for loading 100,000 objects just to render a JSP! You don't imagine your user is going read all of them do you? Restrict them to the number of objects that the user is actually going to be able to handle at any given time.
    You can do this by putting WHERE clauses on the hibernate query, and/or by setting limits (setFirstResult and setMaxResult) on the Query object before listing it.

  • Error in raising ESS requests for an Approver

    Hello Experts,
    We have implemented standard claims workflow WS18900023 and have implemented BADI to get next approver.
    Everything is working fine except one case when an Approver of certain claim type is raising request for himself. Then we are getting error while saving the claim: Approver can not raise claim.
    I checked the documentation of BADI and found that we should return Person No and Group or Group in case we have multiple approvers but if we return null Group or null person no and group badi will go into error.
    Can you please help me with a possible solution to this issue? How can I enable the approver to raise claim for himself??
    Best Regards,
    Deepak

    in that BADI method GET_NEXT_APPROVER.
    Make sure your passing the values for export parameters EFD_APGRP and EFD_APERN based on no.of approval levels.
    For EFD_APGRP, you can pass value 'ADMIN' as default.
    When it's final level don't pass any values to these parameters.

  • Error in creating Transport Request for a view table

    Hello all,
    I have an ECC IDES 6.0 system named EC1 and another one which is ECC EhP4 IDES named EA1 which I have just installed.
    One of my requesters has a view table named ZVAITM_TBLE in EC1 and she wants it to be transported to EA1.
    So I created a workbench transport in SE10 and included the following:
    PgmID = R3TR
    Obj = VDAT
    Object name = ZVAITM_TBLE
    But when I press enter, I encountered the following error:
    No object definition exists for Customizing object ZVAITM_TBLE
    Message no. TK427
    Diagnosis
    The Customizing object R3TR VDAT ZVAITM_TBLE is not defined in the tables of the Change and Transport System.
    This means that you cannot use the Transport Organizer to edit it.
    System Response
    The function terminates.
    Procedure
    First check whether the name of the object is correct. Then you (or the system administrator) should check the object definition, to ensure that the object was created correctly (transaction SOBJ).
    If the object does not exist, then create it or delete it from the request/task.
    I am new to transports so I have no idea how to proceed.
    Please advise.
    Thanks a lot!
    Cha Cha

    Hello Cha,
    Kindly open this custom table using SM30 and try creating a transport request from there.
    Regards
    Vivek

  • Error: Unable to fulfil request for 262144 bytes of memory space.

    Hi experts,
    When running a query and 30 minutes after that, I received an error message from BW:
    <b>Error Group
    RFC_ERROR_SYSTEM_FAILURE
    Message
    Unable to fulfil request for 262144 bytes of memory space.</b>
    Can someone help me with this?

    Hi Bob,
    Many thanks for your reply. I believe your observation is correct. I can run the report when I choose only one month instead of 17 months.
    However, do you think that something can be done on BW server to eliminate this problem? Is there not enough memory on BW server to fulfil this request?
    Thanks.

  • Error while raising modify request for AD resource

    Hi,
    Getting below error in log, while raising modify request for AD resource, UI shows error while retrieving resource entity details.
    <Oct 19, 2011 2:15:45 AM CDT> <Error> <oracle.iam.requesttemplate.agentry.operations> <BEA-000000> <The "itresource-type" property is missing for attribute reference AD Remote Manager ITResource, which is of type itresource-lookup.>
    I verified the datasets for AD Remote Manager ITResource, comparing with our other environments. It is proper and we are not using AD Remote Manager ITResource anywhere.
    <AttributeReference name="AD Remote Manager ITResource" attr-ref="AD Remote Manager ITResource" type="Long" length="10" widget="itresource-lookup" required="false" available-in-bulk="true"/>
    Please let me know how to resolve this issue.
    Thanks in Advance.
    Edited by: 856226 on Oct 19, 2011 4:55 AM

    Hi,
    I think you should post this in an other forum, somewher in the Fusion stack, maybe Identy Management. This forums is ment for the Oracle database. So please post in a forum underneath https://forums.oracle.com/forums/category.jspa?categoryID=13&start=0
    Herald ten Dam
    http://htendam.wordpress.com

  • How to find multiple transport requests for one object

    Hi all,
    Is there any function module which will fetches multiple transport requests ( if created ) for one object.I tried almost all the function modules , but i didn't got the solution.
    I need to develop a report ,   which will takes a single Task number as input and gets the Request number from table E070.
    Based on that Request Number i will fetch remaining Task numbers under it.
    Then for all the Tasks Numbers, i am fetching their  objects by using table E071.
    I need to list out  whether any of these objects are in multiple Transport Requests. Once i got all the Transport Request numbers i need to release the Request based on their Transport Request sequence.
    I tried the following FM's , but not able to get the solution.
    SVRS_DISPLAY_VERSION_LIST
    SVRS_GET_VERSION_DIRECTORY_46
    SVRS_GATHER_REQUEST_FRAGS
    Thanks..

    Hello
    I have tried with below code
    DATA list_tab TYPE TABLE OF abaplist.
    SUBMIT RSWBO040 USING SELECTION-SET 'TEST'
                    EXPORTING LIST TO MEMORY
                   AND RETURN.
    CALL FUNCTION 'LIST_FROM_MEMORY'
       TABLES
         listobject = list_tab
       EXCEPTIONS
         not_found  = 1
         OTHERS           = 2.
    IF sy-subrc = 0.
       CALL FUNCTION 'WRITE_LIST'
         TABLES
           listobject = list_tab.
    ENDIF.
    break-point.
    Submitting the program(RSWBO040) of SE03 transaction a will result in 'CNTL_ERROR' dump.
    Please try some other options
    Thanks

  • Getting error while raising modify request for AD resource in OIM11g

    Hi,
    Getting below error in log, while raising modify request for AD resource, UI shows error while retrieving resource entity details.
    <Oct 19, 2011 2:15:45 AM CDT> <Error> <oracle.iam.requesttemplate.agentry.operations> <BEA-000000> <The "itresource-type" property is missing for attribute reference AD Remote Manager ITResource, which is of type itresource-lookup.>
    I verified the datasets for AD Remote Manager ITResource, comparing with our other environments. It is proper and we are not using AD Remote Manager ITResource anywhere.
    <AttributeReference name="AD Remote Manager ITResource" attr-ref="AD Remote Manager ITResource" type="Long" length="10" widget="itresource-lookup" required="false" available-in-bulk="true"/>
    Please let me know how to resolve this issue.
    Thanks in Advance

    Hi,
    I think you should post this in an other forum, somewher in the Fusion stack, maybe Identy Management. This forums is ment for the Oracle database. So please post in a forum underneath https://forums.oracle.com/forums/category.jspa?categoryID=13&start=0
    Herald ten Dam
    http://htendam.wordpress.com

  • Rikaichan (add-on) doesn't work at my office. It gives this error "Javascript application: the index for one or more dictionaries needs to be created. This may take a while on slower computers". And then the PC freezes. What should I do?

    I'm using Firefox 3.6.17, and have installed Rikaichan 2.02. Once I've installed the Japanese-English dictionary, I then click on Rikaichan to get it started, and it always gives a "Javascript Application" error:
    '''"The index for one or more dictionaries needs to be created. This may take a while on slower computers"'''
    Rikaichan always works fine on my laptop, but I just can't seem to install it properly at work. Is there some sort of office security screwing it up?

    venicespent,
    Boot into your Mavericks Recovery partition by hold down the command and R keys whilst booting. You'll see a screen that looks like this:
    Click on the Disk Utility item to open Disk Utility. You should see your boot drive (usually named "Macintosh HD" unless you've changed it) in the column on the left of the screen. Select your boot partition and click on the "Verify" button. Let your Mac do it's thing - if you get green text telling you that everything seems to be OK, then your disk should not be damaged. If, however, you get red text telling you that the disk needs to be repaired, click on the "Repair" button. If the disk can be repaired, you should be good to go. If the disk cannot be repaired then the drive is damaged.
    But before you do anything, make certain that you have backups!!!
    Clinton
    MacBook Pro (15-inch Late 2011), OS Mavericks 10.9.4, 16GB RAM, 960GB SSD, 27” Apple Thunderbolt Display

  • Maximum size SDHC card for the Z

    As subject, what is the maximum size card you can use in the Zen? i have the 6gb version.
    Cheers
    Alan

    At the moment, I believe it is 6 gb.

  • Error when creating transport request for transfer rules

    Hi
    When we are creating the transport request it is giving the Warning 1."source system are not transported.
         Error  2." you can't use request BQAK900164
         Error  3."object ISTS Zevkkn_bb could not be saved 
                   to order BQAK900164.
    This is very urgent.
    Please reply soon.
    Thanks in Advance,
    Regards
    Pankaj Angra

    Hi,
    Did you replicate the data source?. That could be the problem or there might be problem you have set up the source system on your BW system
    make sure that the source system names are mapped from your R/3 dev to your R/3 QA. This is done on the BW QA (target system) RSA1 => Tools => mapping of source system names. make sure your entries are there for the logical system names of your dev to qa.
    Then in the BW dev, when selecting the trasnfer rule make sure to select the appropriate source system. (souce system icon in tool bar)
    Do u hav 2 Source sys ?
    -Shreya

  • Syncing & maximum number of devices for one app?

    I am setting up five iPads for a small business.  They are supposed to be identical -- same Apple ID for all of them, same apps, files, settings, &c.  I am still working out some of the syncing and access restriction settings.  However the business posed a question to me, and I haven't been able to find an answer online:
    If an app is purchased once, on how many devices may it be installed?
    That is, if an app is purchased for this business on one iPad, can it be downloaded onto the other iPads without further payment?  Is there a maximum number of iPads onto which an app can be installed, with additional devices incurring extra fees?  Would this number vary by app, and if so, is there a way to find out the maximum before purchasing and installing the app?

    http://support.apple.com/kb/ht4627

  • IMovie file size too large for one DVD

    I've created my iMovie file and am ready to burn a DVD using iDVD to view on TV. Although my iMovie is only about 35 minutes, it is 7.73 GB. It is a simple movie. I only have a few titles, cross dissolves between clips and some audio.
    How do I reduce my iMovie to fit on one DVD?
    I don't have the option to "Export" under the "File" menu. And I've tried several of the "Share" formats which reduce the size, but none of them have given me TV viewing quality.
    I am using iMovie HD 5 and the movie is widescreen.
    Thanks!

    iDVD encodes (compresses) the video before burning
    the DVD, so there's no problem. Your iMovie project
    will fit.
    The iDVD capacity is best expressed in time instead
    of size. iMovie 4/5 can include up to 2 hours of
    video. A little less, counting iDVD features.
    Karl
    Hi Karl
    I have an iMovie file that is 3hr and 10min long. I have a dual layer burner and dual layer DVD's to burn onto. Will this file fit onto the 8.5GB disc? or do I have to compress it somehow? If there is some software that will do this could you let me know?
    The dual layer DVD's say they will fit 215 min of video on them, so why does it reject my file when starting iDVD?
    Thanks for your help

Maybe you are looking for

  • ClassCastException while creating a new entity

    Hi When I run my BC4J application module using the BC4J Tester using Local Configuration (Jdev 9.0.3) I received the following exception when trying to create a new Customers record: oracle.jbo.RowCreateException: JBO-25017: Error while creating a ne

  • My playlists are no longer in my itunes since I got a new iphone

    So I got a new iPhone 4...when I synced it and set it up etc, my iTunes was totally wiped. Now when I access the store it says I have no albums/playlists etc. I have a horrible feeling it may be due to the fact I randomly set up a new apple id for th

  • Example web service will not deploy in WebLogic Server 9.2

    This example: http://e-docs.bea.com/wls/docs92/webserv/use_cases.html#wp210789 fails to deploy the war with the following exception: BUILD FAILED D:\dev\user_projects\webServiceDomain\myExamples\hello_world\build.xml:52: weblogic.Deployer$DeployerExc

  • Calibration process : inspection lot not created

    Hello, When creating a maintenance order (PM05) , i can not get the inspection lot created . There has been some thread about this process , i believe i followed the instructions : -equipment category is production ressource/tool -master inspection c

  • Letterboxing on 6.03

    At least half of the time I have letterboxing stop, sometimes, with no visual prompt and sometimes I will get "i Movie unresponsive". I can see the memory usage stop on the hard drives remaining memory listing on the bottom. Long pieces are hardly ev