Pegging overview for a product

Hello
In the transaction RRP3 I have a pegging overview for location product.
Is there any possibility to get an pegging overview for a product (like a table in the RRP3)?
When no? What function have I use for a z-program.
Thanks,
Sven

Hello Ramesh
I use the FM BAPI_MOSRVAPS_GETLIST2
If found the problem, but not the solution.
If i debug the BAPI_MOSRVAPS_GETLIST2:
In the FM APO_BAPI_SELECT_GET_ORDID the FM /SAPAPO/DM_PRODUCTS_GET_IDS have a problem to get the matlocids.
When i debug these FM, there is no problem.
When i run the FM normal, the FM lost the selection.
Thanks, Sven
DATA: product_tab TYPE TABLE OF BAPIPRODUCTRANGE,
      product TYPE BAPIPRODUCTRANGE,
      location_tab TYPE TABLE OF BAPILOCRANGE,
      location TYPE BAPILOCRANGE,
      orderhead TYPE TABLE OF BAPI10503ORDHEADOUT,
      output_nodes TYPE TABLE OF BAPI10503ORDOUTPUTOUT,
      pegging_output_nodes TYPE TABLE OF BAPI10503ORDOUTPUTPEGOUT,
      return TYPE TABLE OF BAPIRET2.
product-low = '0000000000000000000000000000000008809500'.
product-option = 'EQ'.
product-sign = 'I'.
APPEND product TO product_tab.
location-low = 'DLZ1'.
location-option = 'EQ'.
location-sign = 'I'.
APPEND location to location_tab.
break leisve.
CALL FUNCTION 'BAPI_MOSRVAPS_GETLIST2'
  EXPORTING
    LOGICAL_SYSTEM               = 'SC7CLNT100'
    START_TIME                   = '20000101000000'
    END_TIME                     = '20101231000000'
*   EXCLUDE_EXPORT_FLAGS         =
*   MAX_NUMBER_OF_ORDERS         =
*   TRANSFER_MODE                =
    PLNG_VERSION                 = '000'
*   IO_NODE_SELECTION            = 'O'
* IMPORTING
*   NUMBER_OF_ORDERS             =
TABLES
   PRODUCT_SELECTION            = product_tab
   LOCATION_SELECTION           = location_tab
   ORDER_HEADS                  = orderhead
   OUTPUT_NODES                 = output_nodes
   PEGGING_OUTPUT_NODES         = pegging_output_nodes
   RETURN                       = return
break leisve.

Similar Messages

  • Open the reservation for the Production order

    Hi,
    I have post the GI for Production order MB1A with movement type 261 from 100 peaces components. I would like to cancel a partial quantity of components from this posting (about 30 peaces). After cancel it the reservation for the production order has to be open for 30 peaces of components.
    I've canceled it through MB1A and mtype 262 but the reservations weren't open and in the PO (component overview there is always the sign"the Final Issue for This Reservation").
    Which T.code and mtype could I use.
    Thanks
    Dede

    Hi,
    Have you cancelled the movement (of 30 pieces) by selecting the "with reference" option from the menu?
    If not, then reverse the current cancellation document. Then again cancel the 261 movemtn by selecting the with refernce button from the menu. It will sove the problem.
    Check & revert.
    Regards,
    Rohit.

  • EWA for non-productive Systems

    Hi all,
    is there a possibility to get Early Watch Alerts for Systems in a Solution, which are not marked as productive.
    I don't want to create many solutions.
    The same problem i have with the monitoring, I only see the productive in the monitoring overview.
    Regards
    Tobias

    >
    Schlosser Tobias wrote:
    > I have added Systems to the Solution XY. The Leading Role of this solution is "productive Systems"
    >
    > I have add System PR1 (Productive) and System DE1 (Development).  But I can only see the EWA for the Productive.
    > If I want to see the EWA for the Development I have to delete the log. components and switch the leading role to "Development Systems".
    >
    > That's very inconvenient.
    >
    > I wan't one Solution with all my Systems, and EWAs for every System in it. Is this possible?
    Yes, it's possible to have all systems (Prod, Dev, QA, ...) within one solution and to have EWA activated.
    You need to choose "Put in Solution" from the context menu. See screen shots attached.
    Regards,
    Ruediger

  • Production order split for configurable products

    Hello
    Is it possible to convert an APO planned order for configurable product to a production order in ECC and then to split this order in ECC?
    What will be the visibility in APO regarding pegging, GATP...
    thanks in advance for your help
    regards
    patrice

    Hi,
    What strategy are you using
    Startegy 25 is used for MTO configurable material.
    Regards,
    Vishal

  • Pegging Overview - base tables

    Hi All,
    I have a requirement where in i need to find the tables where data is stored for Pegging Overview :
    transaction - /SAPAPO/RRP3 .
    i know that there is ome thing called as live cache which helps populate data during run time.
    But there has to be some place where the Purchase Requistions / Planned Orders/ Purchase Orders are saved for the function module like
       /SAPAPO/OM_ORDER_GET_DATA  --- one level of pegging relationship
       /SAPAPO/EFPL_ORD_NET_GET  --- pegging relationship across the entire strucuture
    to get the data at run time.
    Could any one please help out ???
    Regards,
    Vidya

    Hi Vidya,
    LiveCache not just helps populate data during run time but contains some tables itself for performance reasons. These are called anchor tables. As of SCM 5.0, we have 3 such tables.
    The following are those 3 table.
    /SAPAPO/ORDKEY     information about orders in APO
    /SAPAPO/ORDMAP     information about orders in APO for the transfer between APO and R/3
    SAPAPO/STOCKANC     as of SCM 5.0: table contains stock anchors. Further details can be found in note 837744
    I guess the first 2 tables should contain the data youa are looking for.

  • Creation of EBP Purchase Order for Service Products in MM

    Hello all,
    i have created the service master in MM system and then i have replicated the service master to EBP later i tried to create a EBP PO for Service Products through Sourcing from EBP to MM.
    But i am getting a failure message as "Error during determination of  backend document follow on documents for shopping cart " and PO is not created anyway.
    But i can create PO for Materials with the same process.
    I am getting this message only during creation of PO with Service Products.
    I request you if any body has the solution please post your valuble information as early as possible.

    Mahesh
    What I understood from your case is you were able to create PR in backend for service items when you assign vendor manually durin g SC creation.
    In that case definitely it will create PR instead of PO in backend. Because when a vendor is assigned manually during SC creation. that vendor is treated as desired vendor and not fixed vendor. So it gives suggestion to buyer, who converts PR to PO, to use this vendor.
    When a desired vendor is assigned manually, SC is treated as incomplete. SC is complete only when source of supply is assigned automatically.
    If you want that desired vendor to be treated as fixed vendor you need to maintain the same in BADI BBP_DOC_CHANGE and method BBP_SC_CHANGE.
    If PO is to be created directly(Without BADI logic) make sure vendor is assigned automatically in source of supply section of SC. This  can be possible by maintaining vendor list in SRM or maintain a Contract for that product in backend so that system will pick that source automatically.
    Try this and see what document is created in backend.
    PS:Reward points if the solution is helpful to you.
    Regards
    Jagadish

  • Adobe Photoshop CS4 Extended, owned for ages, licensing for this product has expired? Was using it two months ago.

    Hello,
    I have been trying to get Adobe's help for over a month now. I've been on the phone twice to them, opened up three seperate cases and still arrived at no solution. I was bought Photoshop CS4 Extended awhile ago and use it for my studies (I'm an art student). Two months ago my harddrive on my computer failed and I had to have a new laptop. I went to reinstall Photoshop and "Licensing for this product has expired" comes up. I've uninstalled, inreinstalled many times and used Microsoft Fix It Programme for uninstalling to make sure all the files are gone.
    Surfing the forums I learned that there should be a folder with back up and Adobe PCD but I don't have that folder at all. The serial number I use is my original serial number that I know works and adobe have even said it's a technical error. What do I do? College starts again in two weeks and I don't have the programme I use for it!

    Try the License Repair Tool Adobe - Adobe Licensing Repair Tool
    Other suggestions if this doesn't work: Error "Licensing has stopped working" | Windows
    Also if you must uninstall, use the Adobe CS Cleaner tool, not the Microsoft one. Use the CC Cleaner Tool to solve installation problems | CC, CS3-CS6

  • Unable to display the pricing conditions for a product.

    Hi All,
        I have created a product with help of function modules.The problem is that i am able to populate the pricing conditions data into internal table,but the pricing conditions  is not being displayed in the Masterdata->Products-> Maintain Products screen. Can anyone suggest me in this regards.Is there any function module to be used? or any other procedure to be followed for the pricing conditions to be dispalyed? If any sample code also please provide me.Please respond soon it is an Urgent Requirement. Points will be awarded for useful answers.
    Thanks in Advance,
    Shwetha.

    Hi,
    The pricing in SD and MM is a separate module like thing and is maintained for different products based on the Condition records.
    The basic Pricing Procedure consists of Condition  Types, Condition Records, Accesss Sequences and condition tables.
    Generally with respect to all sales and purchase documents the pricing is maintained in KONV  and KONP tables based on the different condition types.
    reward points if useful
    regards,
    ANJI

  • Hi team , I have some questions/Problem for my product apple (iPad,iPhone) , I want to employee speak and type thai language

    Hi team , I have some questions/Problem for my product apple (iPad,) , I want to employee that can  speak  or response me in thai language
    1. ผม อาคเนย์  พำนักอยู่ประเทศไทย กรุงเทพฯ  มีปัญหาสอบถาม ดังต่อไปนี้
       - กระผมได้ทำการตัดบัตร เครดิต เพื่อซื้อเกมส์ผ่าน itune store ผ่าน apple itune ID : misskor.yaprom@*** เพื่อซื้อเกมส์ Eleves Realm ในวันที่18 ก.ค. 56 เวลา 17.07น. ซึ่งทางบัตรเครดิตได้แจ้งเรียกเก็บเงินมายอดเงิน 39.99$ ซึ่งในระบบจริงๆ ทางกระผมต้องการตัดในยอด 99.99$ แต่พอได้ประสานงานไปยังธนาคาร ได้รับการแจ้งกลับมาว่า ได้ทำการตัดบัตรในยอดเงิน 39.99$ ซึ่งในความเป็นจริงนั้น กระผมไม่ได้สั่งซื้อเกมส์ในยอด 39.99$ ซึ่งในยอด 99.99$ นั้นพยายามตัดในระบบบัตรเครดิตอยู่ แต่ทางกระผมได้ยืนยันกลับไปว่าไม่ให้ระบบตัดนะครับ เพราะว่าเนื่องจากมีปัญหาในการชำระเงินระหว่าง Apple itune store อยู่
       - ทั้งนี้ขอให้ทางเจ้าหน้าที่ประสานงานตรวจสอบ apple itune ID : misskor.yaprom@*** เพื่อซื้อเกมส์ Eleves Realm ตามที่ได้ให้รายละเอียดโดยด่วนว่าเป็นเพราะว่าระบบมีปัญหาหรือว่ามีอะไรเกิดขึ้นในข ั้นตอนการชำระเงินครับ
    รบกวนประสานงานกลับมายังกระผม อาคเนย์ ที่หมายเลขโทรศัพท์มือถือ +**** / reply feedback  email : lekod1@*** โดยด่วน ในวันศุกร์ที่ 19 ก.ค. 2556 ครับ
    ขอบคุณครับ
    อาคเนย์  อุดปิน
    กด
    <Edited By Host>

    Google translation:
    พนักงานของ iTunes Store จะไม่ได้อ่านข้อความในเว็บบอร์ดนี้ ถ้าคุณต้องการความช่วยเหลือสำหรับปัญหาที่มีใน iTunes Store, คุณจะต้องติดต่อกับพวกเขาผ่านทางแบบฟอร์มเว็บนี้:
    http://www.apple.com/emea/support/itunes/contact.html

  • "Licensing For this Product Has Expired" (But I just bought it!)

    I'm having an installation problem, with Adobe CS4 Design Premium for Windows on Vista(64).  For technicality purposes, I believe everything installed fine, but I have not been able to open the programs even once, which apparently means this is an installation issue.
    Here's the situation:
    I had a trial version of Photoshop CS4, it expired, I uninstalled it (or at least went to Control Panel-->Programs And Features--->"Uninstall"), bought Adobe Premier with my student discount, installed it with the new serial number and the 2 CDs without any problems (so I thought), but now every time I try to open any CS4 Program (Photoshop, Dreamweaver, Illustrator, etc.--anything but Acrobat Pro or Bridge CS4) I get a message saying, 'Licensing for this product has expired.'
    I found an equivalent issue with Macs and there appears to be a quick fix:
    "The tech had me remove APPLICATION SUPPORT > ADOBE > ADOBE PCD > cache > cache.db (to trash)"  This apparently solved the problem.
    Does anyone know an equivalent fix for Windows PCs?
    I've have tried downloading the fix from the following website:
    http://www.adobe.com/support/contact/licensing.html
    (Running this multiple times, rebooting, etc.) but I believe the above website is just for problems of "License has stopped working" and not "Licensing for this product has expired"
    I also tried setting my laptop's date/time back to May 31st 2009 following these instructions:
    http://kb2.adobe.com/cps/494/cpsid_49485.html
    but when I do that, I get the original, 'Accept these Terms' page, and as soon as I click "I agree' that page disappears, and nothing else happens. My computer works fine, but the program does not start. Therefore I can't deactivate the program/serial number, reset the correct date, start the program, and enter the proper serial number.
    Any chance someone knows the appropriate Windows File to remove to solve this problem?  Or have any other advice?
    Many thanks in advance,
    Kevin
    PS--I've tried to stay professional about this situation, but it really has me livid.  I'm appalled that something that cost me 300+ dollars (and I am fully aware it costs most honest people significantly more) could have caused me to waste the better part of a day, and get so frustrated, and I am still no closer to a solution.  If it doesn't get resolved soon I am tempted to try returning the software as 'defective' (which for all intents and purposes it is) or never buy an Adobe product again.  My friends have less trouble with the cracks/keygens/etc out there, and they're up $300+ on me.

    UPDATE:
    So, I took John T. Smith's advice (thanks for the phone number--relatively short wait time compared to the other number I had tried), and called Customer Service.  I got the usual run-around, where the first guy wanted me to try all the things I described in the original post. Had me try something else (which involve reinstalling) which didn't work. Finally, the next gal I talked with admitted she didn't know the solution, and the problem would be 'upgraded' to the next higher level of presumably smarter tech people.  I asked the time frame for this, and she said 1-2 days, which I wasn't happy about, and finally spoke with her supervisor.  This person walked me through the uninstallation, and had 'some files' I should delete.  AND FINALLY, I GOT WHAT I WANTED:
    He said if I just removed/deleted the following file:
    C:\Program Files(x86)\Common Files\Adobe\AdobePCD\Cache\Cache.db
    So the order he wanted me to do it was:
    Uninstall CS4 Design Premium (with windows vista Program and Features in the Control Panel, remove the above file, restart my computer, and reinstall the software. The reinstall didn't go smoothly the first time or two (early on, it said Illustrator, Photoshop, etc could not be installed..) so I just closed ALL programs, and tried again) and finally everything works, or seems to!
    From what I read on a Mac forum with the same problem, it seems like I might not have had to uninstall/reinstall the whole suite (which I wish I'd tried, because it would have saved me nearly 2 hours).
    But at any rate, everything seems to be working.  I wrongly assumed the PC version would have had a different culprit file to be removed.  I wish I'd searched my hard drive for the AdobePCD folder earlier.  But...now I am happy.
    Cheers, and I hope this post might be of some help to a poor unfortunate lad with the same problem I had.

  • The trial period for this product has expired or Secure Store Shared Service is not supported for this SKU - SharePoint Foundation 2013

    After sucessfulling installing the SharePoint Foundation 2013, when i try to access the Secure Stored Service Application i get the below error
    11/16/2012 18:13:02.84  w3wp.exe (0x1774)                        0x15E8 Secure Store Service         
     Secure Store                   g0n6 High     The trial period for this product has expired or this feature is not supported in this SKU. b3b6e19b-7de2-e016-ad32-0fc975829ef0
    11/16/2012 18:13:02.84  w3wp.exe (0x1774)                        0x15E8 SharePoint Foundation        
     General                        8nca Medium   Application error when access /_admin/sssvc/ManageSSSvcApplication.aspx, Error=The
    trial period for this product has expired or Secure Store Shared Service is not supported for this SKU.   at Microsoft.Office.SecureStoreService.Server.SecureStoreServiceApplicationProxy.Execute[T](String operationName, Boolean validateCanary, ExecuteDelegate`1
    operation)     at Microsoft.Office.SecureStoreService.Server.SecureStoreServiceApplicationProxy.IsMasterSecretKeyPopulated()     at Microsoft.Office.SharePoint.ClientExtensions.SecureStoreAdministration.SSSAdminHelper.EnsurePrerequisite(SecureStoreServiceApplicationProxy
    proxy, String& errorMessage)     at Microsoft.Office.SharePoint.ClientExtensions.SecureStoreAdministration.ManageSSSvcApplication.InitializeGridView()     at Microsoft.Office.SharePoi... b3b6e19b-7de2-e016-ad32-0fc975829ef0
    11/16/2012 18:13:02.84* w3wp.exe (0x1774)                        0x15E8 SharePoint Foundation        
     General                        8nca Medium   ...nt.ClientExtensions.SecureStoreAdministration.ManageSSSvcApplication.OnLoad(EventArgs
    e)     at System.Web.UI.Control.LoadRecursive()     at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) b3b6e19b-7de2-e016-ad32-0fc975829ef0
    11/16/2012 18:13:02.84  w3wp.exe (0x1774)                        0x15E8 SharePoint Foundation        
     Runtime                        tkau Unexpected Microsoft.Office.Server.ProductExpiredException: The trial period for this product
    has expired or Secure Store Shared Service is not supported for this SKU.    at Microsoft.Office.SecureStoreService.Server.SecureStoreServiceApplicationProxy.Execute[T](String operationName, Boolean validateCanary, ExecuteDelegate`1 operation)    
    at Microsoft.Office.SecureStoreService.Server.SecureStoreServiceApplicationProxy.IsMasterSecretKeyPopulated()     at Microsoft.Office.SharePoint.ClientExtensions.SecureStoreAdministration.SSSAdminHelper.EnsurePrerequisite(SecureStoreServiceApplicationProxy
    proxy, String& errorMessage)     at Microsoft.Office.SharePoint.ClientExtensions.SecureStoreAdministration.ManageSSSvcApplication.InitializeGridView()     at Microsoft.Office.SharePoint.ClientExtensions.SecureSto... b3b6e19b-7de2-e016-ad32-0fc975829ef0
    11/16/2012 18:13:02.84* w3wp.exe (0x1774)                        0x15E8 SharePoint Foundation        
     Runtime                        tkau Unexpected ...reAdministration.ManageSSSvcApplication.OnLoad(EventArgs e)    
    at System.Web.UI.Control.LoadRecursive()     at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) b3b6e19b-7de2-e016-ad32-0fc975829ef0
    11/16/2012 18:13:02.84  w3wp.exe (0x1774)                        0x15E8 SharePoint Foundation        
     General                        ajlz0 High     Getting Error Message for Exception System.Web.HttpUnhandledException
    (0x80004005): Exception of type 'System.Web.HttpUnhandledException' was thrown. ---> Microsoft.Office.Server.ProductExpiredException: The trial period for this product has expired or Secure Store Shared Service is not supported for this SKU.    
    at Microsoft.Office.SecureStoreService.Server.SecureStoreServiceApplicationProxy.Execute[T](String operationName, Boolean validateCanary, ExecuteDelegate`1 operation)     at Microsoft.Office.SecureStoreService.Server.SecureStoreServiceApplicationProxy.IsMasterSecretKeyPopulated()    
    at Microsoft.Office.SharePoint.ClientExtensions.SecureStoreAdministration.SSSAdminHelper.EnsurePrerequisite(SecureStoreServiceApplicationProxy proxy, String& errorMessage)     at Microsoft.Office.Sha... b3b6e19b-7de2-e016-ad32-0fc975829ef0
    11/16/2012 18:13:02.84* w3wp.exe (0x1774)                        0x15E8 SharePoint Foundation        
     General                        ajlz0 High     ...rePoint.ClientExtensions.SecureStoreAdministration.ManageSSSvcApplication.InitializeGridView()    
    at Microsoft.Office.SharePoint.ClientExtensions.SecureStoreAdministration.ManageSSSvcApplication.OnLoad(EventArgs e)     at System.Web.UI.Control.LoadRecursive()     at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint,
    Boolean includeStagesAfterAsyncPoint)     at System.Web.UI.Page.HandleError(Exception e)     at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)    
    at System.Web.UI.Page.ProcessRequest(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)     at System.Web.UI.Page.ProcessRequest()     at System.Web.UI.Page.ProcessRequest(HttpContext context)    
    at System.Web.Htt... b3b6e19b-7de2-e016-ad32-0fc975829ef0
    11/16/2012 18:13:02.84* w3wp.exe (0x1774)                        0x15E8 SharePoint Foundation        
     General                        ajlz0 High     ...pApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()    
    at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) b3b6e19b-7de2-e016-ad32-0fc975829ef0
    11/16/2012 18:13:02.86  w3wp.exe (0x1774)                        0x15E8 SharePoint Foundation        
     General                        aat87 Monitorable   b3b6e19b-7de2-e016-ad32-0fc975829ef0
    Is it a bug or any issue in configuration?
    Raghavendra Shanbhag | Blog: http://moss-solutions.blogspot.com
    Please click "Propose As Answer " if a post solves your problem or "Vote As Helpful" if a post has been useful to you.
    Disclaimer: This posting is provided "AS IS" with no warranties.

    Hello
    something should be related wuith this service, take a llok at my visual studio output whne I try to deplay and autohosted sharepoint app: (anyone can help)
    1>------ Build started: Project: MySharePointAppWeb, Configuration: Debug Any CPU ------
    1>  MySharePointAppWeb -> C:\_works\visual studio 2012\Projects\MySharePointApp\MySharePointAppWeb\bin\MySharePointAppWeb.dll
    2>------ Build started: Project: MySharePointApp, Configuration: Debug Any CPU ------
    2>C:\_works\visual studio 2012\Projects\MySharePointApp\MySharePointAppWeb\Web.Debug.config(34,4): warning : No element in the source document matches '/configuration/connectionStrings'
    2>  Transformed Web.config using C:\_works\visual studio 2012\Projects\MySharePointApp\MySharePointAppWeb\Web.Debug.config into obj\Debug\TransformWebConfig\transformed\Web.config.
    2>  Auto ConnectionString Transformed obj\Debug\TransformWebConfig\transformed\Web.config into obj\Debug\CSAutoParameterize\transformed\Web.config.
    2>  Copying all files to temporary location below for package/publish:
    2>  obj\Debug\Package\PackageTmp.
    2>  Packaging into C:\_works\visual studio 2012\Projects\MySharePointApp\MySharePointApp\obj\WebDeploy\MySharePointApp.Web.zip.
    2>  Adding sitemanifest (sitemanifest).
    2>  Adding IIS Application (C:\_works\visual studio 2012\Projects\MySharePointApp\MySharePointAppWeb\obj\Debug\Package\PackageTmp)
    2>  Creating application (C:\_works\visual studio 2012\Projects\MySharePointApp\MySharePointAppWeb\obj\Debug\Package\PackageTmp)
    2>  Adding virtual path (C:\_works\visual studio 2012\Projects\MySharePointApp\MySharePointAppWeb\obj\Debug\Package\PackageTmp)
    2>  Adding directory (C:\_works\visual studio 2012\Projects\MySharePointApp\MySharePointAppWeb\obj\Debug\Package\PackageTmp).
    2>  Adding directory (C:\_works\visual studio 2012\Projects\MySharePointApp\MySharePointAppWeb\obj\Debug\Package\PackageTmp\bin).
    2>  Adding directory (C:\_works\visual studio 2012\Projects\MySharePointApp\MySharePointAppWeb\obj\Debug\Package\PackageTmp\bin\en).
    2>  Adding file (C:\_works\visual studio 2012\Projects\MySharePointApp\MySharePointAppWeb\obj\Debug\Package\PackageTmp\bin\en\Microsoft.IdentityModel.resources.dll).
    2>  Adding file (C:\_works\visual studio 2012\Projects\MySharePointApp\MySharePointAppWeb\obj\Debug\Package\PackageTmp\bin\Microsoft.IdentityModel.dll).
    2>  Adding file (C:\_works\visual studio 2012\Projects\MySharePointApp\MySharePointAppWeb\obj\Debug\Package\PackageTmp\bin\Microsoft.IdentityModel.Extensions.dll).
    2>  Adding file (C:\_works\visual studio 2012\Projects\MySharePointApp\MySharePointAppWeb\obj\Debug\Package\PackageTmp\bin\Microsoft.SharePoint.Client.dll).
    2>  Adding file (C:\_works\visual studio 2012\Projects\MySharePointApp\MySharePointAppWeb\obj\Debug\Package\PackageTmp\bin\Microsoft.SharePoint.Client.Runtime.dll).
    2>  Adding file (C:\_works\visual studio 2012\Projects\MySharePointApp\MySharePointAppWeb\obj\Debug\Package\PackageTmp\bin\MySharePointAppWeb.dll).
    2>  Adding file (C:\_works\visual studio 2012\Projects\MySharePointApp\MySharePointAppWeb\obj\Debug\Package\PackageTmp\bin\MySharePointAppWeb.pdb).
    2>  Adding file (C:\_works\visual studio 2012\Projects\MySharePointApp\MySharePointAppWeb\obj\Debug\Package\PackageTmp\packages.config).
    2>  Adding directory (C:\_works\visual studio 2012\Projects\MySharePointApp\MySharePointAppWeb\obj\Debug\Package\PackageTmp\Pages).
    2>  Adding file (C:\_works\visual studio 2012\Projects\MySharePointApp\MySharePointAppWeb\obj\Debug\Package\PackageTmp\Pages\Default.aspx).
    2>  Adding directory (C:\_works\visual studio 2012\Projects\MySharePointApp\MySharePointAppWeb\obj\Debug\Package\PackageTmp\Scripts).
    2>  Adding file (C:\_works\visual studio 2012\Projects\MySharePointApp\MySharePointAppWeb\obj\Debug\Package\PackageTmp\Scripts\jquery-1.7.1.js).
    2>  Adding file (C:\_works\visual studio 2012\Projects\MySharePointApp\MySharePointAppWeb\obj\Debug\Package\PackageTmp\Scripts\jquery-1.7.1.min.js).
    2>  Adding file (C:\_works\visual studio 2012\Projects\MySharePointApp\MySharePointAppWeb\obj\Debug\Package\PackageTmp\Scripts\_references.js).
    2>  Adding file (C:\_works\visual studio 2012\Projects\MySharePointApp\MySharePointAppWeb\obj\Debug\Package\PackageTmp\Web.config).
    2>  Adding ACL's for path (C:\_works\visual studio 2012\Projects\MySharePointApp\MySharePointAppWeb\obj\Debug\Package\PackageTmp)
    2>  Adding ACL's for path (C:\_works\visual studio 2012\Projects\MySharePointApp\MySharePointAppWeb\obj\Debug\Package\PackageTmp)
    2>  Adding declared parameter 'IIS Web Application Name'.
    2>  Package "MySharePointApp.Web.zip" is successfully created as single file at the following location:
    2>  file:///C:/_works/visual%20studio%202012/Projects/MySharePointApp/MySharePointApp/obj/WebDeploy
    2>  To get the instructions on how to deploy the web package please visit the following link:
    2>  http://go.microsoft.com/fwlink/?LinkId=124618
    2>  Sample script for deploying this package is generated at the following location:
    2>  C:\_works\visual studio 2012\Projects\MySharePointApp\MySharePointApp\obj\WebDeploy\MySharePointApp.Web.deploy.cmd
    2>  For this sample script, you can change the deploy parameters by changing the following file:
    2>  C:\_works\visual studio 2012\Projects\MySharePointApp\MySharePointApp\obj\WebDeploy\MySharePointApp.Web.SetParameters.xml
    2>  Successfully created package at: C:\_works\visual studio 2012\Projects\MySharePointApp\MySharePointApp\bin\Debug\app.publish\1.0.0.0\MySharePointApp.app
    3>------ Deploy started: Project: MySharePointApp, Configuration: Debug Any CPU ------
    3>Active Deployment Configuration: Deploy App for SharePoint
    3>Uninstall app for SharePoint:
    3>  Skipping the uninstall step because the app for SharePoint is not installed on the server.
    3>Install app for SharePoint:
    3>  Uploading the app for SharePoint...
    3>  Creating a trusted root authority in SharePoint for IIS Express.
    3>  Installation is in progress (00:00:00)
    3>  Installation is in progress (00:00:01)
    3>  Installation is in progress (00:00:02)
    3>  Installation is in progress (00:00:03)
    3>  Installation is in progress (00:00:05)
    3>  Installation is in progress (00:00:06)
    3>  App failed to install, cleaning up...
    3>  App installation cleanup failed due to errors.  Please see the app on the SharePoint site’s “Site Contents” page for details.
    3>  App installation encountered the following errors:
    3> 
    3>  @"Error 1
    3>        CorrelationId: ceeeafab-3834-40ea-b360-c29d103e2248
    3>        ErrorDetail: The remote hosting service is not configured.
    3>        ErrorType: Configuration
    3>        ErrorTypeName: Configuration
    3>        ExceptionMessage: The trial period for this product has expired or Secure Store Shared Service is not supported for this SKU.
    3>        Source: RemoteWebSite
    3>        SourceName: Remote Web Site Deployment
    3> 
    3>  @"Error 2
    3>        CorrelationId: ceeeafab-3834-40ea-b360-c29d103e2248
    3>        ErrorDetail: The remote hosting service is not configured.
    3>        ErrorType: Configuration
    3>        ErrorTypeName: Configuration
    3>        ExceptionMessage: The trial period for this product has expired or Secure Store Shared Service is not supported for this SKU.
    3>        Source: RemoteWebSite
    3>        SourceName: Remote Web Site Deployment
    3>Error occurred in deployment step 'Install app for SharePoint': Failed to install app for SharePoint. Please see the output window for details.
    ========== Build: 2 succeeded, 0 failed, 0 up-to-date, 0 skipped ==========
    ========== Deploy: 0 succeeded, 1 failed, 0 skipped ==========

  • Develop a report to track discount for various product

    hi
      i need to develop a report to track discount for various product depending upon the client

    Hello Noor,
    I'm not sure but if you are talking about the marketing attributes, you can definitely use FM - CRM_MKTBP_ASSIGN_ATTRIBUT_TAB
    You need to pass the profile id, partner id and marketing attributes data. Thats it.
    I think the FM you ar eusing for terrritory is fine. It should work.
    I hope this helps.
    Thanks
    Vishal

  • BAPI for Open production orders

    Hi All,
    Any BAPI for open production orders?.... Using BAPI i want to upload open production orders informatiomations.... Please help
    Thanks & Regards
    Santhosh

    Hi,
       Please check the following BAPI,
    Goto BAPI tcode, select hierarchical tab
      Production orders,ProductionOrder ,ProdOrdConfirmation , RCVPRORDCF and check the BAPIs

  • Available QTY is not shown in Production Order for SemiFinished Product?

    Hi
    In Production Order Available Qty value is not shown for SemiFinished product ( Stock is there), but it showing the Available for other rawmaterials in same Prdn. ordr..
    The SemiFinished product is manufactured and its having lot of stocks ..while i am calling this SemiFinished product in other Production order the available qty is not shown.. so how come the end user comes to know that availlable..
    Giri

    Hi Jey
    I will explain clearly so u can come what is hapening For Ex: Item ABC having child item A,B & C.
    when calling the BOM of ABC in Prodn.order its showing the available of A, B & C... But after the production over for the Semifinished product it increases the stock.
    When i am calling this Semifinished Product in other Produciton Order For Ex: Item AZ having Child item ABC & XYZ.
    In this Scenerio it has to show the Available of item ABC whic is semifinished product its not showing,but in the same Production order it showing the available for Other item XYZ which is purchased one .. So this is the nature of SAP or i am doing any wrong....
    Giri

  • Target cost for co-products which can be substitute

    Hi,
    Is there somebody who is working with co-products which can be different each time you consume raw material?
    Here is the situation when we want to analyse variance Actual vs Preliminary cost.
    We use Production Order with Co-Products.
    When we create a Plan Order, the order costs and qty are calculated for the order header.
    Actual costs and qty are charged to the order header as they are incurred.
    PLAN: 
    Main co-product   900 PC
    Co-Product A         50 PC
    Co-Product B         50 PC
                               1,000 PC
    Consumption:
    Raw material         250 PC
    ACTUAL:
    Main co-product    800 PC
    Co-Product A        100 PC
    Co-Product B        100 PC
                               1,000 PC
    Consumption:
    Raw material         260 PC
    An apportionment structure is used to apportion the costs and qty to the primary products and co-products.
    PLAN
                                                              Raw Material
    Main Co-Product   90% * 250 PC = 225   PC  
    Co-Product A          5% * 250 PC =   12.5 PC
    Co-Product B          5%  * 205 PC =  12.5 PC
                                                                250 PC
    ACTUAL
                                                              Raw Material
    Main Co-Product   80% * 260 PC =   208   PC  
    Co-Product A         10% * 260 PC =    26   PC
    Co-Product B         10%  * 260 PC =   26   PC
                                                                260 PC
    Variance calculation and settlement are then performed at the level of the order item, not at the header level of the order.
    Here is the target qty calculation made by the system.
    Main Co-Product  250 PC * 800/900 * 80% = 177.78 PC
    Co-Product A        250 PC * 100/ 50 * 10% =    50.00 PC
    Co-Product B        250 PC * 100/ 50 * 10% =    50.00 PC
                                                                               277.78 PC of raw material
    Since variance calculation is performed at the order item level, that means you can not substitute one Co-Product by another one. 
    In our business, we can substitute Co-Product by another one.  In this example we planned to make a total of 1,000 PC finished products and we produced a total of 1,000 PC finished products.  So the target quantity for the consumption of raw material should be 250 PC, not 277.78 PC as calculated by the system.
    Any idea?
    Regards,

    Hello Ajay,
    I think  i am missing some thing here. For Configurable product or VC materials there is no standard cost. Costing tab 2 standard cost is zero.
    When a make to order sales order is created with this VC materials, based on system settings and quantities system picks up the correct BOM and routings. Through costing funtionality with in sales order , the sales order need to be costed and marked.
    This sales order cost is used for  valuation of material movements including 101 from corresponding productuon order and 601 for delivery.
    As far as i know for VC material target cost has nothing to do with Standard cost, because there is no standard cost at all for the material.
    Please clarifty
    thanks
    sapfreek

Maybe you are looking for