Regarding FMS on BoM

hi All,
I have created a udf on Bill of Material U_SalesNo and assigned a fms to get a list of sales order.
SELECT T0.[DocNum], T0.[CardCode], T0.[CardName] FROM ORDR T0
Is it possible that once a document number of sales order has been selected in this udf, it should not appear in the list or it should appear only if there are multiple rows in the sales order? Please guide.
Thanks,
Joseph

Hi,
Refer the below mentioned thread. I hope this will give you an idea to redesign your query.
FMS to Link Sales order to Production Order

Similar Messages

  • Regarding creation of bom and material in cfolder

    dear gurus,
    i want help from all of u.
    can any one tell me , what is the benefit of creating BOM / material in cfolder instead of R3.???????
    full reward points for useful answer
    thanks
    [email protected]

    Hi,
    cFolders is a collaboration tool (tool used for talking to 3rd parties outside your company.)
    Usually you will not give access to your ERP system to others. In that case you use cFolders as medium of sharing information with others.
    if the 3rd party colleague want to suggest some improvements or modify you design documents etc., he can do it in cFolders. This then can be verified by you in cFolders (once modification is done he can change the status in cFolders which will trigger a notification to you ) then import it to cFolders.
    regards
    Murugesh

  • Regarding fetching a BOM's top level material

    Hi friends,
    We have a requirement wherein we are supposed to fetch the top most level material of a component. I am aware that to do the reverse process i.e. to find the component BOMs for a material we have the FM "CS_BOM_EXPL_MAT_V2".
    But here our input is the component number and its corresponding plant. For this component we need to fetch the top most level material by looping at stpo and mast tables.
    Also I would like to know if there is a direct function module available to get the top most level materials.
    If anybody has worked on this logic/requirement before kindly provide your valuable inputs.
    Thank you all in advance.
    Regards,
    Gayathri N.

    Hai Gayathri
    Check the following Links
    BOM Explosion
    /people/prakash.singh4/blog/2005/05/15/explode-boms-in-enterprise-portal-using-htmlb-tree--part-1-abap
    BOM
    http://help.sap.com/saphelp_erp2005/helpdata/en/ea/e9b7234c7211d189520000e829fbbd/frameset.htm
    http://help.sap.com/saphelp_erp2005/helpdata/en/d1/2e4114a61711d2b423006094b9d648/frameset.htm
    http://www.sap-img.com/sap-sd/sales-bom-implementation.htm
    http://www.sap-basis-abap.com/sappp007.htm
    Thanks  regards
    Sreenivasulu P

  • Regarding creation of BOM through Master Recipe

    Dear all,
    I am trying to create a BOM but system is giving a message as BOM can be created through Master recipe only
    Please guide me where do we set this and what is to be done to avoid this
    Regards
    venkat

    Hi,
    Refer the answers from thread mentioned below.
    Re: BOM can only be extended via Master Recipe
    Regards,
    Lodhi.S

  • Different questions regarding FMS 3.5

    Hi,
    I'm a newby to FMS and I have several questions ;-).
    I'm planning an livestream. To get as much viewer as possible my plan ist to stream with 3 different bitrates. This works great ;-). But within my tests a few problems/ideas came up...
    1. FMS is not recording the stream. I used Auto-DVR as well as manual start stop. I also prefixed mp4: ... any ideas? Is it perhaps because it is not the "interactive" one?
    2. Is there a _simple_ possibility to to enable something like "autoquality" (between the 3 streams) on the client side? So that the best solution for the local connection is chosen?
    3. Is there a simple possibility to get viewerstats?
    Thanks a lot for your help

    Hi,
    1. You can record the livestream on the server by creating a custom application and doing a server side record. Your main.asc would be something like this :
    var pubCount = 0;
    application.onConnect=function(clientObj){
              trace("          on connect ");
              return true;
    application.onDisconnect=function(clientObj){
              trace("          on disconnect ");
    application.onPublish = function(clientObj,streamObj){
      trace("          in application publish : " + streamObj.name);
      if(pubCount <= 1)
           streamObj.record("record");
      else
           streamObj.record("append");
      pubCount++;
    application.onUnpublish = function(clientObj,streamObj){
    trace("on unpublish : " + streamObj.type + ":" + streamObj.name);
    streamObj.record(false);
    2. You can do this by using dynamic streaming. You'll find more information here : http://www.adobe.com/devnet/adobe-media-server/articles/dynstream_advanced_pt1.html
    3. You can get various viewer stats using admin APIs. Full reference of the APIs available here : http://help.adobe.com/en_US/FlashMediaServer/3.5_Server_Management_ASD/flashmediaserver_3. 5_administrationapi.pdf. getAppStats() may be particularly useful.
    Hope this helps. Please let me know if you have any other queries.
    Thanks,
    Apurva

  • Regarding FMS query to get the account name and get it in the report

    Dear all,
    I have created a FMS query to pick the G/L account name in the payment voucher,But the name which i got through the FMS in an UDF is not coming properly.It comes only if am manually entering Shift+F2 in that field.
    Pls give me a suggestion for that.
    The FMS query is.
    SELECT T1.[AcctName] FROM VPM1 T0  INNER JOIN OACT T1 ON T0.CheckAct = T1.AcctCode INNER JOIN OVPM T2 ON T0.DocNum = T2.DocEntry WHERE T2.[DocNum] = $[ovpm.docnum]

    hi,
    try this:
    SELECT T0.AcctName FROM OACT T0 WHERE T0.AcctCode=$[VPM1.CheckAct]
    Thanks,
    Neetu

  • Regarding FMs

    Hi,
    I have a report calling 2 function modules and these 2 function modules are in one function group and these 2 FM are using come global variables but I am calling 1st FM and after its output variables, I am calling 2nd FM with those output variables. So now, the global variable updated by 1st FM will not be changed when I call 2nd FM?.
    Please let me know if you are not clear.
    Thanks
    Gowri.

    Gowrishankar,
    <li>Once cursor comes out from 1st function module, all variable in that function group are initialized or cleared.
    <li>From report point of view, variable or internal tables inside function group or function module are local to them. Local variable are used when cursor goes to that particular point.
    Thanks
    Venkat.O

  • 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

  • What is BOM(Bill Of Material) In Material Management(MM)

    Hi,
    i am part of Data Migration Project involving SAP And Peoplesoft Systems. We are doing Data Mapping Activity SAP as Target System And PeopleSoft as source system Now we are continuing with BOM (Bill Of Material) in MM Module. I have few doubts regarding Functionality of BOM Any one please Explain me what is Bill Of Material And What kind of Things it Deals WIth. Who Bills for the Material. Explain me some basic Things Abt BOM as i am a Technical Consultant i am totally Unaware of the Functionality Thanks in Advance.
    Thanks
    kiran.B

    Hi ,
          Bill of material (BOM)
    A list of all of the items that make up a product or assembly. The list has a formal structure and states the name, quantity, and unit of measure for each component. A comprehensive product life-cycle management solution should offer support for the following categories of BOM: feature and requirements structures, material BOM, document structures, equipment BOM, functional location BOM, sales order BOM, and work breakdown structure BOM. 
    Defining Bill of Materials
    Use
    Use the procedure to add and view Bill of Materials.
    Procedure
           1.      Choose Production ® Bill of Materials.
           2.      On the Product No. field, press TAB to choose the item, which you want to define as a parent item, from the list of the Item Master records. You can also choose New on Choose from List to create a new master record.
    If the parent item already has a Bill of Materials, the components are displayed. However, you can still create a new Bill of Materials for that parent item.
           3.      Select the relevant BOM type from the list as described in Bill of Materials Types.
    Choose the Production type to be able to include the product in the MRP run and to process standard production orders.
           4.      Enter data for the finished product and the components. For details, see Bill of Materials Window.
    If the BOM contains more than one component with the same serial or batch items; combine the items in a single component with the appropriate increased quantity. This will prevent possible errors in the batch or serial quantities.
           5.      Choose Add to save the Bill of Materials.
           6.      Choose OK.
    Sometimes production gives rise to waste. If, for example, you manufacture the table, this process gives rise to sawdust.
    You add sawdust as an additional component (by product). Enter a negative value in the Quantity field of the sawdust component.
    When you complete and confirm the production of the desk, this component is put into stock. On the contrary, the rest of the components are removed from stock when you complete and confirm production.
    Please reward if useful.

  • FMS 3 and JW Player

    Hello, I have been trying to get an answer to my questions
    regarding FMS 3 but to no avail...hopefully someone can help me
    here..
    I have a flash file and use JW Player as my player...I can
    stream inside my network. I have a changing IP address so I
    assigned 192.xx.x.xx to my server..
    I use Apache for web server. I use the code for linking to
    the file and works great inside my network...How can i get this to
    play outside my network?
    here is how the player is setup:
    <script type='text/javascript'
    src='swfobject.js'></script>
    <script type='text/javascript'>var s1 = new
    SWFObject('player.swf','player','500','400','9');
    s1.addParam('allowfullscreen','true');
    s1.addParam('allowscriptaccess','always');
    s1.addParam('flashvars','streamer=rtmp://192.xx.x.xx/vod&file=Wedding.flv&image=preview1.j pg');
    s1.write('preview');
    s1.addParam('salign','sr')
    </script>
    Any help would be great...

    Hi egrogg011,
    Your local ip address is often different then the ip address
    to the outside world. Between the computer and the internet there
    could be a router or something like that. When you want that
    someone from the internet could connect to your server you would
    have to change 192.xx.x.xx to your internet ip address. Next to
    that you will need to configure your router to forward the ports
    that the media server uses because they are a lot of times closed
    or not redirected to the correct ip.

  • Sales Returns - BOM

    HI SAP Gurus,
    Can you please help me on what should be the exact Item Category Configuration while creating a Return Sales Order,w.ref. to Billing doc which contains BOM (ERLA).
    Regards,
    Sree..

    BOM Returns not supported with std SAP settings . To achieve this you have to fine tune the system.
    In BOM, main item - Item cat group-ERLA ( assumes that, delivery /pricing happening @ main item level. In Billing only main item will appear, where as in Delivery - main item & component will be copied from the sales order)
    if yes,
          Create new item cat for returns which is copy of REN ( maintain structure scope SD01 & Application V) =ZREN
    maintain item cat determination for returns;
    ZARE (Copy of RE doc type) + ERLA = ZREN
    ZARENORMZREN(Heigher level item cat)=REN
    maintain relevant copy control settings-
    1- Invoice - Return order
    2- Return order - return delivery ( header & ITem level0
    3- Return order - Return invoice.
    now run the test cycle.
    Note: if you issue credit for returns to main item, then main item- item cat should be relevant for pricing & billing maintained. & return delivery will be activated only for component ( Determine sch.line category accordingly)
    Regards,
    Reazuddin MD

  • FMS 3.5 Installer available?

    I'm trying to find an installer for FMS 3.5.  Amazon Cloudfront uses a custom version of it, so I'm hoping to test against it for server-side logging/debugging.
    Thanks

    Asa,
    Please see my post http://forums.adobe.com/thread/552055 regarding FMS 3.5.3.

  • How to get bom application for a material

    hi abapers
              how can we get the bom application for a particular material.
              suggest me a suitable tables.
              thanks in advance.
    Regards
    Rajaram

    Hi,
    for BOM related tables are MAST+STPO.
    and for 1 st case
    Use the report CS15 - Where Used List: Material in BOM
    Give the material number for which you want to find where it is used.
    In the Type of Where Used List Check the Direct checkbox,
    and in Used in Check the Material BOM,
    Then Click on the Next Screen button available on the Top left cornerof the screen.
    Then in the next screen give the plant number and execute.
    This gives you the report of where ever this material is used.
    Regards
    Message was edited by:
            skk

  • How to do forecasting with BOM

    Dear All,
    I am doing process --forecasting with BOM.
    Any one help me .. what is the process & steps involved in this scenario???
    When i am trying to create  Master planning object structure , select tick DP with BOM.
    But some std. key fig on comming.. like -- 9ABOMID.9ABOMIO...How to Do that???
    Thanks & Regards,
    Pankaj.

    DP BOM relevant indicator will automatically add the characteristics 9AMATNR, 9ABOMID, 9ABOMIO, and 9APPMNAME to the master planning object structure. You can add any other characteristics that are required....  you need these char to do forecasting with BOMs

  • Planned order BOM change - PO already created. How to keep the 2 in sync?

    Hi Everyone,
    I have a question regarding planned order BOM changes AFTER a vendor PO was already created and sent.
    How can we restrict the re-explosion of a planned order (from re-ATP of item in VA02) if the PO has already been created?
    This causes problems for us when we backflush the PO components as there is a mismatch between the updated planned order BOM and the PO component list...
    Any thoughts/ideas?
    Thanks!
    Tony

    You can freely arrange the order of the photos in the contact sheet by dragging and rearranging the thumbnails of the photos on the sheet, if you set the sorting to "Manually" in the "View" menu, while viewing the Contact sheet:
    Regards
    Léonie

Maybe you are looking for

  • Unable to open OEM on RHEL5

    Hi, I've successfully installed and create database on RHEL Version 5. I'm using Oracle 11g db server. all services, listener and database is up the only problem is when I access OEM using Firefox https://192.168.1.1:1158/em it gives me security cert

  • Is it possible to use a keyboard sounds through midi on Logic 8?

    The thing that I'm asking, is to do it the opposite. I mean, you're able to use your midi controller such as M-Audio with the sounds from the software, for instance "Main Stage part of Logic Pro" , but I'm wandering If you Can do it the opposite way.

  • Selection of database fields

    I have got two fields in a database.Those two fields are interrelated like the col2 has a priority over col1.whenever col2 is there it is selected as the field(here it is a date).Below is the sql query i have written for that select DECODE (cd.col1,'

  • Firefox continually gives me a "not responding" message when I try to do anything

    '''bold text'''A couple of days ago I upgraded to Firefox 4.0. Beginning yesterday, Firefox opens very slowly if at all and then gives me a "not responding" message if I try to do anything. I am running Windows 7

  • Problem with loading two Javascript scripts

    I loaded a dreamweaver widget called "twitter client" to pull user info from twitter. Problem is that it will not show up in the browser. I can get it to load and show, but only after I comment out the footer information. The footer is pulled externa