WM foreground processing required - is it possible to switch back to backgr

Hello all!
To putaway goods we use LB12. But as soon the system
finds a problem it says:
Due to a system error, foreground processing required
Is it here somewhere possible to switch back to background or
to go over the error?
I would appreciate to get an answer,
Barbara

Go to tcode OMLJ and in the control section for movement type 101 set the indicator for
Foreground/Backgrn

Similar Messages

  • Is it possible to switch back to ios5 after having installed ios6 on ipad 2? Cant open web pages and dont like some functinalities so would like to go back.

    Appart from the non indefferent fact that is becoming just like that other giant microsoft and it took me 20 minutes to get everything settled before i could actually ask a **** question which by chance arose from the fact that i was wasting time not being able to access some login page i usually can access from my ipad2. The problem seams to be the new ios6 which i fullheartly installed but appart from the everchanging funcionalities that are fine when you are a teen but are a nuisance when you have little time there seam to be changed under the hood to that dont allow for the normal use i make of the internet.
    Question: is it possible to switch back to IOS5 after having installed IOS6? How long can the proccess be ? Will it have any other magic apple effect?
    Ps: im starting to think that other guy microsoft was not that much of an evil money making babylonlike creature. Maybe is just the scale of success that turns friendly companies to anonymous "robbers".

    Appart from the non indefferent fact that is becoming just like that other giant microsoft and it took me 20 minutes to get everything settled before i could actually ask a **** question which by chance arose from the fact that i was wasting time not being able to access some login page i usually can access from my ipad2. The problem seams to be the new ios6 which i fullheartly installed but appart from the everchanging funcionalities that are fine when you are a teen but are a nuisance when you have little time there seam to be changed under the hood to that dont allow for the normal use i make of the internet.
    Question: is it possible to switch back to IOS5 after having installed IOS6? How long can the proccess be ? Will it have any other magic apple effect?
    Ps: im starting to think that other guy microsoft was not that much of an evil money making babylonlike creature. Maybe is just the scale of success that turns friendly companies to anonymous "robbers".

  • Show photos in random order (with possibility to switch back to last one shown)

    Hallo!
    I'm having trouble to to show my entire photoselection on my ipad in random order - like on a regular photoframe. The only possibility I figured out, was to show the whole library as a screensaver in random order. Unfortunately in this case I'm neither able to zoom in the current picture or to switch back to the last one(s). In the build in photos app i can start a slideshow with all pics but I didn't found an option to randomize them.
    I already tried tons of photoframe-apps, but all of them have problems to import all of my ~30.000 photos (automaticly) without having to select every single one of them.
    Does anyone have a solution on this??

    I'm now using Snow Leopard, and the same thing happens. Don't know if it is relevant or not, but one of the things I've noticed is that the System Preferences window (even when hidden) shows in the right place, but clicking on it doesn't work. It is as if the window and the buttons are somewhere other than where they show on the screen. Quitting System Preferences and restarting it solves the problem.

  • Thinking about switching from single-app to full CC. Is it possible to switch back at a later date or am I committed to a year of full membership?

    Hi there,
    I'm currently paying for Flash but it looks like I may have to use Photoshop and After Effects too, so I was thinking about switching to the full plan. However if I don't end up needing Photoshop or After Effects is it possible to downgrade my membership to single-app in the future?
    Thanks in advance!
    Dan

    Be sure to select the MONTHLY subscription so you may stop the subscription at any time and not have to pay a penalty for cancelling a year's subscription

  • Decision required for sample quantity in foreground processing

    Hi,
    I'm trying to do a GR using LB11 but when I try do execute TO in background I receive this error in the log.
    "Decision required for sample quantity in foreground processing"
    Trying in foreground I have in following message: Inspection sample quantity must be greater than 0 for this processing.
    May I have a missing configuration in the strategies?
    I need to do this on background.

    I just found that the interface QM-WM was not fully configured in SPRO.
    The interface control WM-QM was not set correctly for the storage Type search sequences.

  • Is Appoval Process for Standard Target possible in 11.1.2.1

    Hi All,
    We are testing Workflow Approval process in 11.1.2.1
    The idea is to get a Free Flow approval process to work for a Standard Target Version member.
    So, we created 2 members in the Version dimension;
    1) Working - Standard Target
    2) BU_Ver - Bottom up
    After assigning access to respective users in entity, scenario and version dimensions;
    and defining the planning unit, when I try to do Scenario and Version Assignment
    I can only see the Scenario members and for Version selection the Bottom up (BU_Ver) member.
    The Standard Target member (*Working*) does not appear in the drop down.
    My questions is;
    1) Is it possible to implement a free form workflow using Standard Target.
    Please help !!
    Thanks in advance.
    KD

    I have similar situation with my client and I had below post few days back. I was hoping to get some feed back.
    Process management vs target vesrion
    If the purpose is to know who is signing off and not to control read/write access during the approvals and rejections I am thinking of trying above post. I still need to test that and see if I am missing anything.
    Distributed budgeting: Oracle doc:
    After the data is collected at the lower levels, the budget is submitted through the process management approval process. After all the budgets are submitted, >the top budget group owner reviews, approves, and loads the budgets for budgetary control, transaction control, and reporting.I think Oracle meant to copy data from 'target' to 'bottom-up' version before enabling process management (I donno what makes the difference of using distributed/free-form option during planning unit creation), it is still not clear enough for me.
    Enabling 'bottom-up' forecast for detail level sales forecast is practically not an easy process and I may have to push back the scope on 'process management'
    Thanks

  • 'RSTS_READ' after upgrade error Required conversion not possible (ZFORM16)

    Hi,
    We have recently upgraded from SAP 4.7 to SAP ECC 6.0.
    For client requirements, they have developed ZFORM16 in 2006 by copying the standard form HINCF160.
    But after upgradation, when we execute ZFORM16  for 2006 data we are getting the error message:
                             Required conversion not possible
    Some analysis of the issue is:
    1)     In include: ZPCF16IN3 at statement:    PERFORM read_temse.         " MDSNT927906
    2)     It is going to include : ZPCF16IN8 we are getting the error message at the statement :
    call function 'RSTS_READ'
    The error message is: Required conversion not possible
    When I have checked the standard of form 16 HINCF160 code in ECC 6.0 is as:
    In include PCF16IN3, PERFORM read_temse. Statement is commented and the corresponding form in PCF16IN8 include is also commented (Form  read_temse)  and now SAP is using different logic to get the DETAILS  OF TAX DEDUCTED.
    If I try to comment the PERFORM read_temse in ZPCF16IN3 then I am able to get the Form16 but DETAILS  OF TAX DEDUCTED are not displayed. DETAILS  OF TAX DEDUCTED logic is in PERFORM read_temse in ZPCF16IN3.
    Can someone help me in solving the issue?
    Regards,
    Prem

    We had to restart SAP & Oracle and the issue is solved

  • Could not connect to the Active Directory. Active Directory Certificate Services will retry when processing requires Active Directory access

    Event properties – Event 91, Level Error, Event ID 91, Date and time 5/10/2012 11:29:48AM, Service CertificationAuthority
    General: 
    Could not connect to the Active Directory.
    Active Directory Certificate Services will retry when processing requires Active Directory access.
    We have a Windows 2008 Server Enterprise with AD . I would like to enable the service  "Certificate Services"  that
    allow me to enable radius to authenticate users wireless with the active directory.

    Hi, 
    Can you please check this forum or someone from Microsoft, as we have post here dating back from October that are not being answered.
    Everything for us is exactly the same as szucsati and Racom
    NMNM, 
    Please give us an answer on this as the link provided is absolutely useless.
    Thank you.

  • Collect business process requirements in sd implementation project?

    how to collect business process requirements in sd implementation project?

    how to collect business process requirements in sd implementation project?

  • Study business process requirements in sd implementation project?

    how to study business process requirements in sd implementation project?

    Hi chandu,
    I will suggest you first go through the document given below
    SAP Implementation is the whole of processes that defines a complete method to implement SAP software in an organization. The SAP implementation method described in this entry is a generic method and not a specific implementation method as such. It is based on best practices and case studies from various literature sources and presents a collection of processes and products that make up a complete implementation method to allow any organization to plan and execute the implementation of SAP (ERP) software.
    Concept Definition
    CHANGE MANAGEMENT ***Activities involved in (1) defining and installing new values, attitudes, norms, and behaviors within an organization that support new ways of doing work and overcome resistance to change; (2) building consensus among customers and stakeholders on specific changes designed to better meet their needs; and (3) planning, testing, and implementing all aspects of the transition from one organizational structure or business process to another. (www.gao.gov)
    CHANGE MANAGEMENT DOCUMENTATION All documentation that is required and being delivered whilst performing change management, e.g. the functional test cases and all the other documents a new end-user of SAP requires and the various tools and approaches used to manage change by the TSO. (Anderson, 2003)
    COST OF OWNERSHIP ANALYSIS Determination of where and when the costs are inquired within the context of the SAP solution stack and ongoing operations. The analysis addresses all internal and external costs, both one-time as well as recurring (Anderson, 2003)
    CUTOVER The process of transitioning from one system to a new one (Anderson, 2003)
    CUTOVER PLAN All documentation related to planning, preparing and executing cutover, describing how to lock down the system from a technical change management perspective, preparing the TSO for its new role and rolling out the SAP graphical user interface to all future end users. (Anderson, 2003)
    DATA CENTER A data center is a facility used for housing a large amount of electronic equipment, typically computers and communications equipment. (www.wikipedia.org)
    DATA CENTER REQUIREMENT A requirement for the SAP data center, i.e. a physical requirement like power requirements, a rack requirement, a network infrastructure requirement or a requirement to the network server. (Anderson, 2003)
    DISASTER RECOVERY (DR) REQUIREMENT Requirement that focuses on downtime that lasts many hours to days or even weeks (Anderson, 2003)
    FUNCTIONAL TEST CASE A set of conditions or variables under which a tester will determine if a certain business process works (www.wikipedia.org)
    HIGH AVAILABILITY (HA) REQUIREMENT Requirements that describes the amount of time that the system needs to be available to satisfy the needs of the users. (Anderson, 2003)
    INSTALLATION DOCUMENTATION All documentation related to the installation of an end-to-end SAP solution (Anderson, 2003)
    OPERATIONS MANUAL The collection of current state system documentation, day-to-day and other regularly scheduled operations tasks, various installation and operations checklists and how-to process documents. (Anderson, 2003)
    SAP SAP AG is the name of the biggest European software company. The head office is in Walldorf, Germany. SAP was founded in 1972 as Systemanalyse und Programmentwicklung ("Systems Analysis and Product") by five former IBM employees in Mannheim, Germany. (www.wikipedia.org)
    SAP IMPLEMENTATION PROJECT PLAN A comprehensive project plan that contains all products that are delivered whilst performing an SAP implementation project (Anderson, 2003)
    SOLUTION STACK Set of software subsystems or components needed to deliver a fully functional solution, e.g. a product or service. (www.wikipedia.org)
    SOLUTION STACK PARTNERS LIST A list of all vendors that deliver the products that make up the SAP solution stack (Anderson, 2003)
    SOLUTION VISION A vision of the future-state of the SAP solution (Anderson, 2003)
    STRESS TEST PLAN A test plan that is focused at determining the stability of a given system or entity. It involves testing beyond normal operational capacity, often to a breaking point, in order to observe the results. (www.wikipedia.org)
    TEST PLAN A detail of how the test will proceed, who will do the testing, what will be tested, in how much time the test will take place, and to what quality level the test will be performed. (IEEE 829)
    TRAINING The acquisition of knowledge, skills, and attitudes as a result of the teaching of vocational or practical skills and knowledge that relates to specific useful skills (www.wikipedia.org)
    TRAINING PLAN Consisting of training units, a training plan is the result of hierarchical decompositions of a training goal, tailored according to the learning preferences and prior knowledge of the trainee. A plan is the means by which the trainee satisfies the goal. (www.ece.eps.hw.ac.uk/)
    TSO Technical Support Organization. The people that are committed to implementation and management of SAP. (Anderson, 2003)
    TSO CHART A chart that depicts the structure of the TSO. (Anderson, 2003)
    Activity Sub-Activity Description
    Project preparation Craft solution vision Refine and communicate a SOLUTION VISION of the future-state of the SAP solution, to sketch a design that meets both business and financial requirements. The focus should be on the companyu2019s core business and how the SAP solution will better enable that core business to be successful.
    Design and initially staff the SAP TSO Design and staff the key positions of the SAP Technical Support Organization (TSO), the organization that is charged with addressing, designing, implementing and supporting the SAP solution.
    Sizing and blueprinting Perform cost of ownership analysis Perform a COST OF OWNERSHIP ANALYSIS to determine how to get the best business solution for the least money i.e. to determine where and when the costs are incurred within the context of the SAP solution stack.
    Identify high availability and disaster recovery requirements Determine all HIGH AVAILABILITY and DISASTER RECOVERY REQUIREMENTS, to plan what to do with later downtime of the SAP system
    Engage SAP solution stack vendors Select the best SAP hardware and software technology partners for all layers and components of the SAP SOLUTION STACK, based on a side-by-side sizing comparison
    Staff TSO Staff the bulk of the TSO, i.e. fill the positions that directly support the near-term objectives of the implementation, which are to develop and begin installation/implementation of the SAP data center.
    Execute training Train the various members of the SAP TSO, like data center specialists, high availability specialist and network specialists and train the end-users to give all the required SAP knowledge and skills
    Setup SAP DATA CENTER Build a new SAP DATA CENTER facility or transform the current data center into a foundation capable of supporting the SAP SOLUTION STACK
    Perform installations Install the (My)SAP components and technological foundations like a web application server or enterprise portal.
    Round out support for SAP Identify and staff the remaining TSO roles, e.g. roles that relate to help desk work and other such support providing work.
    SAP functional development Address Change Management Develop a planned approach to the changes in the organization. The objective is to maximize the collective efforts of all people involved in the change and minimize the risk of failure of implementing the changes related to the SAP implementation.
    Address SAP systems and operations management Create a foundation for the SAP systems management and SAP computer operations, by creating a SAP OPERATIONS MANUAL and by evaluating SAP management applications.
    Perform functional, integration and regression tests Test the SAP business processes, by executing functional tests to ensure that business processes work, integration tests to ensure that the organizationu2019s business processes work together with other business processes and regression tests to prove that a specific set of data and processes yield consistent and repeatable results.
    Final Preparation Perform systems and stress tests Plan, script, execute and monitor SAP STRESS TESTS, to see if the expectations of the end users, defined in service level agreements, will be met.
    Prepare for cutover Plan, prepare and execute the CUTOVER, by creating a CUTOVER PLAN that describes all cutover tasks that have to be performed before the actual go-live
    Go Live Turn on the SAP system for the end-users
    Hope this will help.
    Reward Point if helpful.
    Thanks,
    Raja

  • Module-specific checklist for business process requirements mapping?

    Hi,
    I am looking for some ASAP tools to support the business process requirements mapping phase of an implementation. The best would be to have a checklist, a sheet of questions to ask during the meetings so that each requirements are considered when creating the business processes in solution manager.
    Anyone can recommend me such material?
    Thanks in advance,
    regards,
    Ádá

    Dear,
    Check: Pre Implementation Questions
    Implementation questionnaire
    http://it.toolbox.com/blogs/dhruvs-blog/sap-implementation-blueprints-32286
    Regards,
    Syed Hussain.

  • New Business Process Requirement

    Hi All,
    I have a new business process requirement from my client.
    My Client has their own product which they do normaly sell them and is called product A. Now they are planning for some new products. For this they purchase some WIP materials called product B & C from vendors and assemble them along wth product A. The assembled product which is called D is sold as finished product. this product D consists of product A and product B&C. Now in this type of scenario what should be the planning strategy? And also please let me know how to incorporate the assembling part in the present SAP system?
    Thanks,
    Rinky

    Rinky,
    What is the problem?  D is just another finished goods.  Is there something unique about this scenario?
    D BOM = A, B, C
    D assembly effort is contained in D routing, the same way you would create a routing for any other FG product.
    D strategy is whatever your client wants.  MTS?  MTO?  Forecasted?  You pick the strategy the same way you would pick any other FG planning strategy.
    A you need change nothing
    B you need change nothing
    C you need change nothing
    Am I missing something here?
    Rgds,
    DB49

  • System currently suffers from technical problems. Your order will be processed as soon as possible.

    I placed the order for Creative Cloud and it has been confirmed.
    But I received this email: Our order processing system currently suffers from technical problems. Your order will be processed as soon as possible. This is my second attempt and my order has not been processed.

    if you've waited more than 1 business day, contact adobe support by clicking here and, when available, click 'still need help', https://helpx.adobe.com/contact.html

  • In PDP cycle is it possible to pull back transfered PR (from SRM to ECC)?

    Dear Friends,
    We are working on PDP cycle where backend ECC Purchase Requisition is transferred to SRM client via program BBP_EXTREQ_TRANSFER so that the procurement activity is carried out in SRM.
    Now business decides to discontinue the procurement activity from SRM and continue in R/3 only. Which mean business would like to create Purchase Order in R/3 with reference to PR.
    So we delete the shopping cart created in SRM and tried to change the Purchasing group so that system removed the procurement profile tag from PR. But system does not allow.
    My question is, is it possible to pull back the PR from SRM to ECC after it has been transferred to SRM? 
    Or in standard process there is no provision to reverse the situation after a PR is transferred from ECC to SRM.
    Can anyone through some light on this?
    Regards,
    Sandeep Parab

    Hi Sandeep,
    by standard there is no option to send Reqs back to ECC. A moved Req is
    blocked in ECC with a flag in EBAN, that sourcing is carried out externally. This
    block is removed, when the PO is created. I implemented a push back mechanism
    with an extra button in the sourcing cockpit within a classic environment. The
    button first takes the SC information and identifies the Req in ECC, sets the
    status on blank and releases the Req for sourcing. Finally the SC is deleted from
    the sourcing cockpit. With a good programmer the story can be quickly done.
    Cheers,
    Claudia
    Please reward points for useful answers.

  • Travel Expense: Error: Travel Exp already exist not possible to switch schema

    Dear Team,
    I am supporting Travel Management in one reputed company.
    User facing one issue where TRF raised by copying one old TRF, during that time Travel expense report also getting copied. It is not giving any error while raising TRF in this process, but when the user trying to raise TER for the same he is geeing error: 'Travel Expenses already exist not possible to switch schema' Kindly suggest how can I stop this. Attached is the ESS Screen.
    Regards,
    Adi.

    Hi Adi,
    no. Leave that as it is. I wasn't entirely sure whether the field's value influences the TER in any way. But since it is = 1 and your TER schema collides, this is completely irrelevant. Still good to have this ruled out.
    Have you checked what I wrote concerning FITVFELD_WEB? There's a checkbox in the schema "Overlapping Trips allowed" (loosely translated from German, might not be verbatim). If it's not checked, check it and retry.
    Again though: 4 years ago, as I already stated in my earlier posts, these settings had no impact on the collision of Travel Expense Claims and coexisting TERs in the same time were not possible. I assume it is still not possible, so we're clutching at straws here.
    However. If I understood your business needs correctly, you actually do not want the expense report data/indicators to be taken into account, because you just need the copy for the Travel Request, right? There might be chances for implicit enhancements and "killing" that bit information from the copied TE-Cluster entry so it doesn't stray into the copy of the Travel Request Copy anymore.
    Cheers, Lukas

Maybe you are looking for