How to check whether MRP run has been executed for a sales order or not

Dear Experts,
In Strategy:20, Make to Order scenario, I have run MRP for sales order in T Code:MD50,
then how can I check whether MRP run has been executed for a sales order or not.  Is there any report where I can find some indication?
Thanks and regards,
Vikas

Dear,
In MTO scenario with Planning strategy group 20 in material master .
After sales order is created, Run MRP , then planned order will be created then go to planned order details in MD04 or MD12 you will get sales order number in assigment tab.
or check the Table PLAF field  PALTR ,and field name KDAUF its sales order, for all created planned order.
Regards,
R.Brahmankar

Similar Messages

  • Standard Report check whether Goods Issue has been performed for DN

    Hi All,
    My users is having a list of DNs where they would like to check if Post Goods Issue has been performed for them.  I would like to ask is there any standard reports as to check if a Delivery Note has PGI performed?
    I have tried report VL06G but in this report we cannot give the DN No. as the key. 
    Thanks.

    There is no standard reports to check GI by DN number.
    You have to find out the Outbound Number first then check by Outbound number.
    In SE16N, key VBFA table
    Pump in your DN number under "Follow-on doc."
    Under "Prec.doc.categ." select "J".
    with the outboud number, you can proceed to check using above report suggested.
    Alternatively, using same VBFA table. Pump in list of outbound number under "Preceding Doc." and select "Subs.doc.categ." as "R".
    If you can set-up query reports, you can also get all the information directly with the DN Numbers.

  • How to check whether an invoice has been paid or not?

    Hi,
        In FI, how should I check whether an invoice is paid fully and also whether it has any residual item?
    And how should I pay an invoice with some residue? Which transaction I should use and what are the steps to do that?
    Since I'm new to FI, any guidance will help me a lot...
    Thanks,
    Priya.

    Hi Priya,
    you create a posting with residual items as follows:
    <b>Incoming payment</b>
    1. Start transaction F-28
    2. Enter all required information and click on <i>Process open items</i>
    3. On the next screen click on the tab <i>Res. items</i>
    4. Make sure that only the items that you want to pay are highlighted ((Net amount appears in blue)
    5. For each line item enter the residual amount that is still to be paid (Example: you have one invoice over 100 USD and 80 USD are paid, you enter 20 USD, since this is your residual that still needs to be paid)
    6. Save
    <b>Outgoing payment</b>
    1. Start transaction F-53
    2-6. is identical to incoming payment
    Regards,
    Claus

  • How to check whether database console has been installed on Windows or not?

    I selected the following choices when I ran Oracle Database 11g Release 2 Installer on Windows 2008 R2:
    Create and configure a database
    Server Class
    Single instance database installation
    Typical install
    I got the Database Configuration Assistant: Warning
    Enterprise manager configuration failed due to the following error - Listener is not up or database service is not registered with it. Start the Listener and register database service and run EM Configuration Assistant again.
    I have started the listener and register database service now. I have tried to run the command:
    emca -config dbcontrol db -repos create
    I got the error sysman already exists.
    Does it mean that even though I got the Warning message, the Enterprise Manager repository has already been created?
    What should I do to bring up the database console?
    Thanks.

    I did not see any EM DB Console service.
    I believe SYSMAN is the default schema for the EM repository. So, I think I just need to configure EM not to create EM repository.

  • How to find whether an Invoice is been posted for a particular PO

    Hi,
    How to find whether an Invoice is been posted for a particular PO.
    I have a scenario where I fetch data into an internal table T_CDHDR(It has PO and other details). For each and every entry(PO) in that internal table I have to see whether an Invoice is been posted or not. They told to use <b>EKBE(Purchasing document history)</b> table. But, I don't know which field to check for and based on what conditions.
    Can someone help me with sample code or some valuable inputs.
    Thanks in advance.
    Regards,
    Paddu.

    HI,
    TABLE IS RIGHT.
    IN THAT TABLE FOR THE FIELD BEWTP CHECK WHETHER ENTRY IS "Q".
    Q STANDS FOR IR-L THAT MEANS INVOICE IS DONE.
    ON THE SELECTION SCREEN OF EKBE TABLE ENTER THE PO NUMBER.
    THEN CHECK WHETHER IT HAS ENTRY FOR BEWTP 'Q'.
    YOU CAN CROSS-CHECK THIS DATA FROM TABLE WITH THAT IN ACTUAL PO IN T.CODE - ME23N.
    ENTER PO NUMBER ,THEN IN ITEM DETAILS , IN HISTORY TAB SEE FOR THAT INVOICE NO.

  • How to check whether follow on document is created for sc or po,is there any table or fm available?

    How to check whether follow on document is created for sc or po,is there any table or fm available?

    Hello Venu
    Check FM: BBP_PD_SC_GETDETAIL and BBP_PD_PO_GETDETAIL table E_HEADER_REL
    Check this: SRM Shopping cart and PO tables link
    Regards

  • HT5129 How do I turn off MobileMe has been discontinued warning off.  I did not keep photo under gallery so there is no need to migrate.

    How do I turn off "MobileMe has been discontinued" warning off.  I did not keep photo under gallery so there is no need to migrate.  The warning keep on showing up after initial round.

    In the iPhoto preferences delete all references to MM and do likewise in the system preferences
    LN

  • How to check whether the system has eclipse environment: urgent

    Hi gurus
    can you please tell me how to check whether my crm system has eclipse envirionment.
    Thanks
    shashi

    There is no way to check whether a system is used productively or not, I believe what you mean is checking a client is productive or not in an ABAP-stack based system. Remember although a SAP ABAP system is identified by a SID but from a business perspective the system is recognized by a client, as it is a unique business identity.
    Thus, to check whether the client is productive or not in txn SCC4 check the role of the client, it will show you the correct status. The data of SCC4 is stored in table T000, you can also opt to check that.
    - Regards, Dibya

  • How to check whether a file got read permissions for perticular user

    Problem: Let JRE is running with some x as effective user in LINUX then while checking file permission it is checking permission on that file for that x user.
    File f = new File(�file name�)
    if(f.exists())
         System.out.println(�exists�);
    Else
         System.out.println(�does not exists�);
    The above code prints exists only when x user have permissions on that file
    Requirement: I would like to check whether a file got read permissions for particular user i.e. whether y user got permissions on that file.
    Any help is appreciated

    In Linux a user has to have read permission on a file to even see that it exists. As a result, if a user (or a group to which they belong) doesn't have read access to the file File.exists() will return false. Windows which doesn't have as tightly controlled access to files will admit that a file exists whether it can be read or not.
    PS.
    This is proof that I should never answer a question off the top of my head when I haven't had my red bull yet. This is wrong. You will be able to see it if you have read and execute on the directory.
    thumps self in head
    Message was edited by:
    puckstopper31

  • How to know weather Vendor ID  has been created for a Particular employee

    HI Experts,
    We have got ticket from  emploee pertaining to  his Vendor Id.
    How we can check weather the vendor Id has been created for him.
    What is the transaction code we use to check this.
    Thanks in advance.
    Sairam.

    Hi,
    For this you need to go for coustom only..
    Before the following should be identify.
    1. Personnel number should be assign in vendor master single field only because in vendor master there are five fields can mapp with personnel number.
    2. For vendor creation of employee should have different vendor group in Vedor master
    3. vender nuber range must be same as Employee number range.
    Based on above conditions you can create coustom report.

  • HT1267 I need to reset my phone to it's original settings after backing it up, but it has been locked for months and I can NOT remember the password.  What do I do???  It's an iPhone 4

    I need to reset my phone to it's original settings after backing it up. It has been locked for several months and I do not remember the passcode. How do I do this???  HELP!!!

    -Options for when an iOS device gets locked because of forgotten password-
    Restore (and reset password) on your device by connecting it to the last computer to which it was connected:
    iTunes: Backing up, updating, and restoring iOS software - http://support.apple.com/kb/HT1414
    If you cannot connect it to the computer to which the device was last connected you will have to use recovery mode to completely reset the device, losing all data:
    iOS: Unable to update or restore - http://support.apple.com/kb/HT1808 - recovery mode (e.g., cannot connect to computer last used to sync device)

  • How to check whether the user has a certificate or not?

    Hi everyone.
    We're currently finishing a web project and the last step is to check whether users accessing the application have a valid certificate or not.
    Users with a valid certificate can access all the data. Users without any certificate installed on their browsers may still proceed, but they won't be able to see all data. Please note that the lack of a certificate doesn't mean an error - it's just another use case.
    Is there any way to check whether users have a certificate installed on their browsers?
    Thanks in advance.
    Edit: sorry, I forgot to post some tech details. We're using Struts 1.2 on a Tomcat 5 app server.
    Message was edited by:
    advaca

    I am not sure how Tomcat handles this, but you need to use two-way (mutual authentication) request but not enforce SSL between Tomcat and the client browser. This will make the browser prompt the user for the cert they want to send. Then you'll need to tackle the other part of your problem, getting the correct content displayed depending on whether the user sent a cert or not. I'm even less help there than I was on the first part of your question.
    So, yeah - good luck with that
    Lee

  • Check whether checkbox interaction has been clicked

    Can anyone tell me whether it is possible to use the checkbox widget from the advanced interactions in Captivate 7 as part of a quiz as detailed below.
    What I would like to do is have 18 checkboxes on my slide with a button which when pressed will trigger an action to check if the correct ones have been checked. If they have I'll show correct feedback, if not I'll show incorrect feedback.
    I guess in short I'd like to know if it's possible to update a variable based on whether the checkbox is selected e.g. '_var = 1' or not '_var = 0'.
    I had considered creating a bespoke activity using click boxes and advanced actions to achieve the desired results but the iPad can't handle more than five click boxes on an individual slide.
    Many thanks in advance.

    Hello,
    I'm not sure that iPad will be able to support that, since one is never sure but it can be done in Captivate. My blog post about using checkboxes/radiobuttons for custom questions is the most popular post I ever wrote, when i screen the number of visits: http://blog.lilybiri.com/widgets-and-custom-questions-part-1
    The radiobuttons and checkboxes interactions have an identical functionality but are guaranteed for HTML5 output.
    You will see that the associated variables are no booleans at all but will be empty when checkbox for that item is not chosen, or equal to the item when chosen. This means that you'll have to create a conditional action that checks for the correct entries like this:
    IF v_one is equal to 'This is first item text' AND
         v_two is equal to v_null      AND...   where v_null is an empty variable, or you can also
    Since this is a static interaction, you will need an event to trigger that action: you could use a button 'Submit' or a slide event.
    http://blog.lilybiri.com/using-captivate-widgets-some-tips
    Lilybiri

  • How do I know which workflow has been activated for my SHC in SRM

    Hi Experts ,
    Can anyone tell me where to find which workflow has been activated to my Shopping cart in the SRM. so that it creates a PO in the backend
    To create a PO in the back end it should have a WF actiavted.
    do we can have only always one WF activated or can we have multiple WFs depending on the conditions for one scenario
    Please suggest me
    Regards
    Sairam.

    Cross-Application Basic Settings u2192 SAP Business Workflow u2192 Perform Task-Specific Cusomizing
    SAP u2192 SRM u2192 SRM-EBP u2192 SRM-EBP-WFL
           -   WS10000060 (Automatic approval)
             -   WS10000129 (One-step approval)
             -   WS10000031 (Two-step approval)
             -   WS10000276 (Approval single-level over limit)
             -   WS14000044 (Completion by purchaser)
             -   WS14000109 (Approval n-step over value limit)
             -   WS14500015 (Item approval)
             -   WS14000045 (Delete shopping cart after application error)
             -   WS10000202 (Transfer purchase requisition)
             -   WS10000215 (Resubmission of shopping cart by administrator)
    You need to check Event linkage is either Activated or Deactivated aor these above work flow . I fit is activated it shows green light.
    Muthu
    Edited by: muthuraman on Jul 29, 2008 2:38 PM

  • Determine if PO number has been used in a Sales Order for a customer....

    We're able to perform some processing both before the Sales order is created and before the IDOC is updated, status-wise. One of the checks that we're performing is to determine whether the PO number supplied by the IDOC has been used in a order before for this customer.
    I can easily determine whether the (or so I thought) PO number is used by referencing the CRMD_SALES table having searched for the PO number. Unfortunatley the GUID returned should be the Order GUID, but they do not seem to exist. Am I reading the guid incorrectly or should there be some kind of intermediate table?.
    Regards
    Blue

    Gary,
    Try using the view CRMV_PURCHASE_NO instead.  I believe this will give you all the orders that have this PO number used before.
    Take care,
    Stephen

Maybe you are looking for

  • Permission error while addProcessTaskInstance of tcProvisioningOperationsIn

    Hi All, I am getting No Permission error while performing addProcessTaskInstance of tcProvisioningOperationsIntf. I am running this against process definition of Xellerate User. I have created a task in Xellerate User process definition and then tryi

  • Error in startsap on HP-UX

    Hi All,    I installed SAP 2004 Dialoge instance on HP-UX. After Installing, when I try to start SAP, I am getting the following error: #>su c11adm $>cd /sapmnt/C11/exe $>./startsap $>SAPSYSTEMNAME not set $>export SAPSYSTEMNAME=C11 $>./startsap <b>C

  • Selecting photo then clicking "Fit" does NOT turn off the Ken Burns effect.

    Trying to wean from iMovieHD.  I'm having trouble mastering what seems to be more limited Ken Burns effect functionality in iMovie11.   I don't seem to have the range, say, left-to-right, as I did in either iPhoto or in iMovie HD. So, I figured for n

  • How to find a view containing specified fields

    Hello Guys, I have got some fields of R/3 table based upon which i have to find View which has all the fields. I know that we have to go to help.sap.com and search there, but where to go after that i am not sure. Since i am new to BW , please guide m

  • Presenter 7 work with media server 3.5

    as title says,  I am newish to adobe stuff,  I have a client that has some swf files that we are going to replace with content created in presenter,  will there be any issue with hosting/serving the content created in presenter 7 with adobe media ser