How to find out the purchase order# giving the sales orde numer?

Hi Gurus,
how to find out the purchase order# giving the sales order# or material
with regards
thambe

hi
use va02-t.code
double lick on line item data--> click on order data tab.
there you can find the po details relavant to that sales oreder & the material.
Thanks & Regards,
krishna.

Similar Messages

  • HOW WE FIND OUT OPEN PURCHASE ORDER AND CLOSED PURCHASE IN THE TABLE?

    HI,
    PLZZ HELP ME.
    what are fields names for open purchase order and closed purchase order
    thanks

    Hi param,
    Go to mseg table, pass the purchase order number and purchase order item. if the mseg-menge = ekpo-menge for the corresponding purchase order then consider the purchase order is close, else it is still open. even check if the entries are not there for corresponding purchase order in mseg table then also it is open.
    select mblnr zeile matnr menge from mseg into it_mseg where ebeln = it_ekko-ebeln
    and    ebelp = it_ekpo-ebeln.
    if sy-subrc <> 0.
    then consider the purchase order is open.
    This is the first case.
    even u can consider like this
    if sy-subrc = 0.
    if it_ekpo-menge > it_mseg-menge.
    then also the purchase order is open.
    Regards,
    Santosh Kumar M.
    Award points if it is useful.

  • How to find out web-inf path from the physical drive?

    How to find out web-inf path from the physical drive?
    I have some user profiles in web-inf directory.SO I want to know the path from root directory like
    d:/program files/allaire/jrun/appname/web-inf/profiles/username like that.
    Presently I am able to get the path upto the application directory and from that I am concatinationg web-inf/profiles/username .
    But it is giving problems when it is deployed under unix or linux.Because web-inf there it treats as WEB_INF
    SO I want to get the path of web-inf directory with out hard coding.
    Thanku

    String path = application.getRealPath("/WEB-INF/profiles/username");
    Note sure why you need this, but you don't need the real path to read the file - you can get an InputStream using the relative path. See ServletContext getResource() and getResourceAsStream().

  • How to find out which objects are at the end of the datafiles

    My Scenario is having a tablespace of 65G but the data is 5G and that is at the end of datafile for that we are not able to resize the datafile our though is to find out what are the objects at that end of datafiles and will either alter move <owner.tablename> move or alter index <owner.index> rebuld online.
    For that how to find out which objects are at the end of the datafiles.

    >
    My Scenario is having a tablespace of 65G but the data is 5G and that is at the end of datafile for that we are not able to resize the datafile our though is to find out what are the objects at that end of datafiles and will either alter move <owner.tablename> move or alter index <owner.index> rebuld online.
    For that how to find out which objects are at the end of the datafiles.
    >
    You may want to copy this and add it to your toolkit
    See 'What's at the End of the File?' in this Tom Kyte article from the Sept 2004 Oracle Magazine
    http://www.oracle.com/technetwork/issue-archive/o54asktom-086284.html
    And this AskTom blog shows you how to generate a script containing ALTER statements toresize your datafiles to the smallest possible. You can 'pick and choose' from the ALTER statements to do what you want.
    Then of course, you can use techniques from this article by Oracle ACE, and noted author, Jonathan Lewis
    http://jonathanlewis.wordpress.com/2010/02/06/shrink-tablespace/

  • How to find out which data control do the page layout components come from?

    hi,
    work in Jdev 11.1.2.3
    After have drag and drop data control into pages designer, how to find out which data control do the page layout component (such as a field in form layout) come from?
    --i cannot find data control related information in the property pallete for the page layout component.
    Regards.

    This information can be found in the page definition file.
    Select the field in the page and then click the binding tab.

  • How to find out if your Mac has the new Virus ?

    How to find out if your Mac has the new Virus, and how to fix it ???

    Helpful Links Regarding Flashback Trojan
    A link to a great User Tip about the trojan: Flashback Trojan User Tip
    A related link in the tip to a checker: Malware Checker Dowload Link
    A Google search can reveal a variety of alternatives on how the remove the trojan should your computer get infected. This can get you started.
    For now I recommend the User Tip from etressoft to detect and remove:
    Checking for and removing the "Flashback" trojan
    Kaspersky Flashback Trojan Site:Flashback Trojan Detection and Removal
    Also see Apple's article About Flashback malware.

  • Email of the Purchase Order to the User

    Hi,
    Currently, I am able to send the email of the purchase order to the vendor mail address, which is mentioned on general data tab of the vendor master.
    In addition, the requirement is that the purchase order also to be emailed to the User, who has created it.
    I have added the VU in NACE settings for application EF, output type NEU. The payment medium I have used is 5 (external send).
    However, when I try to add the VU and the user name to the vendor master partner details tab, the system is not taking in.
    Please let me know how can I email the purchase order to user.
    Thanks in advance for your time.
    Thanks,
    Ravi

    Hi,
    1) Add the user email address also in the vendor master.
    2) Verify all settings in condition records.
    3) Check tcode sost for any waiting send requests.
    Regards,
    BK

  • Partner details are not getting captured to the purchase order from the ven

    Hi,
    Issue : ( ECC PO)
    Partner details are not getting captured to the purchase order from the vendor master.
    We found that the partners are not getting captured in ECC PO's automatically from the vendor master. We checked for all the config and everything seems to be o.k, but could not figure it out.
    Any suggestions are highly appreciated.
    Regards
    Sudhakar

    Hey Sudhakar,
    I believe what is happening here is that the ECC PO document type has not been assigned to the partner determination procedure.
    If this is working properly for standard POs, then,
    Go to Partner detrmination under Purchasing>  Partner Settings in Purchasing Documents> Assign Partner Schemas to Document Types.
    and enter teh appropriate document type and refer it to the procedure you have for NB Pos

  • How to find out which cube/ods has the code

    hi,
    I want to find out which cube/ods has the start routine/update rules written in it.  Is there a table or Tcode to find out the code instead of opening each cube/ods to find out whether there is code in it or not.
    Thanks,
    Sam

    hi Sam,
    take a look
    /message/3483792#3483792 [original link is broken]
    try RSTRAN, field STARTROUTINE
    related tables
    RSAROUT
    RSAABAP
    RSAABAPINV
    RSAROUTT
    Technical name of start routine
    Re: How to get info about a GP* program?
    Re: Search for start, update rule, etc. that uses infoobject
    if couldnt find out, you can use ST05 'sql trace', open 2 session, one for create start routine, and one for ST05, activate with option 'sql trace', then create start routine and 'deactivate trace' and 'display trace', and check out the tables list
    hope this helps.

  • How to find out users inapproprate access in the system

    Hi Experts,
    Please any on help me out how to find out the inappropriate critical/sensitive Access is granted to all end users.
    Regards,
    Reddy v.

    Hi Siddhesh,
    Thanks for your reply.
    I already used  the SUIM T-code, but unable to find out users, those who have critical / Sensitive authorization, could you please help me to find out the same by using SUIM,
    We will  able to get the critical / Sensitive authorization users details by executing RSUSR005.
    It display all Usres those who have critical / Sensitive authorization.
    But I want to know is thier any other way to find out the same.
    If any one help me to find out it will usefull for me for the security issue.
    Thanks
    Prakash

  • How do you create a purchase order from a sales order?

    Is there a specific patch level for B1 2005 that implements this, is it a feature only in B1 2007 or does it have to be custom coded?
    If this has to be custom coded, does anyone either have sample code or a module that could be purchased that implements this?
    Thanks,
    Derek
    Running SAP B1 2005A SP:01 PL: 31

    Derek,
    SAP Business One has this functionality out of the box.  This functionality has been there for ever.
    You can very well use this functionality in your current SBO 2005 A Patch 31 version.
    What  business scenario are you planning to use this?  The reason for my asking this is because there are couple of ways to approach this.
    1.  You are creating a PO from an SO as Part of a Dropship requirement then in SAP you can define a Dropship warehouse and create the SO Item from this dropship warehouse.  Doing so SAP automatically Opens the Purchase Order Confirmation screen when you Add the Sales Order.  Here you can select your Vendor / Vendors and confirm the PO creation.
    2.  The second way is to create a SO from a regular warehouse and then manually go the logistics tab of the SO and check Purchase Orders.  This will Open the PO Confirmation and rest is the same as above.
    Let me know if you need further help
    Regards
    Suda

  • To block the Purchase orders with the help of Quality info record.

    Dear All,
    I have one requirement and it is as follows.
    In Quality Info Record we have a tab called Release in that there are two sections one is Release quantity and the other is Block.
    Now my client requirement here is : consider an example suppose he enters 100 in the quantity field,upto 100 the system must allow him to do Purchase Order after the 100 system must show an error that quantity is blocked and Purchase order cannot be created.
    The purchase order should only create when he changes the quantity from 100 to the higher quantity.
    Is this possible?
    if so kindly tell me what are the  normal settings and configuration settings to be done.
    as the client doesnot want to change it manually.
    Kindly guide me in this regard.
    Regards,
    santosh.

    Dear Santosh,
    E.g. lets say Release Qty. = 100.
    now, if the material received from vendor is OK, you want to continue with that vendor, and if material is rejected,no further material will be rceived.
    as, your client do not wants to do it manually,
    in q-info record, above "release qty" there is "Release qty. active"tick. so, create Z function module which will only reset the "QINF FREI_MGKZ" field, and assign it into Follow-up action for Usage decision for acceptance. it will be better to create new UD code.
    at the end, if Material is Ok, after UD, it will remove "Release qty. active" tick and you can continue with that vendor.  and if UD is rejected, system is not going to allow for PO, as release qty was 100.
    regards,
    Amol

  • How to find out in which order locks are aquired by one or more sessions.

    hi,
    i am using following query to find locking of two sessions .
    SELECT resource_database_id, t.resource_type , t.resource_associated_entity_id,partitions.index_id,blocking_session_id,
                indexes.name as index_name,o.name,
        t.request_status, t.request_mode,t.request_session_id,
        t.resource_description 
        ,s.total_elapsed_time,s.start_time, convert(varchar ,getdate() - s.start_time, 114)
        ,s.wait_type,s.wait_time
        ,s.last_wait_type,s.lock_timeout,s.row_count
        ,s.*,o.*,t.*
        FROM sys.dm_tran_locks t
        LEFT JOIN sys.objects o on t.resource_associated_entity_id=o.object_id
        LEFT JOIN sys.dm_exec_requests s ON s.session_id=t.request_session_id
        left join sys.partitions on partitions.hobt_id = t.resource_associated_entity_id
        left join sys.indexes on indexes.object_id = partitions.object_id and indexes.index_id = partitions.index_id
        WHERE s.session_id in (51,52) ORDER BY s.start_time,s.total_elapsed_time
    resource_type resource_associated_entity_id request_session_id request_mode index_name name resource_description
    DATABASE 0 51 S NULL NULL
    OBJECT 2094278866 51 Sch-S NULL wt
    OBJECT 2094278866 52 IX NULL wt
    PAGE 72057597150887936 52 IX PK_wt NULL 1:204815
    KEY 72057597150887936 52 X PK_wt NULL (4fb98fd9bfad)
    DATABASE 0 52 S NULL NULL
    Q1)i wanted to know session id 52 acquired object,page,key and database locks in same order or it was opposite
    how can i find the order of aquisition of locks by (one or two session).
    Q2)i have express edition advance of sqlserver 2008 r2 , it possible to trace every event with out using profiler as u know it
    does not ship with it 
    yours sincerley

    http://blogs.conchango.com/jamesrowlandjones/archive/2009/05/28/the-curious-case-of-the-dubious-deadlock-and-the-not-so-logical-lock.aspx
    select *,%%lockres%%
    from    dbo.Table(nolock)
    where    %%lockres%% IN('(4fb98fd9bfad)')
    Best Regards,Uri Dimant SQL Server MVP,
    http://sqlblog.com/blogs/uri_dimant/
    MS SQL optimization: MS SQL Development and Optimization
    MS SQL Consulting:
    Large scale of database and data cleansing
    Remote DBA Services:
    Improves MS SQL Database Performance
    SQL Server Integration Services:
    Business Intelligence

  • How to find out whats ur answer for the security question but they send the email to a different email account

    im trying to find out whats my security answer but there sending to a different account that i dont know about but i want them to send it to my email account please help me get my security answers

    Alternatives for Help Resetting Security Questions and/or Rescue Mail
         1. If you have a valid rescue email address, then use this procedure:
             Rescue email address and how to reset Apple ID security questions.
         2. Fill out and submit this form. Select the topic, Account Security. You must
             have a Rescue Email to use this option.
         3. This is the only option if you do not already have a valid Rescue Email.
             These are telephone numbers for contacting Apple Support in your country.
             Apple ID- Contacting Apple for help with Apple ID account security. Select
             the appropriate country and call. Ask to speak to the Account Security Team.
         4. Account security issues almost always require you to speak directly to an
             Apple representative to securely establish your identity as the account holder.
             You can set it up so that Apple calls you, either immediately or at a time
             convenient to you.
                1. Go to www.apple.com/support.
                2. Choose Contact Support and click Contact Us.
                3. Choose Other Apple ID Topics and choose the appropriate topic for
                    your issue.
                4. Follow the onscreen instructions.
             Note: If you have already forgotten your security questions, then you cannot
             set up a rescue email address in order to reset them. You must set up
             the rescue email address beforehand.
    Your Apple ID: Manage My Apple ID.
                            Apple ID- All about Apple ID security questions.

  • How to find document of purchase order

    Dear All,
    I just want to know how to find the document which is attached when creating Purchase order, can this document insert in oracle database or server directory...??
    if it is in oracle database please mention table name or directory path where file or document exist.
    Thanks

    Hi;
    Please review below search:
    http://www.google.com.tr/#hl=tr&tbo=d&sclient=psy-ab&q=ebs%2Bpurchase+order++document&oq=ebs%2Bpurchase+order++document&gs_l=hp.3..0i10i30j0i30j0i10i30j0i30.264.1781.0.2035.5.4.0.0.0.0.423.811.0j2j4-1.3.0...0.0...1c.1.ftCvA3OOHXE&pbx=1&bav=on.2,or.r_gc.r_pw.r_qf.&bvm=bv.41524429,d.d2k&fp=d36553db39999835&biw=1536&bih=711
    For all notes please see:
    For r12.1.1:
    http://download.oracle.com/docs/cd/B53825_01/current/html/docset.html
    For r12:
    http://download.oracle.com/docs/cd/B40089_10/current/html/docset.html
    For r11:
    http://download.oracle.com/docs/cd/A60725_05/r11_doc.htm
    Regard
    Helios

Maybe you are looking for

  • In iOS 8, how can I share my photo stream AND assign different names to each of our devices in Find My Friends?

    I'm using the iPhone 5c, and iPad mini, and my wife has a 5c, too.  We used to use my iCloud account as the main account on everything, so we could share our photos as we took them.  But now in iOS 8, Find My Friends is moved to iCloud.  I can't add

  • Photoshop CS4 (Vista x64) Type Tool Crash

    Hey guys, I recently installed CS4 and am loving it a lot. Although, I have found a very fatal bug that I need to correct. I'm running Photoshop Extended on Windows Vista Ultimate SP1 x64. I can start Adobe just fine, make documents, and such. The cr

  • Invalid response

    Itunes cannot connect to Ipod Touch as a result of above message received

  • Installing SAP Best Practices for HCM v2.60

    Hi Gurus, Has anyone installed SAP Best practices for HCM. I have to install the building blocks in the system. Can anyone guide me How to approach it? I have downloaded SAP BP v2.60 for HCM. How will I start transfering it to the client's SAP ECC 6.

  • ANNOUNCEMENT: Oracle XQuery Is Now in Beta

    As we are getting ready to roll out Oracle XQuery in the next production release of Oracle Database 10g, we have removed the outdated preview download from the OTN website. In the meantime, if you are interested in beta testing Oracle XQuery, please