In creation of SO system always is giving memory out of range

Hi all,
I have just started my career in SAP: SD. while creation of SO the system takes a long time and always giving an error which tells that memory exceeds the limit, etc. I specified the error to the basis person, but was later told that it is the problem from my side i.e. i am not giving proper entries or something else, because of which system is creating problem.Can you people tell me where i may be wrong, or what in the mind should i keep while creation of sale order.
Regards,
Gaurav Kumar

This can be one reason. I have quoted SAP Note 486794.
When you use component IS-MILL, program terminations with error MEMORY_NO_MORE_PAGING can occur in Transactions VA01, VA02, VA03.
In program MILL_SE_MUEBS_LESEN, function module CUCB_GET_SINGLE_INSTANCE is called instead of function module VC_I_GET_CONFIGURATION (see Note 428343).
Thanks,
Ashish

Similar Messages

  • ESOA - XML PO creation in MM system

    Hi Gurus,
    I m working on MM-SUS scenario using eSOA. I have imported business scenarion Service procurment in XI system. I have activated WF WS53800008 for BO BUS2012 and Business function LOG_MM_P2PSE_1.
    When I create PO in MM system, it should create an XML PO and that supposed to reach SUS system thru XI. The issue is, XML PO is not getting generated in MM system. I couldnt find the solution... Could anyone help me on this???
    What all are the necessary steps to be followed for this scenario???
    Currently I am working on SRM 7.0 version...
    Regards
    Iyyappa...
    Edited by: Rama Iyyappa on Aug 30, 2010 9:27 AM

    Hello,
    Could you check the foll cust link in SPRO:
    Define Objects in Backend System (Purch. Reqs, Reservations, Purch. Orders).
    PO is created if you set the "*" for EITHER the purchasing group OR the product category.
    SRM is creating PR or PO depending on:
    SRM customizing (ex: always external proc + PR if incomplete, PO if complete)
    the interpretation of SC data by R/3.
    IF your SC is considered complete by SRM (but with a fixed vendor and not a preferred vendor) the system will check if it can create a PO in R/3.
    For this, each item will request a META_INTERPRETE_DATA to R/3, asking if it can create a PO. If R/3 considers this data as incomplete, it will reply to create a PR.
    Usual cases of R/3 PR creation instead of PO:
    prefered vendor in SRM (and not a fixed one)
    custom checks in user exits in R/3
    error messages in R/3 (ex: O6 334 In the case of a fixed vendor, please enter info record)
    To debug without debuging into R/3, you can also try the following:
    use BADI DETERMINE_TARGET_OBJECT and force PO creation
    so the system will always try to create a PO
    R/3 won't create the PO (for the same reason as in META_INTERPRETE_DATA), and will raise an error in SRM
    finally you get the real error in application monitor (SC --> backend application errors
    Related thread:
    Re: PO not create from SC with source of supply in classic sena
    Kind regards,
    Gaurav
    PLEASE GIVE FULL POINTS FOR USEFUL REPLIES

  • Error in creation of source system

    Hi Experts,
    We are facing a problem while creation of source system. We are getting an error "You have no authorization for basic types (activity 03)" Kindly help me to resolve this issue.
    Regards,
    Jitendra

    Hi there,
    if you get the error again, please go tcode su53 directly and see for which object the authorization is missing. I understand you have SAP_ALL access but for any authorization issue we normally go to SU53 tcode and verfiy.
    So once you get the object name then go to SU01 and open your id. Go to authorization tab and find for that object and see if '03' activity is assigned to you or not.
    If this step is absolutely fine then we can think of alternative solution.
    Regards,
    Anup

  • IDOC/BAPI for Production order creation from Legacy system

    Hi all
    We are using an interface to create Production orders from legacy to SAP. Would you recommend an IDOC or a BAPI to create Production orders. If IDOC or BAPI then could you please mention which one?
    thanks a bunch

    Hi John,
    For your purposes, please use BAPI for production order creation from legacy system. There is no standard inbound IDoc available to use. SAP has an IDoc for outbound interface only (message type LOIPRO).
    If there is an inbound IDoc available, I would recommend to use an IDoc.
    IDoc technology has excellent error handling and will allow you to reprocess an error (if any).
    BAPI is also good approach to use and fast in term of  processing.
    For BAPI approach, you can use BAPI BAPI_PRODORD_CREATE.
    Hope this will help.
    Regards,
    Ferry Lianto

  • Satellite L500-1ek - setup system always starts with 800x600

    I have new Satellite L500-1ek notebook with Windows 7.
    Whatever screen resolution I setup system always starts with 800x600. And not only after restart but even when I logout my profile and login again.
    More: I use also external monitor. I can have mirror of my laptop screen on the monitor or only display on monitor but whatever I do I cannot have extended screen.
    When I try to set it up I'm simply ignored by driver.
    So I tried to install newest driver. I downloaded it from Toshiba site but it never installed saying me that my system did not meet minimum requirements.
    What to do now?
    Marek

    Hi Marek,
    > I downloaded it from Toshiba site but it never installed saying me that my system did not meet minimum requirements.
    As far as I know your notebook is equipped with Intel graphic card and so you are installing the latest display driver from Toshiba website. Is this right?
    Well, I have to say that I had the same issue on my Satellite U400 that is also equipped with Intel graphic card. The solution for this problem was pretty easy: I installed the driver via device manager. There select the graphic card, make a right click on it and select Update Driver. In next windows choose the advanced installation where you can choose the driver directory yourself. After the installation make a restart and thats all! :)

  • Shopping Cart Item wise PO or PR creation in backend system.

    HI Experts,
    I have one doubt in the shopping cart,can any one of you tell me the customizing setting for the same.
    Whenever we create shopping cart either PO or PR is created in backend system as per the requirement of client,there must be some customizing settings need to be done for the same.
    What is that customizing settings????reply for both PR as well as PO.
    Also when we have multiple line items in Shopping cart and if we want to create PO for one line item and PR for other line item in the back end system then how to change this setting for achieving item specific customizing?????
    Thanks in Advance,Please help.
    Thanks & Regards,
    Paresh Sojitra.

    Hi,
    1. Using Business Add-In BBP_CREATE_BE_RQ_NEW you can change all the data that is transferred to the backend system for generation of a requirement. This includes, for example, item data, account assignment data, and texts. You can access all the shopping cart data in the method FILL_RQ_INTERFACE for generation of the backend reservation via the BAPI BAPI_REQUISITION_CREATE
    2. Using the Business Add-In BBP_CREATE_BE_RS_NEW, you can change all the data that is transferred to the backend system for generation of a reservation. This includes header and item data.
    All the shopping cart data is available as input parameters.
    3. With Business Add-In BBP_CTR_BE_CREATE, you can replace or supplement existing contract data in SAP Enterprise Buyer with your own backend structures and tables. Enterprise Buyer calls this BAdI before it makes the RFC to the backend system to create a contract.
    For more details go through SE18 Badi documentation..
    Q Also in the the above case if i want to create Reservation for one item of shopping cart then what to do???????? and what to do for Contract creation in backend system????
    A. When you create SC for item, if the item was stock item in backend system automatically created reservation as mentioned in above settings.
    in classic scenario contracts are created in R/3 System.
    Thanks
    prasad.s

  • HT1918 When I try to purchase a apps, system require me to verify my credit card account.  I've provided all the complete information of the credit card but system always ask me to contact iTunes support to finish this transition, why ?

    When I try to purchase a apps, system require me to verify my credit card account.  I've provided all the complete information of the credit card but system always ask me to contact iTunes support to finish this transition, why ?

    Answered in your Other post on this Topic...
    https://discussions.apple.com/message/24053626#24053626

  • I had a trial version and now i want to buy buty i forgot my serial number. How can in install aperture because the system always refer to the trial installation

    A few months ago i installed a trial version of aperture. I never renewed it and now I want to buy it but it doesn't work.
    The system always ask for the trial Serial Number and i don't know it anymore.
    How can I get it so that I can buy Aperture definitly and use it.
    Thanks for helping me
    Paul

    Welcome to Apple Communities
    You can buy Aperture in the Mac App Store without key and cheaper than in discs

  • HT1918 why did the system always show me that I could not perchase and ask me to contact itunes support?

    why did the system always show me that I could not perchase and ask me to contact itunes support?

    Welcome to the Apple Community.
    Did you follow the instructions in the message and contact Apple, which you can do through iTunes Store Support. If Apple have asked you to contact them, then the issue can only be resolved by them.

  • When MDBT is carried out  it is automatically giving print out of MRP resul

    Hi,,
    when MDBT is carried out  it is automatically giving print out of MRP result,what would be the reason can any one can explain.
    Regards,
    somiraghu

    Hi,
    At the time of Background Job creation thriugh SM36, there is an option to specify the spool parametsrs, in that if you say that immediate printing, you will get the Print immediately after the Job completion.
    Regards,
    Siva

  • How can I get all photos from iPhoto to automatically back up to iCloud from my Mac OSX Version 10.6.8 operating system.  Not enough memory to upgrade.

    How can I get all photos from iPhoto to automatically back up to iCloud from my Mac OSX Version 10.6.8 operating system.  Not enough memory to upgrade.

    You can't.  iCloud is not for general file backup from a Mac. It's for backup up and syncing data between mobile devices and and Macs and  The following is from this Apple document: iCloud: Backup and restore overview.
    iCloud automatically backs up the most important data on your (mobile) device using iOS 5 or later. Once you have enabled Backup on your iPhone, iPad, or iPod touch .....
    What is backed up
    You get unlimited free storage for:
    Purchased music, movies, TV shows, apps, and books
    Notes: Backup of purchased music is not available in all countries. Backups of purchased movies and TV shows are U.S. only. Previous purchases may not be restored if they are no longer in the iTunes Store, App Store, or iBookstore.
    Some previously purchased movies may not be available in iTunes in the Cloud. These movies will indicate that they are not available in iTunes in the Cloud on their product details page in the iTunes Store. Previous purchases may be unavailable if they have been refunded or are no longer available in the iTunes Store, App Store, or iBookstore.
    You get 5 GB of free iCloud storage for:
    Photos and videos in the Camera Roll
    Device settings (for example: Phone Favorites, Wallpaper, and Mail, Contacts, Calendar accounts)
    App data
    Home screen and app organization
    Messages (iMessage, SMS, and MMS)
    Ringtones
    Visual Voicemails
    But not from a Mac.  If you want to backup your photos and other important files I suggest you get an external hard drive and use  it with Time Machine.
    OT

  • PI 7.31 (single stack) posting to RFC configuration gives this error: om.sap.mw.jco.JCO$Exception: (104) RFC_ERROR_SYSTEM_FAILURE: String index out of range: 0 (raised by system extern ...

    Getting cryptic error while trying to post to a custom RFC from PI 7.31 single stack.
    com.sap.mw.jco.JCO$Exception: (104) RFC_ERROR_SYSTEM_FAILURE: String index out of range: 0 (raised by system <extern>|pidevhost)
    Does anyone recognize this error and/or know of detailed instructions for registering custom RFCs in PI 7.31. I could possibly have configured the target wrong but no error says so.
    This is a File-->PI-->RFC scenario. The file processing is super simple and a configuration I have used successfully before. I would assume I'd get a different error if it couldn't parse the file.
    Jody

    Not shure if you already did but try getting some details with XPI Inspector. Also increasing log level for this category might help. You also may wanna check authorization (even if this should show with a different error text) in ECC using ST01.
    My guts feeling is that there is something wrong with payload / signature of RFC.
    Cheers
    Jens

  • Having trouble installing ProIX on new Windows 8 machine after XP crash.  Get almost ll of the way through and get an error box ... contact system support.  Only way out is to abort and then it un-installs.  Wondering if a licensing max issue since we did

    having trouble installing ProIX on new Windows 8 machine after XP crash.  Get almost ll of the way through and get an error box ... contact system support.  Only way out is to abort and then it un-installs.  Wondering if a licensing max issue since we didn't get an opportunity to uninstall off of crashed machine?

    Hey robr72339266,
    With a single user license, you can install Acrobat on maximum two computers, say, your laptop at work and desktop at office.
    But, you cannot use Acrobat on both the machines simultaneously.
    You will first need to deactivate Acrobat from the old machine, then install and activate the software on the new OS with the same serial key.
    Please Contact | Adobe to seek help on the same.
    Regards,
    Anubha

  • HT1414 In updating my iTunes,I got a message "Service Apple Mobile Device failed to start. verify that you have sufficent priviliges to start system services". Cant figure out what to do

    In updating my iTunes,I got a message "Service Apple Mobile Device failed to start. verify that you have sufficent priviliges to start system services". Cant figure out what to do

    So many people are having this problem! Doehunter's instructions here worked for me!  Hope this helps. https://discussions.apple.com/message/23824640#23824640

  • CR XI Database Connector Error 220 Out of Range with Remedy AR System

    Post Author: schilders
    CA Forum: Data Connectivity and SQL
    Good Afternoon,
    We just upgraded to CR XI and I'm now attempting to refresh a report based on our Action Request System.  I received the database connector error 220 out of range and cannot refresh the report.  Has anyone else experienced this issue?  If so, how did you fix it?
    Thanks,
    Sid

    Post Author: Alleda
    CA Forum: Data Connectivity and SQL
    Hi
    I have a similar problem, have you found any solution?
    Dan

Maybe you are looking for