Create PO directly bypass PR

Hi,
In 3rd party order, the sales order will trigger an output in the PR.
The PR is then converted with a PO.
My user wanted the PO to be created directly when a sales order item is created.
Since it is created as a PR, is there a way to bypass it or express it so that a PO is immediately generated?
Also, the PO should be a STO from the DC if there is not sufficient stock.
Thanks

Hi There
I beleive it needs couple of minor enhancements,,
PO can not be created directly,, ( S lines are diff case).. so to achieve the PR to PO automatically,,
1.Maintain the Info Record,,
   Auto PO enabled in material , Vendor
   Plant assign with Std P Organ
   Procurement Type-F
And after the PR created out of 3rd party order- Based on the creation indicator/Batch user, pick up this PRs and maintain it Z table every 3 to 5 mins, Me59n Program can ref this table if any it can directly create the PO,,
2.  iam not clear about the second requirement , you can make it clear,, i will try to help you out,,
(Based on my assumption on your 2nd requirement)
Seems it can be achieved through availability check ( ref the stock/future receipts, reservations) and ref the PR qty if that is huge go for the PO,,  this logic can be put for the second option,, actually in the program it will run first and decides that PO or STO,,
Hope it helps,,,
Thanks
Senthil

Similar Messages

  • Filter on the reports created using DIRECT DATABASE ACCESS in obiee 10g

    How do i filter on the report that is created by using DIRECT DATABASE ACCESS in obiee 10g?
    I have reprot A with link to report B, report B is created using DIRECT DATABASE ACCESS. so it is just a table, but i need to filter out 2 columns.
    here is the query in REPORT B:
    select strm, acad_group, crse_id, class_section, count(emplid) from v_crse_enrl
    group by crse_id, strm, class_section, acad_group;
    the link in REPORT A:
    '<a target="_blank" href="'||VALUEOF("bi_link")||'Go&Path=CF_CROSS_TEACHING_LIST&ACTION=Navigate&col1=STRM&val1='||view1_DIMEN.STRM||'&col2=CLASS_SECTION&val2='||TRIM(view1_DIMEN.CLASS_SECTION)||'">' ||view1_dimen.class_id||'</a>'
    from this link to report B.
    thank you!!

    I didnt tested using url, but the same works with using presentation variables.
    To your direct sql add where clause for those two columns like WHERE col='@{col1}' and col ='@{col2}'
    and try to run from url.
    let me know updates

  • OIM11gR2 - Is it possible to create a direct link to a specific area in the oim plattform?

    hi,
    is it possible to create a direct link to specific area in the oim self service plattform? for example a link to the users account list, or a link to a specific resource account?
    br,
    max

    Hi,
    Yes, Its very much easy in R2 as compared to R1. You can use following link to achieve your requirement:
    http://docs.oracle.com/cd/E27559_01/dev.1112/e27150/uicust.htm#BABIDJAB
    ~J

  • How to create playlist directly onto Ipod Classic?

    How to create playlist directly onto Ipod Classic?

    Create an On The Go Playlist. For instructions on how to do this, either see your iPod's User Guide or this article.
    http://ipod.about.com/od/introductiontotheipod/ht/otg_playlist_ip.htm
    B-rock

  • HowTo create a direct link to an approval

    Hi all,
    did someone of you tried to create a direct link to an approval?
    The link looks like this: "u2026/ProcessRequest?RequestID=12345&TaskID=111&EntryID=01234"
    So my question:
    Is it possible to use SQL statements in these scripts to read out the needed data from "MXP_PROVISION"?
    I have tried out this:
    Configuration in "EMailNotifiaction_Approval" Pass:
    MSKEY     %MSKEY%
    MX_APPROVERS    %MX_APPROVERS%
    MX_ENTRY_REFERENCE     %MX_ENTRY_REFERENCE%
    Coding in the script of "Next data entry" (just the relevant part)
    var entryReference = Par.get ("MX_ENTRY_REFERENCE");
    var sql = "SELECT MSKEY FROM MXP_PROVISION WHERE AUDITREF = " + entryReference;
    var sqlresult = "";
    sqlresult = uSelect (sql);
    I don´t get a Value into "sqlresult". I think one problem is that he doesn´t read the value of entryReference
    Br,
    Philip

    Thank you Thomas,
    the privilege was the problem.
    Maybe someone of you had the same problem.
    I have solved it like this now: (All with * marked lines can be found in the HowTo guide)
    *var pendingValue = Par.get("MSKEY");
    *var approverList = Par.get("MX_APPROVERS");
    *var entryReference = Par.get("MX_ENTRY_REFERENCE");
    *// uErrMsg(logLevel,"Approver List: " + approverList);
    *var approvers = new java.util.Vector();
    *approvers = uSplitString (approverList, "|");
    *var i = 0;
    *var result;
    *var emailAddress = "";
    *var idStore = uGetIDStore();
    *var emailAttribute = "%$MAILATTRIBUTE%";
    var sql = "SELECT APPROVALTASKID, AUDITREF, PARENTMSKEY FROM MXWV_PENDING_APPROVALS WHERE MSKEY = " + pendingValue;
    var sqlresult = "" ;
    sqlresult = uSelect(sql);
    var part = new java.util.Vector();
    part = uSplitString (sqlresult, "|");
    actionid = part.get(0);
    auditref = part.get(1);
    usermskey = part.get(2);
    // This line was made to get the unique name of the requesting person
    var sqlname = "SELECT AVALUE FROM MXIV_SENTRIES WHERE (ATTR_ID = 2 AND MSKEY = " + usermskey + ")";
    var name = "";
    name = uSelect(sqlname);
    var url = "http://10.44.110.68:50000/webdynpro/dispatcher/sap.com/tcidmwd~workflow/ProcessRequest?RequestID=" + auditref + "&TaskID=" + actionid + "&EntryID=" + pendingValue;
    I think there are much more solution. (Iam new at IdM )
    Br,
    Philip

  • Do we have an option to create leads directly from ELM?

    Hi Experts,
    I have a requirement that I need to create leads directly from ELM. Is there any such option could you please any one respond and guide me.
    Thanks
    Bharath

    Hi Bharath,
    create mapping format by choosing category lead and map to target field
    Create external list by choose option create BT.
    Thanks,
    Naveen

  • Help: Creating a proxy bypasser in Dreamweaver

    Im creating a proxy bypasser in dreamweaver but dont know
    anything about them can someone suggest some HTML Code that i could
    use to create one?

    Ute's answer is spot on - you need a FormMail script to process the form.  Check with your host (or via the control panel) and see if they supply such a form for free.
    If not, google for "formail script' and you'll find quite a few available - all free to use.
    You just need to add a couple of lines to your html code, change a few things in the formmail script and the form will process.  Sounds complicated but most scripts come with a help file to help you get off the ground.
    Nadia
    Adobe® Community Expert : Dreamweaver
    http://www.perrelink.com.au
    Unique CSS Templates |Tutorials |SEO Articles
    http://www.DreamweaverResources.com
    http://csstemplates.com.au/
    http://twitter.com/nadiap

  • How do I create a direct URL link to my iBook product page?

    How do I create a direct URL link to my iBook product page? The Apple iTunes linkmaker webpage appears to have been updated recently --- and I can't create a direct link to my iBook, or any iBook for that matter.

    No, not with a direct link to the iTunes product page which I can copy and use. However I found another work around by viewing another book's product page, then clicking "view more by this author" and found the link that way. Thanks for your reply.

  • How do I create a direct link to a page in the secure zone?

    How do I create a direct link to a page in the secure zone? Right now I have a menu link to the "member-news" page, which is secure. When clicked, the link goes to the member login screen. Upon login, it drops the user onto the default login page.
    I want the "member-news" link to allow the user to log in and continue onto the "member-news" page without stopping at the default login page.
    Is this possible?

    What program are you using?

  • Creating employees directly in Cloud

    Hi,
    Going through the Administrator guide, we see we can create employees directly in cloud. But when I get to the screen, the "NEW" button to create employees is grayed out. I am an administrator on cloud. Am i missing any setting to get it enabled? Let me know.
    I am attaching the screenshots for reference of both Administrator guide section and the cloud screen.
    Thanks,
    Siva.

    Hi Siva,
    In an integrated tenant it does not allow manual creation of Employee or other objects which are integrated (Master Data specifically) as contrary to a non-integrated tenant.
    However, if you still have the requirement to add employees manually in an integrated employee, you need to do it through Data Integration workcenter as shown below:
    Try the first option under Actions to create & replicate a manually created employee.
    Let me know if it helps.
    BR
    Ankur

  • Creating Quotation directly in ISA

    Hi,
    We are using ECO 5 on ECC.
    Currently in ISA when creating a Quotation, first an Inquiry is created and then somebody has to convert the Inquiry to a Quotation. My question is can we setup ISA to create Quotations directly or  "with reference to" an Inquiry (without any customer support people looking at an Inquiry and creating a Quotation).
    Thank in advance,
    Rajiv.

    Paul,
    Thanks for the reply. The way it is in ECO is -
    - The web user creates a 'Quotation' in ECO but in SAP it actually creates an Inquiry.
    - The employee of the client then review the Inquiry and creates a Quotation based on the Inquiry, using  "Create with reference to" .
    - After this the web user is able to view the Quotation and save it as an Order.
    I want to eliminate the second step. by any of the below options (if these are possible)-
    - Directly be able to create an Quotation by ECO.
    - Have an action so that as soon as an Inquiry is created it converts it to a Quotation. (My functional knowledge is limited, more of a web guy).
    - execute a BAPI in ECO which would do the conversion.
    here is some revelent help -
    http://help.sap.com/saphelp_crm40/helpdata/en/ac/94cd9532cea440baae9ba7fffe6375/frameset.htm
    Thanks
    Rajiv

  • Create Material directly in active area without approval process ( Bypasing Staging)

    Hi Experts ,
       I have one requirement where Material need to be created directly in active area with out any approval process.
    So I need to bypass staging area data store.
    Please give your valuable input to achieve that.
    Thanks in advance.
    Regards,
    Samrat

    Hello,
    From the discussion above, I can understand this is a requirement. However, I would like to understand the reasoning behind this requirement. The whole point behind MDG is to avoid direct creation of master data and instead "govern" the process first. If you are going to create material, then use MM01 directly as Sanjay suggested.
    If you are looking for a web-based UI, you are better off looking for a standard Web Dynpro application (or create your own) instead of mis-using the MDG application.
    In any case, you can't completely by-pass the staging area. However, you can configure a single-step rule-based workflow such that the material goes into "activation" immediately. Keep in mind that the material will not be available immediately, but will take a few minutes depending on your system configuration until the material is activated completely in the system. Error handling, etc. will need to be done on the MDG layer which could prove to be an unnecessary burden should you decide to go this route.

  • Default all sales order to create PO directly

    Hi all,
    Is there a way to default the Purchase Orders checkbox on the Sales Order screen to be checked every time? We create the purchase order directly from the sales order 99% of the time.
    THanks,
    Jane

    Hai!
    It can be done through simple sdk coding. For more help, post to SDK Forum.
    I tried FMS, but FMS can't able to assing for check box.
    Regards,
    Thanga Raj.K
    Edited by: Thanga Raj K on Jun 10, 2009 7:29 AM

  • Create a direct external link into SAP Portal

    Hello, I am looking to create an external URL to directly link into a specific page inside my Netweaver Portal.  Is there a way to set up this navigation?

    Hi Chris,
    The link would be something like this:
    http://<server>:<port>/irj/portal?NavigationTarget=<pcd address of page>
    The above creates the entire framework page around the page. You can get just the page by doing something like this:
    http://<server>:<port>/irj/servlet/prt/portal/prtroot/<pcd address of page>.
    Hope this helps.
    Daniel

  • Can not create .PDF directly from file

    I just reinstalled Acrobat 9 (9.5) to a new computer. I cannot create a PDF directly from a Word or OpenOffice document. When I look at the "convert to" or "convert from" tab the file extensions are not listed. I was able to do this before. I tried repair installation with no luck. How do I fix this?

    Does anyone have idea?

Maybe you are looking for

  • Batch characteristic validation

    Hi, I have process inbound idocs, where I have to create batch numbers for materials if they do not exist and correspondingly batch characteristics too. I used functions BAPI_BATCH_CREATE , BAPI_OBJCL_CREATE and for the existing characteristic values

  • Hooking up power mac to digital tv

    is it a good idea to hook up a powermac g5 to a digital tv. i was thinking about buying a 32 inch tv. i was wondering what i would need to buy to hook this up and if it would be good for video editing?

  • Is it Possible in JSP

    Hi! i want to do a mini program in jsp page.. Actually i want to create 3 text box ..[CALCULATOR] 1 for giving frist number and another for giving 2nd number and 3rd for result..everything is to be done in same page.. i have tried ...but cant get res

  • Getting album artwork for CD's

    Yo, one more question, I have all my CD's in iTunes. However, none of them have artwork. Is there any good third party software/ way to easily get album artwork for all my CD's thanks!

  • How to end a creditcardaccount fot click And buy

    How can i stop an itunes account an creditcard payments for click and buy