Get Process Order Confirmation&Counter from material document/goods receipt

Hi @ all,
i´m looking for a way (the tables) to get the order confirmation and the counter from a goods receipt. I have the material document number und the position of the goods receipt.
Kind regards,
Axxter

Hi,
we don´t have the goods receipt material documents in AFRU. I don´t know the reason why.
Message was edited by:
        Sebastian Becker

Similar Messages

  • Wrong Profit Center on Material document (Goods Receipt PO for Asset)

    Dear SAP Expert,
    When our company upgrade our SAP version from 4.6C to ECC6, all Profit Center on Material document (Goods Receipt on Purchase Order for Asset) is filled by profit center DUMMY.
    This condition not happend in our previous version (4.6C). Is there any new configuration on ECC6 for Asset Accounting?
    Many Thanks
    Maickel P

    Hi, Maickel:
    There is a setting for Dummy Profit Center, you can check in SPRO: Controlling->Profit Center Accounting->Master Data->Create Dummy Profit Center.
    And you can refer to the help of this IMG activity:
    Create Dummy Profit Center
    This function lets you create the dummy profit center for the current controlling area.
    The dummy profit center is updated in data transfers whenever the object to which the data was originally posted (cost center, order, and so on) is not assigned to a profit center. This ensures that the data in Profit Center Accounting is complete. You can later send the data on the dummy profit center to the other profit centers using assessment or distribution.
    You create the master record for the dummy profit center using this special transaction. To change or display it, use the normal profit center maintenance functions.
    The name of the dummy profit center is displayed in the controlling area settings for Profit Center Accounting.
    Prerequisites
    The standard hierarchy must exist for the current controlling area.
    Actions
    Enter the name of the dummy profit center. The rest of the steps are the same as when you create a normal profit center.
    Choose the function Extras -> Set controlling area first to make sure that the correct controlling area is set.
    Notes on transporting
    You can transport the Customizing settings for Profit Center Accounting under Transport Connection.

  • Process Order Confirmation Quantity from Preceeding Operation

    Hi All,
    Please can you let me know if the below requirement can be met:
    I have 2 phases to confirm (both are milestone confirmations). The Process order header quantity is 100 kg. While doing the confirmation for Phase 1, I do a final confirmation  for 90 kg. Now while doing the confirmation for Phase 2, the system still populates the default yield as 100 kg and not 90 kg.
    Is there a way to display 90 kg as default yield for Phase 2? Is there a standard Config that can help? If not what is the solution?
    Thanks,

    Hi,
    Please refer the following link.
    http://help.sap.com/saphelp_47x200/helpdata/en/b1/c04d83439a11d189410000e829fbbd/frameset.htm
    Regards
    Kannan

  • Process Order Warning Message while doing the Goods Receipt

    Dear All,
    While doing the GR against process order via t.code MB31, we are getting a warning message which reads u201CProduction date of bch 110420 (17.06.2011) does not match the prod. date entered (26.08.2011)u201D this happens only if the batch number already exists in the system for the same material code , in this scenario if the user ignores the warning message & posts the document the existing batch number production date also will be over written with current/inputted manufacturing dateu2026 this will collapse the batch traceability. Is there a way to customize where we can have a different production date for same batch number?..
    For example:
    Batch Number: ABCD
    Production date 10.02.2011
    Batch Number: ABCD
    Production date 11.02.2011
    Batch Number: ABCD
    Production date 12.02.2011
    Regards,
    Sivanandan

    I'm sorry to say that I find your requirement to be absolutely not logical; a batch is, by definition, a homogenous quantity of a material, that you want to separate by it's characteristics from other, different, quantities of the same material.
    If you decided that manufacturing date is a characteristic of the batch, then it has to be unique for one batch.
    So, as I see it, you have two options: either decide that manufacturing date is not important and do without, or have different batches for the different dates.

  • Problem with creating Process order confirmation using BAPI

    Hello,
    While creating Process Order confirmation using BAPI_PROCORDCONF_CREATE_TT, material document is getting created. But a line item is inserted in the table AFRU without material document number. When it is created manually using the transaction COR6, the table is getting updated with material doc in the line item. Can anyone let me know what other attributes to be passed in order the update the same?
    Thanks in Advance.
    Regards, Senthil G.

    Hello , I am working with the same Bapi, can you please send me the code to fill the parameters, if I find the same error like you, I will send you the solution if I correct that.
    Thanks for your help.
    [email protected]
    Guatemala, Cempro ADATSA

  • How can I get Notification Number from Material Document?

    Can you please tell me that how can I get Notificatin Number(QMEL-QMNUM) from Material Document(MSEG-BELNR)?
    Regards,
    Subhasish

    This question is closed but unanswered.

  • How to get Process Task Retry Count using API (OIM 10g)

    Hi ,
    I want to get all the process task which are failed after retried 5 times.
    For e.g Create user task in AD retried for 5 times but still it is in failed state. I want to get all such process task.
    I am stuck at point how to get process task retry count from process definition?
    Thanks

    You can reference the code in the "Task Timed Retry" scheduled task to get what you are looking for. Here is the decompiled code:
    >
    package com.thortech.xl.schedule.tasks;
    import Thor.API.Operations.tcScheduleTaskOperationsIntf;
    import com.thortech.util.logging.Logger;
    import com.thortech.xl.dataaccess.tcDataSetException;
    import com.thortech.xl.dataobj.tcDataSet;
    import com.thortech.xl.scheduler.tasks.SchedulerBaseTask;
    import com.thortech.xl.util.logging.LoggerMessages;
    import java.sql.Date;
    import java.util.Hashtable;
    public class tcTskTimedRetry extends SchedulerBaseTask
    private static Logger logger = Logger.getLogger("Xellerate.Scheduler.Task");
    Date isCurrentDate;
    public void init()
    logger.debug(LoggerMessages.getMessage("EnteredMethodDebug", "tcTskTimedRetry/init"));
    this.isCurrentDate = new Date(System.currentTimeMillis());
    logger.debug(LoggerMessages.getMessage("LeftMethodDebug", "tcTskTimedRetry/init"));
    public void execute()
    logger.debug(LoggerMessages.getMessage("EnteredMethodDebug", "tcTskTimedRetry/execute"));
    tcDataSet localtcDataSet1 = new tcDataSet();
    tcDataSet localtcDataSet2 = new tcDataSet();
    tcDataSet localtcDataSet3 = new tcDataSet();
    try
    if (isStopped())
    return;
    localtcDataSet2.setQuery(getDataBase(), "select osi_retry_on from osi where 1=2");
    localtcDataSet2.executeQuery();
    if (isStopped())
    return;
    localtcDataSet2.setDate("osi_retry_on", this.isCurrentDate);
    localtcDataSet1.setQuery(getDataBase(), "select osi.sch_key, osi.mil_key, osi.orc_key, osi.osi_rowver, sch.sch_rowver, osi.osi_retry_for, osi.osi_retry_on, osi.osi_retry_counter, sch.sch_note from osi osi,sch sch where osi.osi_retry_on <=" + localtcDataSet2.getSqlText("osi_retry_on") + " and osi.sch_key = sch.sch_key" + " and sch.sch_status='R'" + " and osi_retry_counter>0 order by osi.sch_key");
    localtcDataSet1.executeQuery();
    if (isStopped())
    return;
    int i = localtcDataSet1.getRowCount();
    logger.debug("tcTskTimedRetry:execute:Number of Process tasks retrieved is=" + i);
    tcScheduleTaskOperationsIntf localtcScheduleTaskOperationsIntf = (tcScheduleTaskOperationsIntf)getUtility("Thor.API.Operations.tcScheduleTaskOperationsIntf");
    tcDataSet localtcDataSet4 = new tcDataSet();
    localtcDataSet4.setQuery(getDataBase(), "select osi_retry_for, osi_retry_counter from osi where 1=2");
    localtcDataSet4.executeQuery();
    Hashtable localHashtable = new Hashtable();
    if (isStopped())
    return;
    for (int j = 0; j < i; j++)
    if (isStopped())
    return;
    localtcDataSet1.goToRow(j);
    localtcDataSet3.setQuery(getDataBase(), "select count(*) as counter from osi osi,sch sch where osi.sch_key = sch.sch_key and osi_retry_for=" + localtcDataSet1.getLong("sch_key"));
    localtcDataSet3.executeQuery();
    if (isStopped())
    return;
    if (localtcDataSet3.getInt("counter") > 0)
    continue;
    localHashtable.put("osi_retry_for", String.valueOf(localtcDataSet1.getLong("sch_key")));
    localHashtable.put("sch_note", localtcDataSet1.getString("sch_note"));
    long l = localtcDataSet1.getLong("osi_retry_counter");
    if (isStopped())
    return;
    try
    localtcScheduleTaskOperationsIntf.createScheduleItem(localtcDataSet1.getString("orc_key"), localtcDataSet1.getString("mil_key"), localHashtable, l - 1L);
    catch (Exception localException2)
    logger.error(LoggerMessages.getMessage("ErrorMethodDebug", "tcTskTimedRetry/execute", localException2.getMessage()), localException2);
    catch (tcDataSetException localtcDataSetException)
    logger.error(LoggerMessages.getMessage("ErrorMethodDebug", "tcTskTimedRetry/execute", localtcDataSetException.getMessage()), localtcDataSetException);
    logger.debug("PJ:tcTskTimedRetry:execute:DataSetexception has occured");
    catch (Exception localException1)
    logger.error(LoggerMessages.getMessage("ErrorMethodDebug", "tcTskTimedRetry/execute", localException1.getMessage()), localException1);
    logger.debug(LoggerMessages.getMessage("LeftMethodDebug", "tcTskTimedRetry/execute"));
    public boolean stop()
    logger.debug("tcTskTimedRetry:stop:Task being stopped");
    return true;
    >
    -Kevin

  • Process order confirmation without 101mvt type

    our client is  a process industry.client need during process order confirmation Background 101 not happen.
    Step : 1 Process order create
    Step : 2 Goods issue The material -261
    Step:  3 Process order confirmation   (No 101)
    Step:  4 Goods Receive (MIGO) 101 happen 
    Following Steps Process only,
    cork-only activity confirmation only,after Activity  confirm GR will Happen , how to configure in the system,any user exit or sap note there in the sense tell me?
    Thanks For Advance

    Hi Thiyaharaajan,
    For Goods issue i believe you are using MB1A/MIGO. You also use backflush to automatically issue the material during confirmation.. For this maintain Backflush - 1 in material master MRP 2 view.
    Also during confirmation for doing Auto GR (101 movement type) you need to assign the control key ticked with Auto Goods Receipt for Last operation/phase of Master Recipe.
    Thanks & Regards,
    Ramagiri

  • Wrong profit center on material doc (Goods Receipt against PO for Asset)

    Dear SAP Expert,
    When our company upgrade our SAP version from 4.6C to ECC6, all Profit Center on Material document (Goods Receipt on Purchase Order for Asset) is filled by profit center DUMMY.
    This condition not happend in our previous version (4.6C). Is there any new configuration on ECC6?
    Many Thanks
    Maickel P

    HI Werner,
    Based on Note 684659
    Question 10:
    "Why aren't the correct profit centers derived from the account assignment objects?"
    Response[1]:
    You first have to maintain the account assignment objects as described in the response for question.
    Action:
    I Already assign account assignment object PS_PSP_PNR "WBS Element of Investment Project", transaction type '*', account assignment type 'APC Values Posting' because our transaction is using WBS element as an account assignment on purchase order.
    (Before I assign this account assignment object on t-code ACSET all transaction for asset which account assignment using WBS element doesn't generate controlling document on GR process)
    Response[2]:
    You also have to make sure that the profit center is ready for input in the field status of the account and the posting key.
    Question:
    Where I have to check this condition?
    Please check the field status of the account FS00 if Profit Center and Cost Center maintained optional.
    Action:
    I Already check on "FS00 - Edit cost element" and found that "Default account assignment" is blank

  • Costing data from Tables of Process Order Confirmation.

    Dear Friends,
    In which table is the Costing relevent data for process order confirmation stored.
    We are developing a report for which we require  material specific-
    Target quantity / Actual quantity
    Target costs / Actual costs
    Thanks in advance.
    Regards,
    Vikrant Sood

    Hi,
    Using the Table : AUFM you can get the data.
    VVR

  • BAPI to create Transfer order(WMS) from Material document

    Dears,
           We have activited WMS and we have not found any BAPI to generate TO in WMS from Material document to post GR to a specific bin. Is there any BAPI available for particular operation?
    Can anyone tell me about name of BAPI?
    Regards,
            FR

    Try with Function Module  L_TO_CREATE_TR
    also try
    Use this function module to create TO (transaction LT01) L_TO_CREATE_SINGLE
    CALL FUNCTION 'L_TO_CREATE_SINGLE'
    EXPORTING
    i_lgnum = ti_lqua-lgnum
    i_bwlvs = l_bwlvs
    i_matnr = zwwmugeori-matnr
    i_werks = ti_lqua-werks
    i_lgort = ti_lqua-lgort
    i_bestq = l_bestq
    i_letyp = l_letyp
    i_anfme = l_anfme
    i_altme = l_altme
    i_vlpla = l_vlpla
    i_vlenr = l_vlenr
    i_nlpla = l_nlpla
    i_nlenr = l_nlenr
    i_commit_work = space
    IMPORTING
    e_tanum = l_tanum.
    <REMOVED BY MODERATOR>
    Edited by: Alvaro Tejada Galindo on Feb 13, 2008 11:33 AM

  • Product Costing - Process Order Confirmation

    Dear Experts,
    We are facing a situation with our Product Costing Scenario :
    Under SFG Process Order Confirmation, there are Ten Phases to finally confirm the order. First Phase is for Raw Material Issuance. From Second Phase to Ninth Phase are relevant to Activity Types. Tenth Phase which is final phase, in this point Goods Receipt posting is generated.
    At first phase, system posts Raw Materials Goods Issue (Movt Type 261) to Process Order:
    Entry : RM (Cr), Consumption (Dr).
    Client needs the system to post one more entry at the same time by : WIP (Dr), Inv Change (Cr).
    Reason:
    According to client, they have made consumption entry in finance but what if all raw materials are not consumed as yet and factory comes under fire, then how can they claim insurance on those Raw Materials which are not consumed and are still in the IN PROCESSING Stage?
    My Answer was:
    - They can find all material costs in Process Order as Debit Item.
    - They can also calculate WIP but cannot post WIP in Finance unless the order is settled.
    Ultimately, as per my knowledge client cannot check the unprocessed Raw Materials report in FI but they can check in CO. And this is the point of reservation from client.
    They need an entry in Finance for WIP to claim insurance in case of fire and therefore they need a posting of  WIP entry immediately after Goods Issue of Raw Materials to Order.
    Can anyone please guide me further regarding this scenario and if any one can suggest any work around then it would be highly appreciated!
    Regards,
    Zain Bashir 

    Hi Zain
    This is a very unusual question
    Buddy, there is something in accounting called as "Going Concern Concept" which we all were taught in our accounting days.. That means when you do business, do it with a mindset that you are goinig to do it for long / for ever.. Accidents dont happen every day and you cant build a system around such things
    Assume there is a fire (God forbid).. After the accident, you wont even know how much was  lying there unconsumed which got gutted in the fire..
    And insurances not just covers the stock lying consumed, but also stock manufactured and stock in the process of manufacturing (WIP)
    And most importantly, dont expect SAP to throw up a figure at the click of a button.. Does your client really think that they will simply submit the report generated from SAP as-is to Insurance people?? SAP is just a technology enablement, which requires human intervention at various places
    My opinion - Dont build system for such requirements
    Br. Ajay M

  • Update Process Order Confirmations Back to SAP ECC

    Hi,
    Is there a document or step by step guide which explains how i can update  SAP EARP with process order confirmations from my shopfloor?  Below is the scenario i am looking for help in
    1. There is a SQL server table where the SHOP floor update the quantity manufactured against a Process order.
    2. I need to pick up that data from the SQL server table and update the ERP against that Process order.
    Can any one explain how this can be achieved.
    I checked the sample's and the templates in SDN but none of them actually show how to update any ERP?
    Please advice!!.
    Regards
    Suraj

    Check this one
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/60ac6bb8-a684-2b10-208d-b90883004a5e
    https://www.sdn.sap.com/irj/scn/downloads?rid=/library/uuid/204a13d0-399d-2b10-ec84-9c254cd7efd4
    You use this component to enable the shop floor operators to record their production order and process order confirmations using a touch screen user interface. In SAP ERP Central Component (SAP ECC) operators must complete many steps to confirm orders. Instead, you can use this interface, on a touch screen to enter the production performance easily and effectively. You can also use this component to obtain operators' work lists and information on their current activities.
    Regards
    Ram Upadhyay

  • Automatic Creation of Batch in Process Order Confirmation

    Hi Guru,
    What are settings required to set the batch creation automatic during the confirmation of the process order? The header material is semifinished and batch management is ticked in the material master. BOM has been created. In the present scenario, few
    Regards,
    Raja

    Hi,
    You can do that in T Code CORW.
    For the required production scheduler select the batch creation for process order.
    Also in the Assignment tab of the process order, there is a field for batch, next to it there is a Create button. Click that, you will get the batch number in that field.
    Hope that helps.
    Regards,
    Rohit.
    Added: I apologise, its not the Assignment tab in process order. It is Goods Receipt tab.
    Edited by: Rohit Chauhan on Aug 3, 2009 9:42 AM

  • Challan material is different from material document----Message no. 8I572

    Hi,
    I am getting the following error in subcontracting process when reconciling through J1IFQ.
    Challan material is different from material document----Message no. 8I572
    After P.O. creation and issued the materials through 541 and created a subcontract challan 57f4 and G.R has been done when reconciling through J1IFQ i am getting the above mentioned error.
    Thanks,
    Kiran Bodla

    Hi,
    In spro --> taxon goods movemnt > indiac> business transaction --> subcontrcating --> maintain movement type grp
    here miantain
    0002     101
    0002     542
    0002     543     O
    Hope help U !
    Regards,
    Pardeep Malik

Maybe you are looking for

  • Set the Web dynpro component view to other web dynpro component

    I have created two web dynpro components DC1 and DC2 i have imported the usage of DC2 in DC1 i am able to create the instance of DC2 in DC1 also but the problem is i have a view V1 in the DC1, i want to embed the V1 of DC1 into one of the DC2 views P

  • EJB deployment nosuchmethod error

    We are trying to deploy ejbs on WebLogic 5.1SP8. The first ejb on our list deploys but the next one gives the following error. java.lang.reflect.InvocationTargetException: java.lang.NoSuchMethodError: java.lang.NoSuchMethodException: findByUsernam eA

  • PRO*C VERSION MATRIX 및 VERSION 별 특성

    제품 : PRECOMPILERS 작성날짜 : 1998-02-19 PRO*C version matrix 및 version 별 지원 내용 =========================================== [1] PRO*C 의 version 별 지원 내용 RDBMS 의 version 과 PRO*C 의 version 별 지원내용은 다음과 같다. PRO* Last RDBMS Languages Version Version Version ===

  • Double spaced address in Word in Office 365 (Word 2014)

    I am trying to print an envelope. My brand spanking new Office 365 insists on double spacing the lines in the envelope address. There do not appear to be formatting options in the Envelope popup screen. Any idea how to correct this? Step by step inst

  • Change path for user www, or in php

    I want my installation of wikimedia to recognize the path as including /usr/local/bin, and it doesn't. I already added it in /etc/profile, but accoring to php.info, it still isn't there for php or apache. $ httpd -v Server version: Apache/1.3.33 (Dar