How to Join batch and batch related trasactions in OPM

Hi All,
I'm new to OPM and I working some reports but I'm not able to find any join condition for batch and material trasaction with type (WIP,WIP Return). Can u please help me out on this.
Thanks In Advance,
Ramesh

Hi All,
I got one column in mtl_material_transactions ->TRANSACTION_SOURCE_ID  with GME_BATCH_HEADER->BATCH_ID .Both column contain same values, so we can use for joining condition.
Thanks,
Ram

Similar Messages

  • Vendor batch and batch field on the inbound delivery

    hi GUrus,
    i have looked through most of the threads where the topic of vendor batch and batch on the inbound delviery has comeup. I'm specifically looking at a scneario where i would want to pass the on the batch number provided by the vendor on the IDOC to batch field on the inbound delivery. The reason for this is , i can look at the batch field in the confirmations tab of the PO, in the purchase order histroy tab of the PO, and also MMBE tcode. the material is also batch managed turned on in hte material master. But the issue is that even though i put the batch provided by vendor in the CHARG field on the ASN IDOC, it is still getting populated in the vendor batch field in the inbound delivery.
    any ideas?
    Thanks
    Ravi

    Hi,
       Refer the note:  833668 - Creating batches in the inbound delivery using IDOC  which explains the system design.
    Regards,
    AKPT

  • How to link parent and child relation in Metapedia

    How to link parent and child relation in Metapedia

    Vamsi,
    Did you every determine how to do what you were asking about? Where you thinking of how to link a parent term to a child term (i.e. like a related term) or was this about linking a term to a different metadata object (e.g. table or report) ?

  • How  to join OE_ORDER_HEADERS_ALL  and HZ_PARTY_SITES,HZ_PARTIES in R12

    Hi all,
    Please Clarify.
    How to join OE_ORDER_HEADERS_ALL and HZ_PARTY_SITES,HZ_PARTIES in R12

    how can i make a join to get the Customer_Name and Customer_Number from RA_Customer table and oe_order_headers_all and oe_order_lines_all......thanks in advancePlease see these docs for examples on how to join those three tables.
    Multiple Language Request For Sales Order Acknowledgment Has Performance Issue [ID 1275133.1]
    Shipment History Data Are Not Populated In Dp [ID 889057.1]
    Disc0unt Did Not Apply To Sales Order Line With Volume Offer As Modifier [ID 1415593.1]
    Thanks,
    Hussein

  • How to join BKPF and BSEG

    Hi Experts,
    how to join BKPF and BSEG
    Thanks
    nagini

    Hi,
    BKPF is Transparent table but BSEG is cluster table.  We can't create views by joining cluster tables.
    hope it helps...
    regards,
    Raju

  • How to join ce_200_transactions_v and ce_statement_lines in Cash Management?

    Hi all ,
    how to join ce_200_transactions_v and ce_statement_lines in Cash Management?
    Please suggest.

    Did you check eTRM website? -- http://etrm.oracle.com/
    Thanks,
    Hussein

  • How to unlock material and batch at MIGO

    hi all,
    My requirement is to post another transaction using BAPI_GOODSMVT_CREATE at MIGO in the background.
    let say after posting movement type 101..i have to post another transaction of same material in same plant and in same Batch Using BADI,
    The problem is, material and batch name were currently lock by movement type 101, So BAPI giving Error that Batch BHEL001 of material 1000000000004 is already locked by user01. i.e. from my ID.
    Is it possible to remove this lock object?
    These are the lock objects at SM12.
    E     MCH1     11000000100000000000400000XXXXX     0     1
    E     MCH1     11000000100000000000470206XXXXX     0     1
    I tried
    CALL FUNCTION 'DEQUEUE_EMMCH1E'
    'DEQUEUE_all'
    i don’t want to consider the wait options..
    My problem is to remove  lock objects in order to transact another movement type
    thanks for your responce..
    Pankaj

    Hey,
    I can think of something like this..
    *Read all the lock details in system
    CALL FUNCTION 'ENQUE_READ2'
      EXPORTING
        gclient = sy-mandt
        gname   = ' '
        guname  = '*'
      TABLES
        enq     = lt_enq_read.
    *We will search entry for table level lock for our table
    LOOP AT lt_enq_read INTO lw_enq_read
    WHERE gname EQ 'RSTABLE'
    AND   garg CS 'ZTEST_SHUKS3'.
      MOVE-CORRESPONDING lw_enq_read TO lw_enq_del.
      APPEND lw_enq_del TO lt_enq_del.
    ENDLOOP.
    *Delete table level lock entry for our table
    CALL FUNCTION 'ENQUE_DELETE'
      EXPORTING
        check_upd_requests = 1
      IMPORTING
        subrc              = lv_subrc
      TABLES
        enq                = lt_enq_del.
    You should first search for lock and manually delete them using above FM.
    Hope it helps
    Thanks,
    Nitin

  • GATP check for Batch and Batch characteristics

    Dear Experts ,
    I have a question regarding GATP check
    scenario is like this
    1) Create a Sales order in a plant
    and there are 10 supply DC
    consider we are into batch management and the stocks are in Batches with production date and Expiry date
    when i create a sales order for qty  1000 , system must do ATP check in all the plants and pick the right batch according to the expiry date
    how to handle in GATP
    what are the basic steps for configuration and master setup
    Thanks  & Regards
    Raj

    *system must do ATP check in all the plants and pick the right batch according to the expiry date*
    ATP check and batch determination are unrelated things. Batch determination follows ATP check. but the SLED parameter may not be able to determine batches for the entire confirmed qty as there may be some bacthes that do not qualify the SLED parameter (assume only warehouse stocks being in scope of check) and this may not have been blocked before hand in say a separate stor loc that is excluded from ATP qty
    If you want to do ATP check at all locations..then remember that the check is happening at potentailly different material availability dates. It might be prudent to sort all the batches by remaining shelf life..and that might mean if the order qty is 1000.. then you might have 5 plants and 9 batches meeting the criteria based on oldest stocks first.(assuming this is what you would like to do). You then need to create five different line items in the sales order with different delivery plants and then immediately create delivery and do the picking,.
    Let me know if you discover a neater solution around this. You can also try global location determination (and a rule control strategy appropriate) in RBA and see if the proposal is as per the expected result. I have my doubts on this. Also to be considered are delivery group correlation to ship the entire qty at one. So you might have to pack 5 deliveries in one shipment..and probably one invoice?
    Regards,
    Loknath

  • How to join BALDAT and BALHRD???

    I am working on the reorganization of the basis tables of SAP and need to analyze the table BALDAT (Application Logs). I would like to know what years the data is from, but therefore I need to do a join.
    But how to join these to tables? It can't be done directly...
    Can anyone help me? Does anyone know?

    Another question: Am I in the right forum for this problem? Or where could I ask such things? Better in the ABAP forums?

  • How to join Dimensions and Fact Tables in OBIEE

    Hi All,
    I need to create report which need to get the information from two fact tables and 7 dimensions. The granularity is not same in both the fact tables. One fact table is having common keys between all the dimension tables and second fact table have only two dimension keys but with different names. My requirement is to create the report by taking the measures from both the fact tables.
    I have created joins between the second fact table and two dimension tables in physical and BMM layer and also set the highest level for all other dimension tables in the LTS of second fact table. when am creating report by taking the measures from both the fact tables, data is not getting for the measure which taken from the second fact table. Please advice me how to get the data for the measure which taken from the second fact table.
    Thanks in Advancec !!

    You have to use the level-base measure capabilities.
    http://gerardnico.com/wiki/dat/obiee/bi_server/design/fact_table/level_based_measure_calculations
    For all measures of the second fact table with the lowest grain (with two dimension keys), set for all dimension where you don't have any key the logical level to the "All" or "Total".
    And UNSET the highest level of the LTS for the second fact table.
    Success
    Nico

  • How to join payroll and general ledger

    Hi, some one could help me to join the payroll table and general ledger?
    what i need is to know how to obtain the gl_code_combination_id of a per_time_period
    thanks

    Table PAY_PAYROLL_GL_FLEX_MAPS contain details of mapping between Cost Allocation Flexfield segments to Chart Of Accounts Segments.

  • How to join KLAH and EQUI

    Dear Experts,
    I need to query from above two tables by Left Outer Join- KLAH to EQUI in this order.
    But I do not find any relation between these two tables. Please help how I go about it.
    My report requirement is EQUI-EQUNR versus KLAH-CLASS.
    Regards
    Jogeswara rao

    Thank you Maen,
    Let me explain the case further:
    I am a Functional man working on Infoset Query.
    Infact I have analysed oher tables also. But I am not able to connect the class related tables to Equipment related tables which can give me few output line items.
    I am getting Equipment vs Class report from LDB EQI, but here I am not able to get those line items where Equipments are not classified.
    My actual requirement is to list those equipments which are not classified.(Not assigned a class)
    Regards
    Jogeswara Rao

  • How to join audio and screen recording

    I have recorded with both the screen capture and audio capture and now want to join / merge the files into one.  Does any one know how I can do this easily? What application would I need to use? CAn it be done with iMovies?  Thanks

    m2v files are usually used in DVD authoring. Is that what you are trying to create?
    If so, you'll want a AC3 or aiff file format for the audio and use DVD Studio Pro to merge the two into VOB files.
    If this isn't what you are trying to accomplish, please offer up more information.
    x

  • SQ01-query - how to join MARA and DRAD

    Hi all,
    my problem is that I have to create a sq01 query in which I combine data from the MARA
    with data from DRAD. But I can't join the OBJKY (DRAD) with the MATRN (MARA).
    Hoping for help,
    Barbara

    Hi Barbara,
    As mentioned in the previous post, you cannot join the OBJKY field with MATNR field of MARA.
    But if you want to just read the contents in OBJKY from DRAD, then have a look at the below code:
    Note: In the initial step of creating your infoset, just select direct read from table & select on MARA here.
    SELECT SINGLE DOKNR INTO T_DOKNR
    FROM DRAD
    WHERE OBJKY EQ MARA-MATNR
         AND DOKOB EQ 'MARA'
         AND DOKAR EQ (Specify the type of document for this).
    Now you can combine the fields MATNR, T_DONR & the Z field into the field which you want using the CONCATENATE statement.
    \[removed by moderator\]
    Regards,
    Vivek
    Edited by: Jan Stallkamp on Sep 3, 2008 3:51 PM

  • How to join HR_API_TRANSACTIONS and wf_item_activity_statuses table?

    Hi, please help im having issues joining the following tables:
    im getting muliptiple records, cos a workflow has muliple records.
    i want to show the wfis.activity status (the status that shows in e-business suite - workflow admin)
    is there a join that im missing ??
    select *
    from HR_API_TRANSACTIONS HAT, HR_API_TRANSACTION_STEPS HATS, wf_item_activity_statuses wfis
    where hat.transaction_id = HATS.transaction_id
    and HAT.status IN ('Y','YS')
    and hat.TRANSACTION_REF_TABLE = 'PER_ABSENCE_ATTENDANCES'
    and hat.TRANSACTION_GROUP = 'ABSENCE_MGMT'
    and hat.TRANSACTION_IDENTIFIER = 'ABSENCES'
    and hat.TRANSACTION_REF_ID is not null
    and hat.item_key = wfis.item_key
    Thanks,
    .....

    This is more a question for the EBS forum than the Reports forum. Better ask it there.

Maybe you are looking for

  • How to include not due invoices in payment run

    Hi Gurus, Good day. Kindly advice how we can include invoices that are not due in the payment run to avail discounts. Thanks in advance.

  • Cannot export a dump file

    Dear all experts, I need your helps please. We have oracle enterprise 9i2 installed and oracle fail safe installed on the server. We run cluster. All of a sudden, i ran into a problem to create a dump file for backup. at the command prompt i type in:

  • Reference array in object

    Forgive me, I a new to Java. All I am trying to do is have an array dedicated to an object, that is encapsulated inside it. But now I the compiler can't recognize the 'array' array. How do I call the array from a particular object? I tried the object

  • Kernel Panic! Mountain Lion crashes?please help

    Since upgrading to Mountain Lion my system crashes. I have 2.53GHz ICi5 mid 2010 MacBook Pro. Please help, I am getting frustrated and more importantly I lost some work on few occasions as the crashes happened while I was reading mails, working in Mi

  • Camera movies to quicktime player or windows media player

    Digital movies play just fine on my camera, a NIkon Coolpix but once I import them to either quicktime or windows media player they do not play smoothly. Any ideas why or what I can do to correct this?