BAPI_GOODSMVT_CREATE - Error - RE Qty. transferred exceeded 1 PC

Hi Experts,
We are  trying to do the material document posting using the transaction "MB1C" manually in SAP. The movement type which we are using for the same is "261".  While doing this is, it is asking for a work order number and the Recipient number. We gave the Recipient Number as "123". Material document is created successfully.
Again using the same transaction  "MB1C" , we are trying to do the reversal of the material document which we posted previously against another work order number for the same material and the serial number if the material is serialised and as well as for the non serialised material.
Both the case is done manually in SAP, and the material document is created succesfully.
When we are trying to create the material document using the BAPI 'BAPI_GOODSMVT_CREATE', for the above scenario, posting the material document '261' movement type for one work order and the reversal for another work order '262' movement type for the same material (whether it is a serialised or non serialised) we are getting the eror as "RE Qty. transferred exceeded 1 PC: 50,003,695 C001 USED 1200".
We are passing the following at the item level. MATERIAL Number, Plant, STGE_LOC, ENTRY_QNT, MOVE_TYPE, BATCH, ORDERID, RESERV_NO,  RES_ITEM, ACTIVITY, XSTOB for reversal.
We are passing the GM_CODE as '05'.
Please let us know what needs to be changed inorder to create the material document properly without getting errors.
It is urgent since we are at the production stage.
Thanks in Advance,
Mohan

Hi Sagar,
Thanks for your reply.
We tried with the option what you have suggested. If we use the movement type 262 and if we remove the XSTOB flag, the material document is created for the movement type 261 and not for the reversal movement type 262. This is the standard behaviour of the BAPI.
If we pass the movement type as 261 and the flag as 'X', it is throughing the same error as we were mentioning. If we use the movement type as 262 and the flag as 'X' still the same error is returned by the BAPI.
We tried with the GM_CODE as well. Presently we are using '05' and we tried with '06' as well. Still we are getting the same issue.
Please suggest some other options to fix this bug.
Thanks,
Mohan.

Similar Messages

  • Error: RE Qty. transferred exceeded 1 PC in BAPI_GOODSMVT_CREATE

    Hi,
    We are doing a reversal for a work order using the movement type 'Z62' which is a customised movement type for a material from the syclo mobile. While doing the reversal, we are getting this error in the return table paramater of the BAPI "BAPI_GOODSMVT_CREATE".
    Example: The work order number is 2000001181, the material number is 50014360, movement type 'Z62', Quantity 1, GM_CODE is '05'. For this scenario we are getting the above error.
    We also tried with the following option as well with the BAPI_GOODSMVT_CREATE. Example: The work order number is 2000001181, the material number is 50014360, movement type '262', Quantity 1, GM_CODE is '03'. For this scenario we are getting the same error only. We are not able to post the material document succesfully through the BAPI call.
    When we create a material document for the above test case in SAP manually, we are able to post the material document for the movement type '262' as well as for 'Z62'.
    We are doing the reversal and not the cancel of the material document which is being posted already in SAP. We are sending the details of the material and the work order at the item table parameter and the GM_CODE as '05' at the header level. We tried with the GM_CODE '03' as well.
    For both GM_CODE we are getting the same error as "RE Qty. transferred exceeded 1 PC". The materials against which we are doing the reversal are already consumed in another work order. We want to reverse the consumed material with the new work order number. The work order number is alone is different but not the material number and the quantity.
    If we try to do the same with the BAPI: BAPI_GOODSMVT_CREATE we are facing issue.
    Please let us know the best way to pass the movement type 'Z62' which is similar to the movement type '262' in functioanlity in the backend in the BAPI to create the material document.
    Thanks,
    Mohan.

    Hi Max,
    The values which we are passing to the BAPI are as follows:
    *IS_GOODSMVT_HEADER*
                            PSTNG_DATE -- System Date from Mobile
                            DOC_DATE     -- Same
    IV_GOODSMVT_CODE
                            GM_CODE   --- '05'
    IT_GOODSMVT_ITEM
                             MATERIAL        --- 50014369
                             PLANT              --- 1200
                             STGE_LOC       --- C001
                             BATCH              --- USADO/NEUVO
                             MOVE_TYPE     --- 262 / Z62
                             ENTRY_QNT     --- 1
                             ENTRY_UOM     --- PC
                             ORDERID           --- 20001181
                             RESERV_NO     --- Material's  Reservation number
                             ACTIVITY          --- Task ID of the order
                             RES_ITEM          --- Material reservation item number
                             XSTOB -- This flag will be set to true 'X' if the movement type is '262' and blank for rest of the movement types
    We used the transaction 'MB1C' for posting the material document manually in SAP.
    IT_GOODSMVT_SERNO
                            MATDOC_ITM   
                            SERIALNO
                            UII
    These are the values which are being passed from the client to SAP. This BAPI is called when we do the goods issue (Consumption) in the mobile device.
    We tried with the GM_CODE - '03' as well. At this point of time also, we are getting the same error. We tried doing the material document posting for 'Z62' it is getting converted into '261' or '262' movement type in MIGO transaction in SAP. Because of this only, we changed the GM_CODE to '05'. In MB1C, we are able to post the material document with the movement type as such what we are passing from the client.
    Please let me know, if there is any change that needs to be done in the way we are calling the BAPI for posting the Material document.
    Thanks,
    Mohan.

  • BAPI_GOODSMVT_CREATE - Error while posting a Material Document

    Hi Experts,
    We are  trying to do the material document posting using the transaction "MB1C" manually in SAP. The movement type which we are using for the same is "261".  While doing this is, it is asking for a work order number and the Recipient number. We gave the Recipient Number as "123". Material document is created successfully.
    Again using the same transaction  "MB1C" , we are trying to do the reversal of the material document which we posted previously against another work order number for the same material and the serial number if the material is serialised and as well as for the non serialised material.
    Both this case, in SAP the material document is created succesfully. This is done manually in SAP.
    When we are trying to create the material document using the BAPI 'BAPI_GOODSMVT_CREATE', for the above scenario, posting the material document '261' movement type for one work order and the reversal for another work order '262' movement type for the same material (whether it is a serialised or non serialised) we are getting the eror as "RE Qty. transferred exceeded 1 PC: 50,003,695 C001 USED 1200".
    We are passing the following at the item level. MATERIAL Number, Plant, STGE_LOC, ENTRY_QNT, MOVE_TYPE, BATCH, ORDERID, RESERV_NO,  RES_ITEM, ACTIVITY, XSTOB for reversal.
    We are passing the GM_CODE as '05'.
    Please let us know what needs to be changed inorder to create the material document properly without getting errors.
    Thanks in Advance,
    Mohan.

    Hi,
    We fixed this issue by removing the reservation number of the material when we are trying to post the material document with the movement type "262".
    The reason for removing the reservation number for the movement type "262"
    The reservation number is getting created against a work order when we trying to create the work order in IW32. This reservation number is used for validating the stock while we are trying to consume and doing the reversal.
    SAP is allowing us to reverse the consumed quantities only based on the reservartion number and hence we got this error.
    To fix this error, if we are trying to reverse a particular material against a different work order for which it has been consumed previiously, remove the reservation number and item number and try posting the material document.
    Hope this solution will solve your issue:)
    Thanks and Regards,
    Mohan.

  • Cd drive on my laptop not seen as a device. Can refresh itunes and device appears but get unknown sync error 13019 when transferring cd's to my nano.  The cd's appear on the nano when it's connected to itunes but aren't there when I disconnect?

    cd drive on my laptop not seen as a device. Can refresh itunes and device appears but get unknown sync error 13019 when transferring cd's to my nano.  The cd's appear on the nano when it's connected to itunes but aren't there when I disconnect?

    Satellite L675-S7113 Specifications (PSK3AU-07C02S)
    Satellite L675-S7113 Support Page
    rwls wrote:...since I got it 3 years ago I've been unable to burn an audio CD from ITunes or Windows media although it worked once after the computer had been shut off for awhile..and didn't find the problem until after my warranty had expired...
    From your statements above, it sounds like you never tried to burn a CD for at least the first year that you owned the laptop, as it had a one year warranty on it. While you might have used it frequently to install software,  play DVDs, Blu-Ray disks, etc, that's unclear from your statements. Nonetheless, it might just be dirty-dusty. So, before deleting-uninstalling any software, and given they're cheap, try a CD-DVD Cleaner Disk first and see if that resolves your problems.
    Let us know what happens. Good luck.
    Mike

  • When i go to burn a dvd, it gives an error message "menu duration exceeds 15 minutes." how can i fix this??

    When I go to burn a dvd, imovie displays an error message, "menu duration exceeds 15 minutes.  How do I fix?

    You may have too many chapters (scene selections), or perhaps one or more of the menus are looping for too long. Each menu in its standard form generally runs for no more than 30 seconds before repeating. In any of the menus have you inserted your own music that runs for a much longer duration? If so, using the Inspector, reduce the music time to 30 seconds (there is a slider you can adjust).
    Regarding chapters - how many do you have in the project? You may need to delete some markers in your iMovie project. In most of the iDVD themes each scene selection page allows up to 6 scenes. So, for example, if you have 50 scenes marked, the theme would require 9 scene selection pages. I really don't know what the maximum is, but clearly you've run over the 15 minute limit for the iDVD menus. It may be a combination of too many chapters and music looping for too long on one or more of the menus.
    John

  • Error: Order 300401 Budget Exceeded while doing PO w.r.t PR

    Hi Experts,
    We are getting error, Order 300401 budget exceeded  while doing service PO
    In budget shows exceeded in making the P.O of approx amount Rs 411,500. While in the below PO Value, it is clear that the indent still has the amount of RS 1,760,737.
    Indent No. 1000031924 Total Value = 3,230,000
    Sr No.     P.O     Value     
    1     3900006041                       456,774     
    2     3900006146    Line item 1       101,467     
                            Line item 2      266,414     
    3     3900006184                       326,158     
    4     3900006188                       318,450     
         Total P.O's Value               1,469,263     
    Total value of Indent                  3,230,000
    Total P.O value in the Indent     1,469,263
    Balance Amount in the Indent     1,760,737
    Regards,
    Manjunath

    Hi,
    Budget is exceeded w.r.t to maintained Internal Order in PR /PO ,Use below options.
    1 ) Re-construct Budget-KO31 or
    2 )Either de-activate budget-KO32 or
    3) Maintain budget for IO-KO22 .
    This will resolve your issue.
    Thanks & Regards,
    Sandesh Sawant

  • Hyp FR Error: 5200 : Error executing query.  Exceed max row number 100000

    Hi,
    I am getting the error
    5200 : Error executing query. Exceed max row number 100000
    when I run the report on Financial Reporting. It gives the same error when run on Workspace.
    Have you guys encountered this error before? What are the best ways to tackle it? Help is much appreciated guys.
    -- Adi
    Edit 1 - I tried to simplify the parameters but I still get the same error making me suspect that the issue is not the 100000 row issue.
    Edited by: Aditya26 on Apr 11, 2012 9:02 AM

    Hi Adi,
    This is from My Oracle Support:
    How to Increase Row Limit to Avoid Error "Exceed Max Row Number 100000" [ID 866832.1]
    Modified 23-FEB-2012 Type HOWTO Status PUBLISHED
    In this Document
    Goal
    Solution
    Applies to:
    Hyperion BI+ - Version: 9.3.1.0.00 to 11.1.1.3.00 - Release: 9.3 to 11.1
    Information in this document applies to any platform.
    Goal
    How do you increase the maximum row limit to avoid the error "5200: Error executing query: Exceed max row number 100000"?
    Solution
    1.Edit \Hyperion\common\ADM\<version>\lib\ADM.properties as follows:
    From MAX_ROW_NUMBERS=100000 to MAX_ROW_NUMBERS=500000
    If you are running extremely large reports, you can increase the limit.
    2.Restart Reporting and Analysis services.
    For version 11.1.2.x
    The path of ADM.properties file in these versions should be located under:
    %Oracle_Home%\Middleware\EPMSystem11R1\commo\ADM\11.1.2.0\lib
    Cheers,
    Mehmet

  • Ctxload error DRG-11530: token exceeds maximum length

    I downloaded the 11g examples (formerly the companion cd) with the supplied knowledge base (thesauri), unzipped it, installed it, and confirmed that the droldUS.dat file is there. Then I tried to use ctxload to create a default thesaurus, using that file, as per the online documentation. It creates the default thesaurus, but does not load the data, due to the error "DRG-11530: token exceeds maximum length". Apparently one of the terms is too long. But what can I use to edit the file? I tried notepad, but it was too big. I tried wordpad, but it was unreadable. I was able to create a default thesaurus using the much smaller sample thesaurus dr0thsus.txt, so I confirmed that there is nothing wrong with the syntax or privileges. Please see the copy of the run below. Is there a way to edit the droldUS.dat file or a workaround or am I not loading it correctly? Does the .dat file need to be loaded differently than the .txt file?
    CTXSYS@orcl_11g> select banner from v$version
      2  /
    BANNER
    Oracle Database 11g Enterprise Edition Release 11.1.0.6.0 - Production
    PL/SQL Release 11.1.0.6.0 - Production
    CORE    11.1.0.6.0      Production
    TNS for 32-bit Windows: Version 11.1.0.6.0 - Production
    NLSRTL Version 11.1.0.6.0 - Production
    CTXSYS@orcl_11g> select count(*) from ctx_thesauri where ths_name = 'DEFAULT'
      2  /
      COUNT(*)
             0
    CTXSYS@orcl_11g> select count(*) from ctx_thes_phrases where thp_thesaurus = 'DE
    FAULT'
      2  /
      COUNT(*)
             0
    CTXSYS@orcl_11g> host ctxload -thes -user ctxsys/ctxsys@orcl -name default -file
    C:\app\Barbara\product\11.1.0\db_1\ctx\data\enlx\droldUS.dat
    Connecting...
    Creating thesaurus default...
    Thesaurus default created...
    Processing...
    DRG-11530: token exceeds maximum length
    Disconnected
    CTXSYS@orcl_11g> connect ctxsys/ctxsys@orcl
    Connected.
    CTXSYS@orcl_11g>
    CTXSYS@orcl_11g> select count(*) from ctx_thesauri where ths_name = 'DEFAULT'
      2  /
      COUNT(*)
             1
    CTXSYS@orcl_11g> select count(*) from ctx_thes_phrases where thp_thesaurus = 'DE
    FAULT'
      2  /
      COUNT(*)
             0
    CTXSYS@orcl_11g> exec ctx_thes.drop_thesaurus ('default')
    PL/SQL procedure successfully completed.
    CTXSYS@orcl_11g> host ctxload -thes -user ctxsys/ctxsys@orcl -name default -file
    C:\app\Barbara\product\11.1.0\db_1\ctx\sample\thes\dr0thsus.txt
    Connecting...
    Creating thesaurus default...
    Thesaurus default created...
    Processing...
    1000 lines processed
    2000 lines processed
    3000 lines processed
    4000 lines processed
    5000 lines processed
    6000 lines processed
    7000 lines processed
    8000 lines processed
    9000 lines processed
    10000 lines processed
    11000 lines processed
    12000 lines processed
    13000 lines processed
    14000 lines processed
    15000 lines processed
    16000 lines processed
    17000 lines processed
    18000 lines processed
    19000 lines processed
    20000 lines processed
    21000 lines processed
    21760 lines processed successfully
    Beginning insert...21760 lines inserted successfully
    Disconnected
    CTXSYS@orcl_11g> select count(*) from ctx_thesauri where ths_name = 'DEFAULT'
      2  /
      COUNT(*)
             1
    CTXSYS@orcl_11g> select count(*) from ctx_thes_phrases where thp_thesaurus = 'DE
    FAULT'
      2  /
      COUNT(*)
          9582
    CTXSYS@orcl_11g>

    Hi Roger,
    Thanks for the response. You are correct. I was confusing the terms thesaurus and knowledge base, which sometimes seem to be used interchangeably or synonymously, but are actually two different things. I read over the various sections of the documentation regarding the supplied knowledge base and supplied thesaurus more carefully and believe I understand now. Apparently, the dr0thsus.txt file that I did ultimately load using ctxload to create a default thesaurus is the supplied thesaurus that is intended to be used to create the default English thesaurus, which supports ctx_thes syn and such. The other droldUS.dat file that I mistakenly tried to load using ctxload is the supplied compiled knowledge base that supports ctx_doc themes and gist and such. In the past I have used ctx_thes.create_thesaurus to create a thesaurus, but using ctxload can also load a thesaurus from a text file with the data in a specified format. Once a thesaurus is loaded using ctxload, it can then be compiled using ctxkbtc to add it to the existing compiled knowledge base. So, the knowledge base is sort of a compilation of thesauri, which is what led to my confusion in terminology. I think I have it all straight in my mind now and hopefully this will help anybody else who searches for the same problem and finds this.
    Thanks,
    Barbara

  • T-code CJ30,system gives an error of maximum time exceeds

    Dear Sir
    When we are executing T-code CJ30,system gives an error of maximum time
    exceeds and some time the report is coming,we have exceeded the time
    also but no outcome,since our project builder is not so
    huge.Particulary we are facing in one project and rest of the project
    takes lots of time.
    Regards
    Kunal Joshi

    Hi,
    Kindly write in the order of steps you have performed in the system.
    with what you have written i got this:
    You don't have big projects.
    When you run CJ30, it gives time out error.
    is this you want to say?
    Regards,
    Harsh.
    Edited by: Harsh Saxena on Sep 10, 2010 2:40 PM

  • Windows service, error Maximum request length exceeded

    What is causing this error, from the windows service?
    There was an exception running the extensions specified in the config file. ---> Maximum request length exceeded

    Hi Nick,
    Per my understanding you got this error "Maximum request length exceeded" about your reporting services, right?
    It seems the issue is caused by the request reach the max length.
    To solve the issue, please made the changes in web.config of both the Report Server and the Report Manager:
    <httpRuntime executionTimeout = "9000" maxRequestLength=" 2097151" />
    If the solution above does not help, please post the error logs of the Report Server. The error logs will help us more about troubleshooting and also provide us details information about what actions you are doing when causing this error.
    We can get the logs from:
    <Install Driver>:\Program Files\Microsoft SQL Server\MSSQL.<X>\Reporting Services\LogFiles
    Please feel free to ask, if you have any more questions.
    Regards
    Vicky Liu

  • Internal error  csngen_adjust_time: adjustment limit exceeded ???

    Hallo,
    i have found this entries in our error-log in one of four servers. We use Sun Directory Server 5.2 P4. We use replication to all 4 servers. All Servers are configured as multimaster.
    ERROR<38994> - CSN Generation - conn=-1 op=-1 msgId=-1 - Internal error csngen_adjust_time: adjustment limit exceeded; value - 2845858, limit - 86400
    We use Sun Directory Server 5.2 P4. We use replication to 4 servers. All Servers are multimaster.

    This can be a serious error which can prevent replication from working properly.
    Please make sure all of your machines have synchronized times.
    You may want to restart your servers as well.
    I believe that a bug was fixed in 5.2patch4 regarding excessive CSN time adjustment. You may want to upgrade to this release if not done yet.
    Regards,
    Ludovic

  • Impdp error number of bytes exceeds limit of varchar2

    Hi,
    I have a problem migration data from one database with western Europe character set to a new database with UTF-8 charter set. I know that this has to do with some characters using more then one byte in UTF character database. But as I have one column varchar2 is configured with 4000 byte as limit and imp reports error as some rows exceeds 4000 and actual requirement is 4009 byte which is not possible as limit of varchar2 is 4000 byte.
    I need to identify the rows that exceed 4000 byte.
    Changing datatype is not an option.
    Anyone have any ideas on how to identify the rows that exceeds 4000 bytes or anyone have a query that makes it possible to query existing environment with all rows above 3980 byte in this one column?
    Regards
    933746

    JohnWatson wrote:
    The csscan Character Set Scanner utility will report all the rows that will be damaged by the character set change (though you'll have to fix them yourself), it is described in the Globalization Support Guide.Thanks I'll look into it.
    I haven't run csscan on this database but ofc on all others :)

  • DRM Activation Error "Number of activations exceeded" (Android reader)

    I received this error "Number of activations exceeded" when entering in my Adobe ID in my Android device.  I have owned several Android phones and tablets and probably have activated on all of them over the years.  How do I reset the activations?  Thank you.

    It is a vicious cycle.  I spoke with two different people by phone (no chat is available that I could find, nor an email address0.  The first person said they could not help after keeping me on the phone 20 minutes.  I called again and after speaking to two people, my "case" was referred to the Diginal Editions department and someone will contact me within 24-48 hours.  No contact so far 30 hrs later.  This seems to be a frequent issue according to these forum comments, but Adobe does not seem very customer sensitive or efficient in resolving these fairly simple issues. 

  • Error 2950 System Resource Exceeded

    Hello Team,
    I am going to set warning to No for a series of queries that they need to run one after the other and then at then end to add text message  and then set warning to yes. But I get an error message: Error 2950 System Resource Exceeded.
    How can I resolve this question?
    GGGGGNNNNN
    GGGGGNNNNN

    Hi GN,
    >> set warning to No for a series of queries that they need to run one after the other and then at then end to add text message  and then set warning to yes
    Could you share us a simple demo to reproduce your issue? I made a research about "Error 2950 System Resource Exceeded" and found it might be caused by the complexity of the query.
    I think you could try the steps as following to ​troubleshoot this issue.
    #1 Just run the series of queries one by one to check whether the query could work correctly.
    #2 Just set the warning to No and the warning to yes with one simple query.
    If you find it was caused by one query, I think you need to change your query to many simple queries and the link below might be useful to you.
    # Error message when you run a query in Access 2007: "System Resource Exceeded" or "Query is too complex"
    https://support.microsoft.com/kb/918814?wa=wsignin1.0
    In addition, it would be helpful if you could share us a simple demo to reproduce your issue.
    Best Regards,
    Edward
    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.

  • ORA-20171: WM error: Trigger Names cannot exceed 27 characters

    Hi All,
    while executing the following script :
    "EXEC DBMS_WM.EnableVersioning ('clasec_menu_role_map', 'VIEW_WO_OVERWRITE');"
    i encountered following errors.
    ORA-20171: WM error: Trigger Names cannot exceed 27 characters
    ORA-06512: at "SYS.LTDDL", line 457
    ORA-06512: at "SYS.LTDDL", line 1123
    ORA-06512: at "SYS.LTDDL", line 1107
    ORA-06512: at "SYS.LT", line 9024
    i am working on oracle 10g, please help me out of this problem.
    Vikas

    i have changed the trigger name but now error is diffrent.
    SQL> EXEC DBMS_WM.EnableVersioning ('clasec_menu_role_map', 'VIEW_WO_OVERWRITE');
    BEGIN DBMS_WM.EnableVersioning ('clasec_menu_role_map', 'VIEW_WO_OVERWRITE'); END;
    ERROR at line 1:
    ORA-20230: table 'CLASSICSECURITY.CLASEC_MENU_ROLE_MAP' failed during
    UndoEnableVersioning/DisableVersioning. Error:
    ORA-01403: no data found
    ORA-01403: no data found
    ORA-06512: at "SYS.LTDDL", line 457
    ORA-06512: at "SYS.LTDDL", line 1123
    ORA-06512: at "SYS.LTDDL", line 1107
    ORA-06512: at "SYS.LT", line 9024
    ORA-06512: at line 1
    vikas

Maybe you are looking for

  • Can I use a debit card to set up family sharing?

    When setting up my family sharing it will not let me a create Apple id for a child under 13. It says that I have a debit card and to add a credit card. I don't use credit cards. If this is only for age verification why would it matter? I tried both o

  • Can you remove the camera white balance setting in Aperture

    I have a Canon 7D and use Aperture for processing and storing my images. With the Canon I shoot both video and still and frequently adjust the white balance in the camera.  I make a frequent mistake in leaving the wrong white balance setting on - eg

  • IPhones can connect to each other in Facetime, but new iPad mini can't

    I just bought a new iPad mini. One of the main reasons my wife and I wanted this was to help when we are long distance in our relationship. When I try to make/receive a Facetime call with the iPad mini (with my wife's Apple ID) to my phone, it places

  • Can I use SDK to build a PDF portfolio?

    I have Acrobat Pro 9.3 installed and am trying to use the 9.1 SDK to programmaticallly build a pdf collection of existing PDF files.   I prefer to do this via Visual Studio 2008/C# but I do not see the funtionality in the SDK.   Am I missing somethin

  • How do I combine two MyBestBuy accounts?

    Hi! I have two MyBestBuy accounts, each with some points on it. I was wondering if it was possible to combine all the points onto one account. Thanks for your help. Solved! Go to Solution.