Browser Based PI sheet_ Partial Confirmation

Hi Gurus,
I am working on Browser based PI sheet. There is no provision of Reporting Data like in ABAP based PI sheet, so as to do partial confirmation and GI, GR.
Now client wants partial confirmation thr. browser based PI sheet. How to achieve it?
Regards,
PRADEEP
Edited by: PRADEEP on Apr 20, 2009 1:56 PM

Hello,
you can use a process instruction having this characteristics and confirm events in the phase,
(sorry about language), using PI_PHST message.
0010     PPPI_DATA_REQUEST_TYPE     Solicitud de datos simple
0020     PPPI_MESSAGE_CATEGORY     PI_PHST
0030     PPPI_PROCESS_ORDER     1000540
0050     PPPI_INPUT_REQUEST     Fecha
0060     PPPI_REQUESTED_VALUE     PPPI_EVENT_DATE
0070     PPPI_INPUT_REQUEST     Hora
0080     PPPI_REQUESTED_VALUE     PPPI_EVENT_TIME
0090     PPPI_UNIT_OF_MEASURE     kg
0100     PPPI_INPUT_REQUEST     Evento de fase
1000     PPPI_REQUESTED_VALUE     PPPI_PHASE_STATUS
1009     PPPI_INPUT_REQUEST     Recurso:
1010     PPPI_REQUESTED_VALUE     PPPI_PHASE_RESOURCE
1019     PPPI_INPUT_REQUEST     Cantidad Procesada
1020     PPPI_REQUESTED_VALUE     PPPI_YIELD_TO_CONFIRM
2000     PPPI_PHASE                     0020
or . using  Proc. Instruction CONF_PH you can go to the COR6 transaction from PI Sheet and carry out the partial confirmation....
0010     PPPI_BUTTON_TEXT                     Enter confirmation
0020     PPPI_FUNCTION_NAME     COPF_ENTER_CONFIRMATION
0030     PPPI_FUNCTION_DURING_DISPLAY     Permitido
0040     PPPI_EXPORT_PARAMETER     PROCESS_ORDER
0050     PPPI_PROCESS_ORDER     1000540
0060     PPPI_EXPORT_PARAMETER     OPERATION
0070     PPPI_PHASE                     0020
0080     PPPI_EXPORT_PARAMETER     TCOD
0090     PPPI_TRANSACTION_CODE     Notificación: Hoja salario
Regards

Similar Messages

  • Operation time calculation based on partial confirmation.

    Dear FRndz,
    Pls help me out with following scenario.
    1.Am defining a task list in which am mentioning the set up time as 30 min & operation time as 10 Min per peice of finished goods.
    2.Creating a production order for 10 Pieces.
    3.Am doing partial confirmation of 5 Nos.
    At this point of time I want the system to calculate the timings appropriately for 5 peices.how do I configure it?....
    REgards,
    Srini

    Dear,
    Go to TCODE :OPK0
    This is the single screen entry for confirmation.
    Select the profile you are using & in the tab Defaults
    go to section default values & select "IMMEDIATE PROPOSAL"
    in both "quantities & services"
    It will definitely work.
    Regards,
    R.Brahmankar

  • Crystal Report Viewer (flash based) is displaying partial of the flash interface. It is working well on Firefox 3.6.7 and below but not in Firefox 3.6.8. It is also working well on Internet Explorer and Chrome and Safari. Please check if you can advise o

    Crystal Report Viewer (flash based) is displaying partial of the flash interface. It is working well on Firefox 3.6.7 and below but not in Firefox 3.6.8. It is also working well on Internet Explorer and Chrome and Safari. Please check if you can advise on this problem we are facing. Thank you.
    == This happened ==
    Every time Firefox opened
    == Crystal Report Viewer (flash based) is displaying partial of the flash interface. It is working well on Firefox 3.6.7 and below but not in Firefox 3.6.8. It is also working well on Internet Explorer and Chrome and Safari. Please check if you can advise on this problem we are facing. Thank you. ==
    == User Agent ==
    Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/532.5 (KHTML, like Gecko) Chrome/4.0.249.78 Safari/532.5

    Reset the page zoom on pages that cause problems: '''View > Zoom > Reset''' (Ctrl+0 (zero); Cmd+0 on Mac)
    See [[Text Zoom]] and [[Page Zoom]] and http://kb.mozillazine.org/Zoom_text_of_web_pages
    You can try if it works if you disable OOPP (Out-Of-Process-Plugins) for Flash
    You can set the prefs dom.ipc.plugins.enabled.* to false on the about:config page to disable the plugin-container process.
    dom.ipc.plugins.enabled (currently false by default)
    dom.ipc.plugins.enabled.npswf32.dll (Flash)
    To open the ''about:config'' page, type '''about:config''' in the location (address) bar and press the Enter key, just like you type the url of a website to open a website.
    If you see a warning then you can confirm that you want to access that page.

  • Using FMS v4.5.5 with a browser-based audio player running on iPad/iPhone

    Hello,
    I’m seeking some clarity/guidance on using FMS v4.5.5 (Streaming Edition) with a browser-based audio player running on iPad/iPhone (i.e. under iOS).
    Background
    I have a Microsoft Windows 2008 R2 Web Server running IIS v7.5 and supporting a website built using ASP.NET and C#. Parts of the website allow a visitor to play a selection of audio clips from our bespoke MP3 library. Due to UK music licencing constraints, we must stream the clip to the client browser – we must not download either part or all of the source MP3 file(s). We therefore had a custom audio player built for us some time ago using Flash/AS3. This has and continues to work very well, and uses RTMP to stream the clips from FMS to the client browser.
    As our site has become more established the number of visitors has steadily grown. In the early days the number of visitors from the iOS platform was relatively small but, last month, it had risen to 40%! As Flash is not supported on the iOS platform, this growing group of visitors are unable to fully maximise the benefits offered by the website, which I am now trying to address.
    What I’m Trying To Do…
    From what I’ve researched and read, I believe that FMS v4.5.5 supports HLS and I need to use this (instead of RTMP) over HTTP between FMS and the iOS Safari client. I have been experimenting with an Open Source player (JPlayer) and a commercial player (JWplayer) and appear to have these playing a MP3 file as a “progressive download” (I think that’s the right term) as all I’m doing is specifying the file path (no HTTP prefix etc.), i.e. the audio is not really being streamed as I require. Unfortunately, I’ve not found / worked out how to configure my FMS to respond to a path request along the lines of:
    http://www.myserver.com/live/audio1.mp3
    Hopefully someone reading this who is much more expert on FMS, HLS, HDS, HTML5, etc. than me can point me in the right direction!
    What I’m confused about…
    1) Can all my MP3 assets stay as is and still be streamed to the iOS Safari client? To the best of my knowledge, the key properties of my MP3 files are CBR, 44,100Hz, 320Kbps.
    2) If not, can they be converted on-the-fly by FMS or do I need to create additional audio assets to support HLS etc.?
    3) If I have to manually create additional audio assets, how do I do that (I’ve seen references to tools from both Adobe and Apple but not actually found the kits)?
    4) Some of the Adobe documentation I’ve read implies that FMS support for HLS etc. is only available when FMS is used in conjunction with the bundled Apache web server. As stated earlier, my entire site runs on IIS so does that mean to achieve what I want I’ll have to run two web servers on my physical server – IIS for the website itself and Apache for RTMP/HLS/etc.?
    5) What changes do I need to make to my current FMS configuration to get HLS to work? I’m sure someone has been here already and can enlighten me with their experience and hopefully point me to some straight forward documentation to follow!
    6) Lastly, and really part of (5), once I’ve got FMS configured correctly, what would be the typical path to a given MP3 audio file that I would give the iOS Safari browser to make this all work.
    I appreciate this is rather a lengthy first post but hopefully the background puts my questions (and confusion!) in context. Bottom line is… I simply want to be able to stream audio clips only (no video) to iOS Safari browsers from FMS v4.5.5 running on a Win2K8R2 platform with IIS v7.5, and with no audio content being stored (even temporarily) on the iOS platform.
    My thanks and appreciation in advance to anyone who can help me achieve this.
    Steve Barker
    Business IT Solutions

    Hi Apurva,
    Thank you for your reply. Unfortunately I am not much further forward, despite having read more Adobe documentation (FMS v4.5 Configuration and Administration Guide, FMS v4.5 Developer’s Guide) and trying different configuration options.
    First to confirm a point you made when answering point 4 yesterday. Yes, in my current RTMP scenario I have several MP3 assets (let’s call them Audio1.mp3, Audio2.mp3, Audio3.mp3, etc.) that are made available to a bespoke Flash/AS3 player via the LIVE application. I understand that as I purchased the Streaming Edition of FMS v4.5, a Flash-based player is restricted to using the LIVE application. You go on to say that I “publish” these assets to the LIVE application. I set this up a while back but do not recall having to “publish” anything. All I recall doing was to ensure that all the assets (the .mp3 files) were in a single folder and that the folder was identified by the <Streams> tag in the following file (example shown):
    Flash Media Server 4.5\applications\live\Application.xml
                    <StreamManager>
                                    <VirtualDirectory>
                                                    <Streams>/;C:\MP3Library</Streams>
                                    </VirtualDirectory>
                    </StreamManager>
    To the best of my knowledge, I didn’t have to do anything else to make the current solution work. Having read more of the documentation I am still none the wiser as to what I need to do (step-by-step) to “publish” my converted MP3 assets (see next paragraph) to the LIVEPKGR application. Please could you explain these steps to me by way of an example.
    WRT your answer to point 1 yesterday, I wish to clarify the exact output I need to create when converting my MP3 assets. Am I expected to produce a Audio1.aac file, or a Audio1.mp4, file, or a Audio1.m4a file, etc.? Or am I meant to be using ffmpeg (either directly or indirectly) with a much more sophisticated command line that somehow generates stream-rated info/files as well? An example of how you would use ffmpeg to convert one of my MP3 assets would be very much appreciated.
    Lastly, the coexistence of IIS and Apache (ref your answer to point 2 yesterday). That all made sense but given all the testing/changes I’ve been making I thought it wise to start afresh! So I completely removed FMS from my dev server and re-installed Flash Media Streaming Server v4.5.5 with the bundled Apache v2.2 server. When presented with the dialogue “Would you like for Apache to listen on port 80. If not FMS will be using port 80 instead.” I answered NO. When presented with the dialogue regarding FMS server ports, I entered 1935 NOT 1935,80 (should I have done that as the preamble makes reference to HTTP webserver proxy and HTTP Dynamic Streaming origin services?). I then modified the Application.xml file as described above.
    To test the new set-up, I did the following. First, the test environment…
    DEV Server
    Windows Web Server 2008 R2 SP1
    IIS v7.5
    ASP.NET v4.0
    Flash Media Streaming Server v4.5.5
    Apache v2.2
    IE v9.0
    Adobe Flash Player 11 ActiveX v11.5.502.146
    TEST Client
    Apple iMac (Intel)
    Mac OS X v10.6.8
    Safari v5.1.7
    Adobe Flash Player 11 Plug-in v11.5.502.146
    On DEV Server… launched IE and loaded the home page of my website, which has two elements on it – one to load/run our bespoke Flash player, the other to run JPlayer (configured to use HTTP). I selected our bespoke Flash player and it played a MP3 audio file. I verified this in real-time via the FMS Admin Console on the server.
    On TEST Client… entered http://192.168.20.250:8134 into Safari – it comes up with the FMS install completed / test your server page. In the middle of the video display area a black box appears saying “10000 OK” – I clicked OK. I then clicked HDS Single Bitrate – the video plays (Not Using Hardware Acceleration is briefly displayed). There is NO activity logged in the FMS Admin Console back on the DEV server under “live”, “livepkgr” or “vod”. I assume this is because I’ve gone straight to the Apache Server via the port reference – is that correct? Next I tried the HLS Single Bitrate – same results.
    The HDS Single Bitrate logs the following in the Apache access_log file:
    "GET /hds-vod/sample1_1500kbps.f4v.f4m HTTP/1.1" 304 - "-" "Apple Mac OS X v10.6.8 CoreMedia v1.0.0.10K549"
    The HLS Single Bitrate logs this:
    "GET /hds-vod/sample1_1500kbps.f4v.f4m HTTP/1.1" 304 - "-" "Apple Mac OS X v10.6.8 CoreMedia v1.0.0.10K549"
    "GET /hls-vod/sample1_1500kbps.f4v.m3u8 HTTP/1.1" 304 - "-" "Apple Mac OS X v10.6.8 CoreMedia v1.0.0.10K549"
    "GET /hls-vod/sample1_1500kbps.f4v.m3u8 HTTP/1.1" 200 816 "-" "Apple Mac OS X v10.6.8 CoreMedia v1.0.0.10K549"
    "GET /hls-vod/sample1_1500kbps.f4vFrag1Num0.ts HTTP/1.1" 200 1143416 "-" "Apple Mac OS X v10.6.8 CoreMedia v1.0.0.10K549"
    "GET /hls-vod/sample1_1500kbps.f4vFrag1Num1.ts HTTP/1.1" 200 873072 "-" "Apple Mac OS X v10.6.8 CoreMedia v1.0.0.10K549"
    "GET /hls-vod/sample1_1500kbps.f4vFrag2Num2.ts HTTP/1.1" 200 1591984 "-" "Apple Mac OS X v10.6.8 CoreMedia v1.0.0.10K549"
    etc…
    At this point I’m stuck once again since I’m not clear how to construct the JPlayer HTTP reference. You have suggested:
    http://192.168.20.250:8134/hls-live/livepkgr/_definst_/livestream/livestream.m3u8
    That produces the following in the Apache error_log file:
    [error] [client 192.168.20.4] File does not exist: D:/Program Files/Adobe/Flash Media Server 4.5/webroot/hls-live
    If I change the JPlayer HTTP reference to:
    http://192.168.20.250:8134/hls-vod/sample1_1500kbps.f4v.m3u8
    the audio from the video plays.
    Also, if I look in the applications\livepkgr folder structure there is only \events (with sub-folder _definst_ and sub-sub-folder liveevent) – there are no _definst_ , livestream , streams folders etc. So besides me not quite understanding the logic/flow here, I seem to be missing a few folders/files too! I’d be very grateful for any light you can shed on all this. Plus an example of what my HTTP string should ultimately look like; for example:
    http://192.168.20.250:8134/hls-live/livepkgr/_definst_/livestream/Audio1.m3u8
    Apologies for such a long reply but I’ve been at this for over 10 hours today! I feel I’m getting closer but clearly there are still some gaps and configuration errors.
    Thanks again for your time, support, patience and understanding.
    Kind Regards, Steve

  • Partial confirmation of production order

    Hi,
    My requirement is that when i partially confirm production order system should calculate the activity time(machine time) propotionately based on actual confirmed qty.
    What is actually happening is that system is proposing the machine time based on full operation qty.
    I will explain the case with following example:
    Total Order qty - 20
    Now when i do CO11N the system proposes full operation qty of 20 & also the machine time 20 hrs(based on data given in routing)
    Now i when do partial confirmation of 5 units the machine time proposed is still 20hrs.
    This is impacting my costing report( as it should consider 5 hrs instead of 20 hrs)
    One more thing i want to clarify is that during confirmation we can change the machine time but requirement is that machine time should be in proportion to the confirmed qty(This is to reduce the confirmation effort)
    I hope things are clear to you.
    regards,
    Mohit Goyal

    Hi Goyal
    I suppose you are in SAP version 4.6c & above.
    you try in TCODE :OPK0
    This is the single screen entry for confirmation.
    Select the profile you are using & in the tab Defaults
    go to section default values & select "IMMEDIATE PROPOSAL"
    in both "quantities & services"
    It will definitely work.
    YMREDDY

  • MergedProjects dont appear in Adobe Air Browser Based TOC when published to a server

    MergedProjects dont appear in Adobe Air Browser Based Help when published to a server - its works fine on my local machine. The topics are there on the server as they appear in the Search, but the do not appear in the TOC.
    I have looked at another similar thread to this on the forum but there doesn't seem to be any resolution as yet?
    I am publishing to local machine and then uploading to the server.
    Thanks

    Just to confirm - these files have indeed fixed the merged TOC display problem.
    Thanks Peter.

  • BoP is not giving partial confirmation

    Dear Experts,
    I have three sales orders of 80 qty each. I have stock of 100 qty and a purchase requsition of 100 qty. During SO entry, I got partial confirmation. Now using BOP i am redistributing confirmaiton based on delivery priority. But system is not giving partial confirmation.
    For SO 1, it is showing full confirmaiton.
    For SO 2, full confirmation but on PR date.
    For So 3, no confirmaiton.
    Whereas, SO 3 can still get 40 qty. I tried all possible combination, somehow BOP is not giving partial confirmation. Please let me know what setting do I need to change? I am on SCM 7.0.
    Regards
    Rinju

    HI Rinju,
    You need to change your customizing in R/3. Goto transaction OVZJ and change the check rule to "E" for the corresponding sales org. Afterwards you have to trigger a update in the sales order e.g. run a new ATP check in VA02 and save the order. Due to this update the database tables in APO will be updated so that BOP can work now with the new result mode - Delivery proposal. The next BOP should be able to confirm partial deliveries then.
    best regards,
    Michael

  • Scheduling and partial confirmation

    Dear all
    i have created a project, released......
    now i am confirming the activities................my question is, when i am partially confirming the activities,
    ex: duration of activity id 10 days, today when i am confirming the activity with 50% progress, its not showing the actual start date in the activity as well as in the project planning board.
    if i am confirming 100%, then its showing the actual start as well as actual finsih .................
    Question2: ex: if the duration of the activity is 10days, and if i have started the actvity today and completed 50%, will the system show the other 50% completion in one day.........and project the completion of the project to be completed by tomorrow??? or will the system shows the other 50% completion in 9 days.....
    10 days actvity ....
    50% completed in one day, will it project the other 50% completion in 1 days, or shows as 9 days??????
    hope so my question is clear.
    Regards
    surya

    Hi Surya Pampala,
    Question No-1
    While partially confirming the activity, you have to enter the Actual start data also on the confirmation screen along with percentage. this will be immediatly reflected in actual dates in network activity also and will be displayed in cj20n and cj2b as well.
    Question No-2
    As per the activity planning 10 days required for 100 % completing the activity. as per the execution, 50% work is completed in 1 day. If you want system should calculate the remaining time required to complete the activity you have to reschedule ( if you achieve planned duration based on the work planned for a work centre in the activity) the activity. If you have planned only days with out capacity requirements in the activity, you can enter forcast date of completion while confirming 50% for that activity.
    Hope this will clear you.....for any queries plz revert back !!
    regards,
    Hari

  • Cor6 jump in browser based PI-sheet

    Dear SAP experts, I am using browser based PI-sheets and trying to call cor6 transaction from the PI sheets. I am using the characteristics in the order below which i think it is ok. the issue I have is that i get the PI sheet generated, i get the bottom displayed on the browser PI sheet but when clicking on the buttom it does not trigger me to the COR6 transaction. Do you know why
    1     PPPI_FUNCTION_NAME     COPF_ENTER_CONFIRMATION
    2     PPPI_BUTTON_TEXT     Enter Proc. Order confirmation
    3     PPPI_FUNCTION_DURING_DISPLAY     allowed
    4     PPPI_EXPORT_PARAMETER     PROCESS_ORDER
    5     PPPI_PROCESS_ORDER
    6     PPPI_EXPORT_PARAMETER     OPERATION
    7     PPPI_PHASE
    8     PPPI_EXPORT_PARAMETER     TCOD
    9     PPPI_TRANSACTION_CODE     COR6N

    Hi Ratan/Brahmaji,
    I'm sorry if I misinterpreted issue. The actual thing is say Process order 1000 is there which is having one component RM-1. In process order 1000, I've not mention any by-product. Now control recipe generated at the time of Process order release. I could see PI Browser based PI sheet in CO60 transaction code. From configuration, PI_CONS is the process message category that I assigned to Process instruction category. Now when I'm filling PI sheet in Edit mode and trying to post a by-product with -(negative) sign after quantity in PI sheet and trying to complete the PI sheet, system is not accepting the entry for by-product. Moreover when I'm removing -(negative) sign after quantity for by-product, system is posting it as GI and in transaction code CO54 when I tried to post the message that time it's throwing an error of Deficit stock for by-product.
    So what's the way to come out of that? Please help.
    Thanks & Regards,
    Abu Arbab

  • Stand alone vs. Browser based application

    Can someone please tell me what are the pro's and con's of a browser based application specially for an XML authoring tool.
    Here are some of the advantages I found for non-browser application:
    1. We have a flexible submittal process, since the user can launch the application anytime.
    2. Once launched, user can work offline. When done, user can again connect to the network and save the document to a repository.
    3. We will have a better look and feel for our authoring tool, since it is not constrained within the browser area.
    Let me know your thoughts and ideas.
    null

    Can someone please tell me what are the pro's and con's of a browser based application specially for an XML authoring tool.
    Here are some of the advantages I found for non-browser application:
    1. We have a flexible submittal process, since the user can launch the application anytime.
    2. Once launched, user can work offline. When done, user can again connect to the network and save the document to a repository.
    3. We will have a better look and feel for our authoring tool, since it is not constrained within the browser area.
    Let me know your thoughts and ideas.
    null

  • Report for mass interruption of partially confirmed orders in PPDS?

    Hi gurus,
    our client has a lot of partially confirmed orders in the past, and this is giving us problems with the optimizer.
    Is there a report for mass interruption of this orders?
    We can do it one by one in the DS planning board, but there are too many!
    would appreciate any help,
    Pablo

    Hi Pablo,
    I would suggest you can close the partially confirmed orders at R/3 itself
    so that it will update in APO via CIF.
    There is delivery complete indicator in R/3 production/process order which
    upon checking will close the order.
    Regards
    R. Senthil Mareeswaran.

  • Partial confirm on customeru2019s order quantity for EDI sales order

    Hi All,
      Our company is using ECC 6.0. We seem to having issues with orders coming through EDI u2013 i.e. it will not partially confirm what we have in stocks and just reject the whole line. E.g. If the customer is ordering 300 units for an material and we have 200 units in stocks only, it will zero confirm instead of partially confirm 200 units. If I try to manually key in the same material in the same sales order then it will partially confirm it (I.e. 200 units) instead of zero confirm.
      I have checked the ATP check rules and it seems everything alright. Any idea why this would happen only for EDI orders? Are there any EDI setup that will cause this issue? Any ideas where I can looks for the potential issues might be?
      Thank you.

    Evidence,
    What happens when you enter the order manually (VA01)?
    Best Regards,
    DB49

  • Browser based InfoPath form deployed on a Claims based Web Application calling a Secure Web Service via Data Connection

    hi,
    We have a Browser based InfoPath Form deployed on a Claims based Web Application. We are tyring to call WCF Services that are secure using Certificates via the Data Connections on Infopath Form.
    Earlier we used to get the Data in BCS External List via the WCF Services and the Data Connections used to get the Data from the BCS External List. Due to Performance Issues, we want to remove the BCS External List and straightaway call the secure WCF Services
    via the Data Connections.
    Have anyone implemented this scenario.
    Thanks
    Ram
    Thanks Ram

    Hi Ram,
    As these are browser based InfoPath forms, you have two options 
    1) Deploy as sandboxed forms
    In this case you have to create a secure store application id and then set the credentials for that account.
    You then have to export the data connection to Data connections library and modify the .udcx file to utilize the newly created secure store application id.
    This may sometime give issues related to sandboxed code service. You have to give permissions on the secure store for the user account which the sandboxed code service is running.
    2) Deploy as administrator approved forms
    This would be ideal way of doing things as you have full control over the web request if you write code behind InfoPath forms.
    3) Deploy as a Hybrid solution
    a) Write a full trust proxy solutions (extend SPProxyOperation class and override execute method) and make the web request call inside this and return the response
    b) Invoke above operation from the sandboxed InfoPath form's code behind by SPUtility.RegisteredProxyOperation(four part assembly name, operation args)
    Hope this helps.
    Thanks,
    Srikanth

  • Purchase to Order Scenario - Partial Confirmation Issue

    Hello Team,
    We are using Item Category with Purchase to Order Scenario. When the Sales Order is booked, Purchase Requisition is Created. Sales Order Line is linked to the Purchase Requision/Purchase Order.
    In this scenario, we are getting confirmation on Sales Order through PR/PO Initially.
    Order Quantity     Confirmed Quantity
    10                         10
    Once we receive partial confirmation on PO let us say 7 system only confirms partially Sales Order.
    Order Quantity     Confirmed Quantity
    10                         7
    Issue happens when our team does partial delivery to customer before receiving full confirmation from the Supplier. System blocks further update of confirmation on the line and it becomes impossible to make delivery to Customer for Partial Quantity.
    I can think of two options...
    1. Somehow when we receive Partial Cofnirmation, our Availibility Check should confirm 7 on Confirmation recieved from the Supplier and 3 from Delivery Date of Purchase Order. So this issue won't happen.
    2. System should somehow allow Partial Confirmation even after Partial Delivery is done to the Customer.
    Do let me know if you need any more details from my side.
    Kaushal

    Hi Kaushal,
    i assume that you have special stock indicator in your sales order.
    if you do not use confiramtion then all quantities are confirmed at schedule line level.
    if you use confirmation e.x. 7 of 10 pieces then you will have confirmer 7 quantities in your schedule line.
    if you create another confirmation in PO of 2 pieces and lets say different date you will see another schedule line in your sales order.
    do your system works like this?
    Is your third party scenario require a googds receipt for PO to move on to delivery?
    Regards.

  • Can you tell me how to displays my browser based help?

    I am using RH8, generating Browser based Air, and have windows 7.
    This is a continuation of my previous discussion.
    I was able to generate browser based air help for my merged projects just once.But I just tried it again and it won't work.
    Here is what I did.
    I created the parent file and generated the Air files.
    This created my subdirectories for my merged projects. However, it did not create an !SSL file.
    Then I generated Air files for my 11 projects and put the results in the folders created by my parent file.
    I can view everything just fine on my pc but when I put it on another pc or our network drive, I just get a gray screen.
    We just sent it to our IT person and he put our Air files out on our corporate web and it did display. However it did not have the correct template.
    Also, the publish button displays for me but not for the other developer I'm working with when we want to publish.
    Lots of questions, I hope there are answers. Thank you.
    Pat

    Hi there
    Oh the joys of working in largely uncharted waters! (I'm talking AIR Help)
    Sorry, but about the only thing I'm able to help with here is the Publish button. You stated that Publish was available for you but not your co-worker.
    Publish will only be available if you have defined a Publishing Destination in the Single Source Layout properties. The question in my mind is to ask if you and your co-worker are opening the same project. If so, I would be assuming Source Control is involved. And if you both have the same project, it's a bit of a mystery as to why Publish isn't enabled.
    But if you are each working on separate projects, I can totally understand that, because Publish settings are configured on a "per project" basis.
    Cheers... Rick
    Helpful and Handy Links
    RoboHelp Wish Form/Bug Reporting Form
    Begin learning RoboHelp HTML 7 or 8 within the day - $24.95!
    Adobe Certified RoboHelp HTML Training
    SorcerStone Blog
    RoboHelp eBooks

Maybe you are looking for