Location Products Without Change Authorization

Hi,
       I ran the report /SAPAPO/DELETE_PP_ORDER
in a background job and in the spool, I see ;
=======
Location Products Without Change Authorization
Product -
Location
XXXXX----
ABC
a list of products and locations and at the end
"No PP/DS orders exist for the selection"
                        I understand that there are no PPDS orders to be deleted. But what does the "Location Products Without Change Authorization" mean?? These products and locations are also in a active integration model in R/3. They are active in APO.

Hi Venkat,
It appears you don't have change authorization for the mentioned product locations because of which the report is displaying the message and not deleting any order for those products.
Check the authorization objects associated to your profile...
Hope this helps...
Regards,
Manjit

Similar Messages

  • Message "Location Products Without Change Authorization" in PP order deleti

    Hello Experts,
    We have scheduled the program /SAPAPO/DELETE_PP_ORDER to run in background and recieve location products in spool list with message "Location Products Without Change Authorization".
    Location products in the list keep changing every day. Could you please suggest what are the possible causes of this missing change authorizations?
    Thanks a lot.
    Best Regards,
    Chandan

    Hi,
    Try running the program in foreground and when you encounter the error message, go to tcode: /nSU53 and take a screen shot of the details. Your secutiry team would be able to guide you for the authorization missing.
    Hope this helps.
    Regards,
    Nawanit

  • Hide Unit price from sales order for sales user without change authorization of document setting

    Hi all expert
    Hide Unit price from sales user without change authorization of document setting.
    I have also refer this note
    SAP B1 2005 Purchas Order,Good Reciept PO'S, and Unit Price Block
    but sill I had not getting my proper solution.
    I want to restrict sales person to see & access unit price. Here I know option of block authorization of document setting but its not good option because , In future ,if sales user wants to changes forms setting in future so Its become problematic for user. so I want do this without restrict user for form setting & only hide unit price table from him/her. also He/her able to access form setting with out unit price.
    Please reply
    Amol Nikam

    Hi Experts,
    Please Tell me Is there any option "Hide Unit price from sales order for sales user without change authorization of document setting"
    Regards/Thanks
    Amol

  • Production Order header Qty change without changing the line qty

    Dear Experts,
      This is one of the requirement from my client. He has to change header planned qty without changing line planned qty in the production order. They are doing this to avoid the wip variance account posting. Can we achieve this through SDK? If so how?
    Regards,
    Gokul K.

    Hi Gokul,
    You can over write the planned quantity by the base quantity in each line.
    Here is my sample fro you:
    If (Not pVal.Before_Action) And (pVal.EventType = SAPbouiCOM.BoEventTypes.et_VALIDATE) And (pVal.ItemChanged) And (pVal.FormTypeEx = "65211") And (pVal.ItemUID = "12") Then
      With CType(SBO_Application.Forms.Item(FormUID).Items.Item("37").Specific, SAPbouiCOM.Matrix)
      For ii As Integer = 1 To .RowCount - 1
      .Columns.Item("14").Cells.Item(ii).Specific.value = .Columns.Item("2").Cells.Item(ii).Specific.value
      Next
      End With
    End If
    regards,
    Csaba

  • Credit card charged without my authorization.

    HELP!!!! Skype has charged $67.11 to my credit card without my authorization. it's freaking impossoble to contact customer support so how do i get my money back? here's the email that i got from them:
    We've delivered your order
    It's now ready for you to use. So now what?You should be able to start using your purchase immediately. However, in some cases, you may have to wait up to an hour for it to be activated. If you're still having problems, visit our help section.
    Here are your purchase details:Skype Name: [Removed for privacy]
    Product name: Skype Credit purchase of €50
    Total amount: EUR50.00
    Transaction date: Aug 5, 2014
    Order number: [removed for privacy]
    Order status: Delivered

    Hi, vp41179, and welcome to the Community,
    I arranged to transfer your post from its previous location to create its own new topic here; its subject and/or title has been edited to differentiate the post from other inquiries and to reflect your post's content.
    Perhaps this FAQ article may shed some light on what has occurred:
    https://support.skype.com/en/faq/FA10384/why-has-my-credit-debit-card-been-charged-by-skype-when-i-h...
    Please check your Skype account(s) details to ensure no subscriptions are active.
    Here is a link to the instruction on how to contact Skype Customer Service via their secure portal: Contact Customer Service
    If you experience difficulty reaching Skype Customer Service, try again using a different web browser and choosing a different path through the various drop-down menu options presented. Also, look to approve a pop-up dialogue box which would connect you to start an instant message chat with a customer service agent. If you have pop-ups blocked in your browser settings, this will also impede reaching an agent.  Please continue to try -- people are getting through!
    Regards,
    Elaine
    Was your question answered? Please click on the Accept as a Solution link so everyone can quickly find what works! Like a post or want to say, "Thank You" - ?? Click on the Kudos button!
    Trustworthy information: Brian Krebs: 3 Basic Rules for Online Safety and Consumer Reports: Guide to Internet Security Online Safety Tip: Change your passwords often!

  • Silent install Weblogic 12.1.1 - Unable to locate product "WebLogic Server

    Hi all,
    I try to install Weblogic 12.1.1 via silent install. I work on Solaris 10, have already installed JDK 1.7.
    here what happens:
    root@usqwrts001:/tmp/karin# java -d64 -Xmx1024m -jar wls1211_generic.jar  -mode=silent -silent_xml=/tmp/karin/silent.xml.long -log=./install.out
    Extracting 0%....................................................................................................100%
    The local BEA product registry is corrupted. Please select another Middleware Home or contact Oracle Support
    root@usqwrts001:/tmp/karin# less install.out
    2013-03-20 11:16:14,862 INFO [readSilentXML] com.bea.plateng.wizard.installer.common.parsers.TemplateParser - Silent xml file processed successfully...
    2013-03-20 11:16:22,240 WARN [home] com.bea.cie.gpr.internal.model.JvmTargetManagerImpl - Property value for solaris32_jdk160_29b11.zip not found..
    2013-03-20 11:16:22,302 ERROR [home] com.bea.plateng.wizard.installer.helpers.BEAHomeHelper - Error setting selections!
    com.bea.cie.gpr.model.RegistryException: Unable to locate product "WebLogic Server "
    at com.bea.cie.gpr.internal.model.HomeTargetImpl.setSelections(HomeTargetImpl.java:364)
    at com.bea.plateng.wizard.installer.helpers.BEAHomeHelper.buildTarget(BEAHomeHelper.java:158)
    at com.bea.plateng.wizard.installer.silent.tasks.SilentBEAHomeTask.execute(SilentBEAHomeTask.java:33)
    at com.bea.plateng.wizard.silent.tasks.AbstractSilentTask.run(AbstractSilentTask.java:28)
    at java.lang.Thread.run(Thread.java:722)
    2013-03-20 11:16:22,307 ERROR [home] com.bea.plateng.wizard.installer.silent.tasks.SilentBEAHomeTask - The local BEA product registry is corrupted. Please select another Middleware Home or contact Oracle Support
    My silent.xml.long looks like this:
    root@usqwrts001:/tmp/karin# less silent.xml.long
    <?xml version="1.0" encoding="UTF-8"?>
    <bea-installer>
    <input-fields>
    <data-value name="BEAHOME" value="/opt/weblogic-12.1-MP1" />
    <data-value name="WLS_INSTALL_DIR" value="/opt/weblogic-12.1-MP1/weblogic-12.1-MP1" />
    <data-value name="COMPONENT_PATHS"
    value="WebLogic Server/Core Application Server|WebLogic Server
    /Administration Console|WebLogic Server/Configuration Wizard and Upgrade
    Framework|WebLogic Server/Web 2.0 HTTP Pub-Sub Server|WebLogic Server/WebLogic
    JDBC Drivers|WebLogic Server/Third Party JDBC Drivers|WebLogic Server
    /WebLogic Server Clients|WebLogic Server/WebLogic Web Server Plugins
    |WebLogic Server/Xquery Support|WebLogic Server/Server Examples|Oracle Coherence/Coherence Product Files" />
    <data-value name="INSTALL_NODE_MANAGER_SERVICE" value="no" />
    <data-value name="LOCAL_JVMS" value="/opt/jdk1.7.0_11"/>
    </input-fields>
    </bea-installer>
    I already tried it with simply <data-value name="COMPONENT_PATHS" value="WebLogic Server" /> instead of the whole bunch, but behaviour didn't change.
    My environment settings:
    root@usqwrts001:/tmp/karin# echo $JAVA_HOME
    /opt/jdk1.7.0_11/bin/sparcv9/
    root@usqwrts001:/tmp/karin# echo $PATH
    /opt/jdk1.7.0_11/bin/sparcv9:/sbin:/usr/bin:/usr/sbin:/usr/platform/sun4v/sbin:/usr/local/bin:/opt/openssh/bin:/usr/openwin/bin
    As there is no bin directory under sparcv9 (which contains the 64-Bit modules), i took sparcv9 again for the path (instead of taking $JAVA_HOME/bin as described in documentation) . But I also tried the bin directory (without sparcv9) with the same effect.
    Has anybody an idea for me??
    Thanks a lot in advance
    Karin.

    Under root:
    [root@middleware-magic temp]# ./install-software.sh
    Extracting 0%....................................................................................................100%
    Extracting 0%....................................................................................................100%
    The local BEA product registry is corrupted. Please select another Middleware Home or contact Oracle Support
    Under another user:
    [someone@middleware-magic temp]$ ./install-software.sh
    Extracting 0%....................................................................................................100%
    Extracting 0%....................................................................................................100%
    The local BEA product registry is corrupted. Please select another Middleware Home or contact Oracle Support
    Looking at the log it is saying the following:
    2013-03-21 13:06:19,425 INFO  [readSilentXML] com.bea.plateng.wizard.installer.common.parsers.TemplateParser - Silent xml file processed successfully...
    2013-03-21 13:06:20,311 WARN  [home] com.bea.cie.gpr.internal.model.JvmTargetManagerImpl - Property value for linux32_jdk160_29b11.zip not found..
    2013-03-21 13:06:20,315 WARN  [home] com.bea.cie.gpr.internal.model.JvmTargetManagerImpl - Property value for linux_ia32_jrockit_160_29_D1.2.0-10_jdk.zip not found..
    2013-03-21 13:06:20,339 ERROR [home] com.bea.plateng.wizard.installer.helpers.BEAHomeHelper - Error setting selections!
    com.bea.cie.gpr.model.RegistryException: Unable to locate product "WebLogic Server" and component "WebLogic Web Server Plugins"
         at com.bea.cie.gpr.internal.model.HomeTargetImpl.setSelections(HomeTargetImpl.java:347)
         at com.bea.plateng.wizard.installer.helpers.BEAHomeHelper.buildTarget(BEAHomeHelper.java:158)
         at com.bea.plateng.wizard.installer.silent.tasks.SilentBEAHomeTask.execute(SilentBEAHomeTask.java:33)
         at com.bea.plateng.wizard.silent.tasks.AbstractSilentTask.run(AbstractSilentTask.java:28)
         at java.lang.Thread.run(Thread.java:662)
    2013-03-21 13:06:20,344 ERROR [home] com.bea.plateng.wizard.installer.silent.tasks.SilentBEAHomeTask - The local BEA product registry is corrupted. Please select another Middleware Home or contact Oracle Supportwhich means the select option 'WebLogic Server/WebLogic Web Server Plugins' is not a valid option (this is indeed the case as in WebLogic 12c there are no Plugins available, you can use the ones for WebLogic 10.3.6 though, but that is not the issue here).
    After editing the weblogic-silent.xml to reflect the correct components, we have something like:
    <?xml version="1.0" encoding="UTF-8"?>
    <bea-installer>
         <input-fields>
              <!-- BEAHOME: The full path for the middleware home directory. -->
              <data-value name="BEAHOME" value="/home/someone/weblogic12.1.1/installation"/>
              <!-- WLS_INSTALL_DIR: The full path for the directory where to install WebLogic Server. -->
              <data-value name="WLS_INSTALL_DIR" value="/home/someone/weblogic12.1.1/installation/wlserver_12.1"/>
              <!-- OCP_INSTALL_DIR: The full path for the directory where to install Coherence. -->
              <data-value name="OCP_INSTALL_DIR" value="/home/someone/weblogic12.1.1/installation/coherence_3.7"/>
              <!-- COMPONENT_PATHS: Specify the components and subcomponents to install. -->                 
              <data-value name="COMPONENT_PATHS" value="WebLogic Server/Core Application Server|WebLogic Server/Administration Console|WebLogic Server/Configuration Wizard and Upgrade Framework|WebLogic Server/Web 2.0 HTTP Pub-Sub Server|WebLogic Server/WebLogic SCA|WebLogic Server/WebLogic JDBC Drivers|WebLogic Server/Third Party JDBC Drivers|WebLogic Server/WebLogic Server Clients|WebLogic Server/Xquery Support|Oracle Coherence/Coherence Product Files"/>
              <!-- INSTALL_NODE_MANAGER_SERVICE: Install Node Manager as a Windows service. -->
              <data-value name="INSTALL_NODE_MANAGER_SERVICE" value="no"/>
              <!-- LOCAL_JVMS: Select JVMs which are already installed. -->
              <data-value name="LOCAL_JVMS" value="/home/someone/jrockit"/>
         </input-fields>
    </bea-installer>
    Unfortunately, the documentation (http://docs.oracle.com/cd/E24329_01/doc.1211/e24492/silent.htm#i1044116) says the option 'WebLogic Server/WebLogic Web Server Plugins' is available. When running the installation again the following is observed:
    [someone@middleware-magic temp]$ ./install-software.sh
    Extracting 0%....................................................................................................100%
    Extracting 0%....................................................................................................100%
    Mar 21, 2013 1:09:05 PM java.util.prefs.FileSystemPreferences$2 run
    INFO: Created user preferences directory.
    and we have a much larger log file, with the last entry reading
    2013-03-21 13:09:26,990 INFO  [WizardController] com.bea.plateng.wizard.silent.tasks.LogTask - The installation was successfull!In your case it crashed on: Unable to locate product "WebLogic Server " - which looks like you have enters in your XML file "value="WebLogic Server/Core Application Server|WebLogic Server". Make sure everything is on one line, and that (as in my case) you select the right components.
    Should have posted this answer two days ago, but I thought to let you flounder a little (just kidding).

  • HT3702 how can i ask them to stop taking money from my credit card without my authorization?

       the apple store keeps taking money saying that i buy things from my credit card. i don't know why this is happening. how do i make them stop taking maney without my authorization.

    Perhaps you have had your account hacked by someone. Someone you know or a stranger. The first thing is to change the password in your Apple ID so that they cannot continue to buy things with your account. Second, if the None option is available in your iTunes account payment methods, select that and remove the bank card info.
    Manage your Apple ID -
    https://appleid.apple.com/cgi-bin/WebObjects/MyAppleId.woa/

  • How to configure roles at runtime without changing application code?

    Hi,
    We have implemented Custom Login Module security for our application. Our requirement is to configure the roles without changing the application code.
    Our Authentication Type is 'JAAS With Custom Login Module' and Authorization Type is 'JAAS'.
    According to 10.1.3 section of JhsDevGuide1013.pdf, we need to configure the roles in web.xml and also need to give the role in the 'Authorized roles/permissions' section of the group.
    We dont want to change the application definition once we go live just for adding roles. That is overhead for us as we may need to configure more roles according to our business requirements, but each time we dont want to change the code and re-deploy the application.
    Please let us know the way to meet our requirement.
    Thanks in advance.
    Thanks & Regards,
    Ramakrishna. P

    Hello,
    The JHeadstart Developers Guide has an excellent chapter about security to answer questions like these.
    For example, you could use the JHeadstart based custom security, with datatables, that will enable you to add roles and users at runtime.
    Regards,
    Evert-Jan de Bruin
    JHeadstart Team

  • Hello I Download Adobe Photoshop CC 2014 Last Night i INSTALLED it But it Crashes in 30-40 Sec After i Launch the Product Without Any Error Message I Need Help Can You Resolve This Problem i Tried Creative Cloud Sign Out Nd Sign iN But iT DidnT ReSolve My

    Hello I Download Adobe Photoshop CC 2014 Last Night
     i INSTALLED it But it Crashes in 30-40 Sec After i Launch the Product Without Any Error Message
    I Need Help Can You Resolve This Problem

    Lotfi are you receiving any error messages during the installation?  I would recommend reviewing your installation logs for errors.  Please see Troubleshoot install issues with log files | CC - http://helpx.adobe.com/creative-cloud/kb/troubleshoot-install-logs-cc.html for information on how to locate and interpret your installation log files.  You are welcome to post any specific errors you discover to this discussion.

  • How can I edit my EXIF Date info without changing Time info?

    I recently went on a shoot with three cameras, one of which was set at the wrong date (sometime in 2012). I now want to correct all the date stamps on the photos taken by the camera with the bad date settings but am finding this next to impossible to do quickly - I have 416 incorrectly dated photos.
    In iPhoto '06 you could go to Photos - Batch Change and a dialogue would pop up with separate Date and Time boxes; I am using iPhoto '08 which has merged these two fields into one, meaning I now lose the correct Time of Day EXIF metadata for each photo I try to change the incorrect Date EXIF metadata on.
    I have googled for a separate app to do this, but none do this - they all seem to change everything in one go.
    How can I fix my problem and change only the Date info while keeping the existing Time info in a Batch process?

    Like I say it's a while since I used 08, but I can certainly roll back 365 or even 400 days on iPhoto 11, without changing the time using the adjust date and time command.
    Aperture uses exactly the same mechanism.
    It's even longer since I used iPhoto 6.
    I did a quick google search and found this:
    http://joemaller.com/970/date-shifting-in-iphoto-08/
    This shows exactly the same process as iPhoto 09, 11 and Aperture, and exactly what I can use to time shift a group of photographs.
    I don't think that the 08 apps were "dumbed down" at all. If I recall correctly, iPhoto gained lossless editing at that point - a very significant enhancement, and no, I don't think there was any effort to push people to change to more expensive products. IIRC every version of iPhoto since then has been less expensive. Apple did do a major rewrite of iMovie at the point, but left iMovie6 available for free as a download for two years. iMovie 11, though a very different interface, has long since overtaken iMovie 6 in capability.
    Regards
    TD

  • How To Sync WITHOUT Changing App Pages On Device

    *Help please. I can connect and sync my iPod Touch without probs. I want to sync apps WITHOUT changing the pages, or location of icons on each page, as they appear on my device. How may I do this?? There are options to "sync by" size, date, etc, etc. None of those appear to allow me to keep the apps arranged as I have them when I launch iTunes. There must be a way! Thanks!!*

    *Not sure what you mean. I do not have my apps organized by folders. I do have my apps organized by my usage (most used on page 1, etc). I sync MANUALLY. Therefore, when I go to app tab for syncing, the apps are shown as they appear on my device, but are grayed-out. When I check the "sync apps" box (upper left) the apps rearrange themselves into a random order; change pages, etc. I immediately uncheck the box and do not sync. If I do sync the apps, the sync process rearranges the apps into the random order shown when I check the box. All I want to do is sync my apps WITHOUT messing with the order in which I have arranged them on my device. HELP!*

  • Report for Location Product hierachy creation

    Anyone knows a report which can automate the location product hierarchy? (Assuming Location hierarchy and product hierarchy exists). The screen where I could maintain the hierarchy do have the generation capability.  We are looking for similar feature but batch one (with possibility of selection).
    Shibu

    hi - have you maintained a product-location hierarchy structure in customization? Hierarchy structures, generated hierarchy structures are based on other hierarchy structures (generated or independent - can be product/location in your case).
    The initial screen for maintaining hierarchy structures is divided into two areas. The area on the left shows a tree structure in which you select the part of the structure you wish to maintain, while the area on the right consists of a table containing all the structures you have maintained, and in which each line represents a structure. You can change existing structures in or add new ones to this table.
    hope this helps.
    regards
    Vinod

  • Random display of database products without refreshing

    Hi all,
    How can I make a list of products randomly change on the
    page, without refreshing and using flash?
    Or is it possible with flash?
    I can create the query but need to know how to make it
    randomly change on the page without refreshing the page.

    Why do you not want a refresh?
    "Julian Roberts" <[email protected]> wrote in message
    news:f7svkq$2mc$[email protected]..
    > You could look at using Ajax, not an easy prospect
    though.
    >
    > --
    > Jules
    >
    http://www.charon.co.uk/charoncart
    > Charon Cart 3
    > Shopping Cart Extension for Dreamweaver MX/MX 2004
    >
    >
    > "The_FedEx_Guy" <[email protected]>
    wrote in message
    > news:f7srj1$rmr$[email protected]..
    >> Hi all,
    >> How can I make a list of products randomly change on
    the page, without
    >> refreshing and using flash?
    >>
    >> Or is it possible with flash?
    >>
    >> I can create the query but need to know how to make
    it randomly change on
    >> the
    >> page without refreshing the page.
    >>
    >
    >

  • Hello, I have been exporting my photos with a watermark. Without changing any settings, half way through my day things changed, and now about 1 out of 7 photos have the watermark after export. Change you helpe me change this back please?

    Hello, I have been exporting my photos with a watermark. Without changing any settings, half way through my day things changed, and now about 1 out of 7 photos have the watermark after export. Change you help me change this back please? Has anyone had this issue before?

        I'm sorry to learn that you have endured the audio issues outlined in your post for almost 2 years SusanLM1! This is certainly not normal! Let's get to the bottom of this issue, first please confirm your phone model; your mention that you have the iPhone 5 but your post is on the iPhone 5S forum. Also, share the iOS version currently installed on your phone. What is your ZIP code? Does this happen mainly while you make/receive calls from a particular location (home, office, etc)?
    AntonioC_VZW Follow us on Twitter at www.twitter.com/VZWSupport

  • Error in updation of location products in Hierarchy

    Hi
    While generating hierarchy in APO, I have already 3 location products available for a particular hierarchy.  I went into change mode, added one more location product and updated the hierarchy.  It got saved.   I could able to see the new loc product in the screen.  But when I come back from the screen and again enter the transaction, the newly added item is missing.
    Even I have added the item in the active model also, but still i am facing the same problem.
    Could any one throw some light on this.
    Thanks in advance.
    Regards
    R. Senthil mareeswaran.

    Hi all,
    I got the solution, before updating location product, location has to be updated, then system is picking up.
    Thanks to all.
    Regards
    R. Senthil Mareeswaran.

Maybe you are looking for

  • Post serialized part from free to block stock with a follow up action

    Hi, I try to post a serialized part from free to block stock, but the standard function modules QMLR_FREE_TO_BLOCKED_STOCK,  QMLR_FREE_TO_BLOCKED_STOCK_ST2 work good with not serialized parts, but it doesn't works with serialized one. I create qualit

  • How to add Colums at runtime?

    Hello All, Please tell me how to create Colums in a table at Runtime. And how the Attributes in Columns are created like I want to add Name, age, DOB etc. So that they can be created as Column Name at Runtime. Thanks

  • N96 since V12 update - can't change snooze time

    I'm having a problem with my N96 since updating to v12.043. Regardless of what I set the alarm snooze time to, the phone snoozes for 5 minutes. I've changed the snooze time in "Settings | General | Date and time" a few times, rebooted the phone, etc,

  • SAP BO BI or SAP HANA?

    HI SAP Techies... Hi this is wasim.i m an MCA passout having 2.5 years experience in Java and web development. i m a new bee in SAP.i just want to switch to SAP technologies for better career growth.i m interested to learn sap techo functional module

  • Lookout Direct error: "Logos executable has encountered a problem and needed to close."

    I'm using Lookout Direct 4.5.1 (build 19) and see the following error after logging in to Windows XP Home: Logos executable encountered a problem and needed to close. I created a new process, added a hypertrend object, saved, rebooted, and the error