PDS BOM details extraction

Hi experts,
If I want to extract the component details of a particular assembled product; just like how it shows up in PDS, where exactly can i get that info...
I mean, if I want to create a report that this particular assembled product has all this components, then, from where that data can be pulled....
Thanks for your answers...

Hi
I think you can create a query based on /sapapo/curtowul and /sapapo/curtosnp tables in APO. To the best of my knowledge , i dont think there is a standard report in APo for this.
Please refer to this wiki
http://wiki.sdn.sap.com/wiki/display/SCM/SCMUsefulTables
It has the list of all SCM tables
Thanks
Aparna

Similar Messages

  • How to created exit for CS02 transaction to maintain bom details of a mater

    hi ,
         plz explain how to created exit for CS02 transaction to maintain BOM details of a material. what is the BOM component . give me sample example.

    Hi,
    these are the user-exits for CS02
    Transaction Code - CS02                     Change Material BOM
    Exit Name           Description
    PCSD0001            Applications development R/3 BOMS
    PCSD0002            BOMs: Customer fields in item
    PCSD0003            BOMs: Customer fields in header
    PCSD0004            BOM comparison
    PCSD0005            BOMs: component check for material items
    PCSD0006            Mass changes user exit
    PCSD0007            Check changes in STKO
    PCSD0008            WBS BOM: Customer-specific explosion for creating
    PCSD0009            Order/WBS BOM, determine URL page
    PCSD0010            Order/WBS BOM, determine explosion date
    PCSD0011            Knowledge-based order BOM, parallel update
    PCSD0012            Customer - Mat. number/mat. number during material exchange
    PCSD0013            Customer-specific processing of an explosion for BOM browser
    Regards
    Nilesh

  • Function module to get the BOM details for a material-plant combination

    hi
    Is there any function module to get the BOM details such as
            BOM Usage       -STLAN
            Alternative BOM -STLAL
            Items                -POSNR
            Required Quantity-EMENG
            Resulting Quantity-MENGE
            Unit of measure    -BMEIN
            Base unit of measure-MEINS
    for a given material-plant combination
    if so please suggest me some FMs.................
    Awaiting for ur reply..............

    try the below fm it may be useful for you
    DATA : BEGIN OF I_BOM OCCURS 0.
            INCLUDE STRUCTURE STPOX.
    DATA : END OF I_BOM.
    CALL FUNCTION 'CS_BOM_EXPL_MAT_V2'
        EXPORTING
          CAPID                 = 'PP01'
          DATUV                 = SY-DATUM
          MEHRS                 = 'X'
          MTNRV                 = P_MATNR
          WERKS                 = P_WERKS
        TABLES
          STB                   = I_BOM
        EXCEPTIONS
          ALT_NOT_FOUND         = 1
          CALL_INVALID          = 2
          MATERIAL_NOT_FOUND    = 3
          MISSING_AUTHORIZATION = 4
          NO_BOM_FOUND          = 5
          NO_PLANT_DATA         = 6
          NO_SUITABLE_BOM_FOUND = 7
          CONVERSION_ERROR      = 8
          OTHERS                = 9.
      IF SY-SUBRC <> 0.
        MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
                WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
      ENDIF.
    just befor use it check your application area.for my case it is PP01. you can find it in CS12 when you are exploding the bom the value you are giving in BOM application that is the value for CAPID.
    Just go to se37 and checkout the fm it has lot of options here I am using the minimum things.
    regards
    shiba dutta

  • BOM Details in to a Purchase and Sales Documents

    Hi
    How to get BOM Details in to a Purchase and Sales Documents (With COmponentItems Details).

    Hi Chakrapani Bandaru,
    According to our knowledge, only BOM of 'Sales' type can be displayed with its components together in Sales documents. But this kind of BOM can not be selected in Purchase documents since they can not be 'Purchased Item' (Item Master Data).
    Additionally, BOM of 'Template' type can also display its components in Sales/Purchase documents, but in a different way. The parent and its children are parallel in the documents.
    Regards,
    Candice Ren
    SAP Business One Forums Team

  • Overall BOM Details

    Hi friends,
    Please an anybody answer to my following:
    1) T-code to display overall BOM of all Finsihed goods (FG) i.e., if suppose i put a range for FG say 1000 to 1999 then the overall BOM of those FG should display
    2) How can i insert a image to my BOM
    3) How can i view long text in all BOM through display T-code
    4) How can i delete the BOM permanent from the system
    5) How can i create my own display of BOM through Z
    it will be very help if you answer me this question. Thanks in advance have a nice day.

    Dear Phalgun,
    1.Is there any business requirement to view all the BOM details of all finishes goods?If so i will suggest you to develop a Z report
    using the functional module CS_BOM_EXPL_MAT_V2,but however make some restriction for the maximum no of entries that is
    allowed to view or download.
    2.You can attach the drawings as document items (as BOM component using the item category D) by first creating documents
    using CV01N.
    3.You can use long text functionality to enter the long text for each component under item details.
    4.For BOM deletion check this link,
    http://help.sap.com/saphelperp60_sp/helpdata/en/ea/e9bc124c7211d189520000e829fbbd/content.htm_
    Regards
    Mangalraj.S

  • Remediation of conflicts in the 'Access Incident Details Extract' report

    Hi All,
    The 'Access Incident Details Extract' report captures both intra-role and inter-role conflicts at the user level.
    Is there a way to segregate the inter-role conflicts from the 'Access Incident Details Extract' report and do the remediation without following the process of intra-role remediation first?
    Please advise. Require the inputs urgently.
    Regards,
    Uma

    Hello,
    please also use our .NET sample lib on diamond.
    You will find lots of sampels how to access  report fields in crystal reports and to add, modify or delete them.
    You'll find diamond under :
    https://boc.sdn.sap.com/

  • BOM Details

    Hai All,
               I am developing 1 report of BOM details.
    In the below query, I am joining Marc and plpo table.
    But no data is coming to i_final internal table.
    I am not able to find out the reason. Please help me.
    SELECT a~matnr
                     a~werks
                     a~basmg
                     a~bstmi
                     a~bstma
                     b~meinh
                     b~ltxa1
                     b~vgw01
                     b~vge01
                     b~vgw02
                     b~vge02
                     b~lifnr
                     b~istnr
                INTO CORRESPONDING FIELDS OF TABLE i_final
                FROM marc AS a INNER JOIN plpo AS b
                ON aplnnr = bplnnr
               FOR ALL ENTRIES IN i_stpo
                WHERE a~matnr = i_stpo-idnrk.

    Hi Kavitha ,
       U can try it by spliting the query into two parts like below may be it will help u out.
       SELECT matnr
    plnnr
    werks
    basmg
    bstmi
    bstma
    INTO CORRESPONDING FIELDS OF TABLE i_final
    FROM marc
    FOR ALL ENTRIES IN i_stpo
    WHERE matnr = i_stpo-idnrk.
    once i_final is populated with these entries u can  move further as:-
    make another table it_final having fields matnr
    werks
    basmg
    bstmi
    bstma
    and
    meinh
    plnnr
    ltxa1
    vgw01
    vge01
    vgw02
    vge02
    lifnr
    istnr and
    select.
    SELECT meinh
    plnnr
    ltxa1
    vgw01
    vge01
    vgw02
    vge02
    lifnr
    istnr
    INTO CORRESPONDING FIELDS OF TABLE it_final
    FROM plpo
    FOR ALL ENTRIES IN i_final
    where plnnr =it_final-plnnr.
    now
    loop at it_final.
    l_index = sy-tabix.
    read table i_final with key plnnr = i_final-plnnr.
    if sy-subrc = 0.
    modify it_final index l_tabix transporting matnr werks basmg bstmi bstma.
    endif.
    endloop.
    or
    select plnnr as well in ur query.
    hope this solves ur problem
    Thanks & Regards,
    Ruchi Tiwari
    Edited by: Ruchi Tiwari on Mar 2, 2009 8:40 AM

  • Getting BOM Details of a material

    Hi All
    I have a scenario where I want to get the BOM details of a material.
    I have displayed the sales order details and want to see if the BOM exists for the line item or not.
    when I double click on the line item it should take me to the next screen where the BOM details of the material should appear.
    But I am not aware how to use the FMs 'CAVC_C_EXECUTE', 'CAVC_C_GET_INSTANCES' and similar FMs ans what should be there sequence?
    If any one knows about these FMs and there use, please help me.
    Thanks in Advance
    Lalit Gupta

    Use these function modules.
    CSAI_BOM_READ.
    CS_BOM_EXPL_MAT_V2.
    You can also use FM CS_WHERE_USED_MAT to check if material bom exists for BOM component.

  • User Details Extraction issue

    Hello All,
    Have written a custom code which extracts all roles that are assigned to users.
    We have 4 portal servers in our landscape and all 4 UME has been integrated with AD.
    When this code is executed on sandbox, it retrieves 34K users
    When this code is executed on rest of servers (dev, qa and prod) it retrieves only 1514 users.
    Ive been investigating about this for a while but no concrete solution.
    What could the issue be?
    Please guide.
    Thanks,
    Ritu

    Hello,
    Can you provide some more details like, if all the users you are trying to fetch comes from LDAP source or UME.
    Thanks
    Avik

  • BOM ECN extraction as PDX package

    Hi ,
    We are using CFO 4.5 and wanted to use PDX export / import functionality.
    In SPRO - Specify Field mapping profile for PDX Package import and export, i can see two profiles as foll:-
    0SAP_CFX and 0SAP_ECN
    Any other configuration is required for extracting ECN and BOM in cFolders as PDX package?
    I tried to export an ECN as PDX package , but was unable to open the file.. Any suggestions?
    Regards
    Aby

    Hi,
    the profile to export an ECN in cFolders is 0SAP_ECN, as you indicated.
    The reason for an issue with opening the exported file can be for example:
    1. You export data that is not completely populated, e.g. in an ECN, you have materials and MPNs where some of the fields mapped in the profile are not maintained. For this, please try to export an ECN without any linked objects first.
    2. If above export was not successfull, there might be an issue with the default export profile, or the tool that you are using for opening the PDX package. Which tool is it?
    If you send me the exported file, I can also analyze it quickly what went wrong.
    Regards, Ulf.

  • IObject details extraction in CRM

    Hi,
    Can anyone tell me if there are any available extractors to pull IObject related data from CRM into BI.
    In our scenario we will have few set types and attributes that will be associated to this IObject. I want a way to extract these details to BI for reporting prupose.
    Thanks,
    Vipul.

    Yes, kind of.
    But we are not using IBase. We are directly creating IObjects and assigning them to the Service Ticket.
    So there is no association between IBase and IObject. I found these two datasources
    0CRM_SRV_IBASE_TRAN
    0CRM_SRV_IBASE_ATTR
    but the data related to IObject doesnot come in these.

  • BOM Detailed REport

    Hi what tcode/s to use to generate report of BOM with details of internal and external activities and also their cost per item. thanks

    Hi
    You can use following transactions to view BOMs
    CS11 for material BOMs and CSPB for order BOMs.
    Regards
    Srikrishna

  • Users detail extraction from Shared services.

    Hi Gurus,
    I want to extract all the users with their User id's, FirstName and LastName.
    I tried provisioning report but no luck with First and Last Names.
    Please suggest.
    Thanks.

    Thanks for the response John!!
    I have exported the foundation shared services.
    It shows the users from only Native group directory in resource folder.
    I want all the users from all the directories.
    Please help.

  • Query to showed all level of BOM details, sort by create/update date

    Hi expert,
    I need a query to display all the level of BOM and can be sort by create / update date.
    The display of query should be as below:
    A (1st level) Parent BOM
    B (2nd level) Child BOM 1
    B (2nd level) Child BOM 2
    C (3rd level)  Child BOM 2 - 1
    C (3rd level)  Child BOM 2 - 2
    B (2nd level) Child BOM 3
    B (2nd level) Child BOM 4
    Below is the BOM  query that can only display up to 2nd level and cannot sort by date.
    Can someone please help to modify or there is a better query?
    Thanks
    Declare @BOMDetails table(TreeType Nvarchar(MAX),PItem NVARCHAR(Max),PName NVARCHAR(MAX),CItem  NVARCHAR(Max),CName NVARCHAR(MAX),[Quantity] Numeric(18,2),[UoM] NVARCHAR(MAX),[WareHouse] NVARCHAR(MAX),[IssuMethod] NVARCHAR(MAX),[PriceList] NVARCHAR(MAX))
    INSERT Into @BOMDetails
    SELECT T1.TreeType ,T0.Father AS [Parent Code], T2.ItemName AS [Parent Description], T0.Code AS [Child Code],
    T1.ItemName AS [Child Description], T0.Quantity ,T0.Uom ,T0.Warehouse ,T0.IssueMthd,T0.PriceList  
    FROM ITT1 T0 INNER JOIN OITM T1 ON T0.Code = T1.ItemCode
                 INNER JOIN OITM T2 ON T0.Father = T2.ItemCode
    Union All
    SELECT ' ',T0.Father as [Parent Code], T2.ItemName AS [Parent Description], ' ', ' ', 0, ' ',' ',' ' , 0 FROM ITT1 T0 INNER JOIN OITM T1
    ON T0.Code = T1.ItemCode INNER JOIN OITM T2 ON T0.Father = T2.ItemCode
    Group By T0.Father,T2.ItemName
    ORDER BY T0.Father,t0.Code
    update @BOMDetails set PItem='' ,PName='' where TreeType='N' or TreeType='P'
    Select PItem as[Parent Code] ,PName as [Parent Description],CItem as [Child Code],CName as [Child Description],Quantity,UoM,IssuMethod ,PriceList    from @BOMDetails

    Hi,
    Try this query and modify as per your requirement:
    SELECT
    T0.[Father] as
    'Assembly',T0.[code] as 'Component1', t10.[ItemName]
    'Description1',T1.[Code] as 'Component2', t11.[ItemName]
    'Description2', T2.[Code] as 'Component3', t12.[ItemName]
    'Description3', T3.[Code] as 'Component4', t13.[ItemName]
    'Description4',T4.[Code] as 'Component5', t14.[ItemName]
    'Description5', T5.[Code] as 'Component6', t15.[ItemName]
    'Description6'
    FROM
    ITT1 T0 LEFT OUTER
    JOIN ITT1 T1 on T0.Code = T1.Father LEFT OUTER JOIN ITT1 T2 on
    T1.Code = T2.Father LEFT OUTER JOIN ITT1 T3 on T2.Code = T3.Father
    LEFT OUTER JOIN ITT1 T4 on T3.Code = T4.Father LEFT OUTER JOIN ITT1
    T5 on T4.Code = T5.Father LEFT OUTER JOIN ITT1 T6 on T5.Code =
    T6.Father left outer join oitm t20 on t0.father = t20.itemcode left
    outer join oitm t10 on t0.code = t10.itemcode left outer join oitm
    t11 on t1.code = t11.itemcode left outer join oitm t12 on t2.code =
    t12.itemcode left outer join oitm t13 on t3.code = t13.itemcode left
    outer join oitm t14 on t4.code = t14.itemcode left outer join oitm
    t15 on t5.code = t15.itemcode
    Thanks & Regards,
    Nagarajan

  • BOM details required

    Hi,
    I need to know the sub part no for a specific part no.
    I request you to also tell me how will I know which is the mail part no and the sub part related to it.
    I need to get the details for the subpart whoses quantity is less for production purpose.
    Need the fields which I need to work on.
    Regards,
    Kamlesh

    Hi,
      Check the tables..
    MAST
    STKO
    STPO
    STZU..
    THanks,
    Naren

Maybe you are looking for

  • How to setup iChat in a office

    How to setup iChat in a office that using Office Communicator as a IM ?

  • Screen Exit - Enhancement MM06E005 - Transfer input data back to program

    I have implemented enhancement MM06E005 to create a subscreen on the PO header.  I have created the screen and I see it on the POs tcodes (ME2#n).  However, I can't figure out how to "save" the data that the user inputs.  By save I mean bringing the

  • External hard drive as "main library"

    I have a question. Until now i have imported all of my pictures to the internal harddrive, and it is getting full. I have an external harddrive (lacie 1 TB) connected in a network via airport extreme. Is it possible to move my library (the master ima

  • Can't update to iOS 6.0

    I have an iTouch 3 and i just updated it. However, it updated it to iOS 5.1.1 instead of 6.0. is there any way i can update it to iOS 6.0?

  • External Application Editing of Versions

    I understand that when you edit a version, in PhotoShop for example, that Aperture will make the changes that were applied in PS and save this to the version. The tutorial says that Aperture automatically saves this new version in the Aperture librar