Create PO with refrence to multiple PR

Hi,
We have requirement to create an automated program where one of the requirement is to create an PO with refrence to multiple PR for single vendor. As per my knowledge ME21N can be use to create PO with refrence to multiple PR, but from the technical point of view as this is enjoy transaction and it will not support BDC program.
My question is, is there any other transaction code which we can use to create PO with refrence to multiple PR and it will support BDC program also.
Thanks...
Imran

Hi,
Go to ME21N, create wrt to the first line item and give the necessary fields, if you want to club the quanity of other PR's
Just go to the Delivery schedule tab and enter the Purchase requision no in the field purch.req and the line item number in the Requisn item.
Then the PO quantity will get changed as per the PR cumulative qty.
Regards,
RitiG

Similar Messages

  • Create document with refrence + update some fields by passing some  values

    Hello Experts,
    I have a small problem . I have to create the sales order from BAPI ...but the scenario is
          have to create with refreence to another document
          some fields like condition types or material or order quantity etc are passed from an excel sheet
    hence some information which is populated in excel sheet should be picked up rest everything should be picked up
    from the refrence document
    How can use both information (from the refrence document and externally passed from the excel)  and create a new document
    please suggest!!!!
    regards,
    Khushy

    Hi,
    I am  not sure whether I really understand your request. Let me try to help.
    > Example: <FT_TAB> TYPE STANDARD TABLE,
    >                 <FS_TAB> TYPE ANY,            
    >
    > DATA: INT_TAB  is my dynamic table values.
    >
    >
    > LOOP AT INT_TAB.
    >  ASSIGN COMPONENT 'MATNR'  OF STRUCTURE <FS_TAB> TO <F_VALUE>
    > <F_VALUE> = INT_TAB-MATNR.
    >  APPEND <FS_TAB> TO <FT_TAB>
    Here <FT_TAB> must already be assigned to some internal table with a given (dynamic) structure. Did this happen before this piece of code?
    What I would do is to create a dynamic table (see documentation to CREATE DATA) with MATNR and the STYLE field (LVC_T_STYL). See the documentation for CREATE DATA - creation of internal tables. When collection the field descriptions for that internal table I would also build the field catalogue for the ALV.
    Then assign <FT_TAB> to that newly created internal table, <FS_TAB> to a newly created structure (same as a table line).
    Move the MATNR to component 1 (or component 'MATNR') of the table and fill the style table according to your needs. Then insert the <FS_TAB> into <FT_TAB>.
    Finally call the ALV SET_TABLE... method with your dynamic table and your field catalogue.
    Regards,
    Gerd Rother

  • PM Notification create bapi with refrence

    I want to create a PM  notification with reference with another notification number.
    iam calling the bapi ALM_PM_NOTIFICATION_CREATE , able to create the notification but the
    reference notification number data is not copied.

    Did you look at the parameter RETURN from alm_pm_notification_create?  This will contain any errors that might have occurred during the BAPI call.
    - April King

  • PO nuber is not coming after creating Po with refrence

    Hi Abaper,
    First I create Contract from VA41 Tcode, I pass external PO number. That I am getting in table VBKD-BSTKD. After I create order against that contract, Now I am giving contract no it display all records accept PO number. I want to use exit/ enhancement to get PO number.
    How I will resolve this issue.
    Regards,

    For contract you need to make contract release order from ME31K...
    Regards
    Priyanka.P

  • Create cursor with data from multiple tables

    Hi,
    I need to create a cursor that contains fields from different tables.
    For example:
    Table 1                  Table 2                    Table 3                Table 4
    Col 1 (PK)              Col 2 (Pk)                  Col 4 (Pk)            Col 9 (PK)
    Col 2                     Col 3  (Pk)               Col 5 (PK)            Col 11
    Col 3                     Col 6                     Col 8                 Col 12
    Col 4                     Col 7                     Col 9
    Col 5                                               Col 10
    Col 13
    Col 14I've created the following:
    CURSOR c_test IS
       SELECT a.col 1,
                    a.col 13,
                    a.col 14
                    b.col 6
                    b.col 7
                    c.col 8
                    c.col 10
                    d.col 9
                    d.col 11
       FROM table1 a, table2, b, table3 c, table4 d
       WHERE (b.col 2,  b.col 3, c.col 4, c.col 5) =
                          SELECT a.col 1
                                       a.col 2
                                       a.col 3
                                       a.col 4
                          FROM table1 a
                          WHERE a.col 1 = '123456');But how can I get also the correct data (col 9 and col 11) of table d?
    What's missing in my where clause?
    Hope this is a bit clear.
    Regards,
    Ken

    Something like this:
    CURSOR c_test IS
       SELECT a.col1,
              a.col13,
              a.col14,
              b.col6,
              b.col7,
              c.col8,
              c.col10,
              d.col9,
              d.col11
       FROM table1 a
       JOIN table2 b
       ON  a.col1 = b.col2
       AND a.col2 = b.col3
       AND a.col1 = '123456'
       JOIN table3 c
       ON  a.col3 = c.col4
       AND a.col4 = c.col5
       JOIN table4 d
       ON  a.col1 = d.col9;Check on a.col1 = d.col9, don't whether that's right.

  • Creation of Applicant with Refrence Emplyee

    Dear Experts,
    I am new to HR module, there is a requiremnt where in I have written a report to create applicants using the standard BAPI
    BAPI_APPLICANT_CREATE by giving the required parameters.But for creation of Applicats with existing employee refrence I was not able to find a parameter where in we can pass the reference employee details to the BAPI. If the BAPi which I have used is not the one by which I will be able to create Applicats with refrence employee details kindly suggest another BAPI or a Function module.
    Thanks & Regards,
    Murthy.

    u can also use HR_MAINTAIN_MASTERDATA Tclass u can maintain as B.

  • Is it possible with Adobe Acrobat to create a PDF that has multiple usernames/passwors for read access and individualised watermarks or with any other adobe product?

    Hi,
      We're looking for a solution where a PDF can be created and distributed to multiple people - each with their own username/password to open - and also when opened created a user based water mark on the document. Is this something that can be done inside Acrobat Pro or is there a higher end product that does this?
    Thanks!

    If the list of people who and only who you want to be able to open this PDF is predefined, then you can use Certificate Encryption in Acrobat. For this method to work each of possible recipients of the encrypted PDF needs to procure a digital certificate with a private key enabled for encryption and send you the public key version of this certificate. Then you encrypt this PDF with public key certificates (there may be many of them) of all recipients you want to be able to open this PDF. Then you distribute this PDF to all recipients and each of them can then open this PDF with their private key certificates.
    You can also create PDFs with Optional Content which contains different watermarks with the selector for a watermark based on user ID or some other identification of the user. I do not know, though how to create such Optional Content using just Acrobat Pro. You may need to write a plugin to Acrobat to do that.

  • Unable to create PO with multiple line items through LSMW-BAPI method

    Hi All,
    I have a requirement of creating PO through LSMW. I can't use LSMW standard batch input program since there are some fileds not available and also it has many limitations. I'm using LSMW-BAPI method ( Business object BUS2012) which create IDOC and uses BAPI_PO_CREATE1 to ultimately post the PO in the system. I am trying to create PO from a single file which contains both Header and Item data.
    Now my problem is that everytime PO is being created with Single line item only. Everytime I am giving multiple item data in the source file LSMW is preparing multiple IDOCs for multiple line items. As per my understanding this is happenng since header and item is in the same hierarchy level of IDOC type PORDCR102 and the control record is inserted for every line item in the source file.
    It seems that through LSMW-BAPI  it is not possible to create PO with multiple line items. Can anybody provide some input regarding this? Thanks in advance.
    BR,
    Atanu Mukherjee

    Solved by myself.
    Earlier the problem was that LSMW was not being able to recognize items under same header. It was creating new IDOCs every time it gets a new item. To enable this we need to create two structure HEADERDATA and ITEMDATA.  Two additional identifier fields with identifier value 'H' and 'I' should be added in these two structures respectively. Then we need one sequential file with the identifiers field followed by the header and Item data. Example:
    H~header data
    I~item data
    I~item data 
    This would help the standard program to understand what are the items under same header and ultimately create PO with multiple line items.
    BR,
    Atanu Mukherjee

  • Create one order with reference to multiple quotations

    Hi gurus,
      Is it possible in standard SAP to create one sales order with multiple quotations, or to create one order with reference to multiple orders, if yes what is the procedure.
    Regards,
    kishore.

    Hi Kishore,
    Yes, You can create a Sales Order with reference to multiple quotes or Sales Orders.
    The Procedure is as follows
    1. Goto T. Code VA01 (CREATE SALES ORDER)
    2. Give Sales document type and Sales Area
    3. After entering into the Create Sales Order screen, click on top left menu which is "Sales Document"
    4. In that list, you have an option " Create With reference", in that again you have two options "To Sales Document" and "To Serial Number"
    5. Select "To sales Document", then a window will be opened which has all the tabs like "Inquiry, Quotation, Order, Contract, Shc. Agg, Billing doc"
    6. Select any one tab which you want to copy (say quotation), give the quotation number there and click on copy.
    7. Then all the line items and Header data will be copied from quotation to that sales order.
    8. Like this you can do for any number of times.
    Hope this is clear
    Reward if helpful
    Thanks
    Praveen

  • How to create parameter with multiple selection in a query (SQ02) ?

    Hi Exports
    Do you know how to create parameter with multiple selection in a query (transaction SQ02)?
    thanks.

    Hi
    i know how to create user parameter at SQ02,
    the question is how to create multiple selection parameter?

  • Create Characteristic with multiple units of measure

    Hello Friends,
    I want to create characteristic (CT04) which has multiple units of measure.  At present  a  Characteristic is created with a single unit of Measure. I have to create characeristic and assign it in MIC. MIC specifications are customer dependent. Customer may give specifications in different unit of measure. While creating sales order, I am entering the specifications for characteristics, as material is created with varient.
    I am creating Single Characteristic multiple times for different Unit of Measure and assigning it to the class.
    Therefore according to the Customer requirment and his specifed Unit of Measure, that Characteristic is choosen having same UoM as of Customer.
    Insead of doing this, Is it possible to assign multiple units of measure to single characteristic?
    Waitng for reply!
    Regards,
    Kiran

    Hi,
    With Multiple Unit Of measures, I don't think its possible.
    You can Use CHAR for characteristics, to Use.
    Instead for Fixed Units. Let Marketing/sales Enter the req.
    But you shall make it Multiple Selection, Since you can use them in Selection Condition.
    Hope this is Useful.
    Regards
    Raghu

  • Create characteristc with multiple units of measure

    Hello Friends,
    I want to create characteristic (CT04) which has multiple units of measure.  At present  a  Characteristic is created with a single unit of Measure. I have to create characeristic and assign it in MIC. MIC specifications are customer dependent. Customer may give specifications in different unit of measure. While creating sales order, I am entering the specifications for characteristics, as material is created with varient.
    I am creating Single Characteristic multiple times for different Unit of Measure and assigning it to the class.
    Therefore according to the Customer requirment and his specifed Unit of Measure, that Characteristic is choosen having same UoM as of Customer.
    Insead of doing this, Is it possible to assign multiple units of measure to single characteristic?
    Waitng for reply!
    Regards,
    Kiran

    Hi,
    With Multiple Unit Of measures, I don't think its possible.
    You can Use CHAR for characteristics, to Use.
    Instead for Fixed Units. Let Marketing/sales Enter the req.
    But you shall make it Multiple Selection, Since you can use them in Selection Condition.
    Hope this is Useful.
    Regards
    Raghu

  • $CL - Create Characteristic with multiple Unit of Measure

    Hello Friends,
    I want to create characteristic (CT04) which has multiple units of measure.  At present  a  Characteristic is created with a single unit of Measure. I have to create characeristic and assign it in MIC. MIC specifications are customer dependent. Customer may give specifications in different unit of measure. While creating sales order, I am entering the specifications for characteristics, as material is created with varient.
    I am creating Single Characteristic multiple times for different Unit of Measure and assigning it to the class.
    Therefore according to the Customer requirment and his specifed Unit of Measure, that Characteristic is choosen having same UoM as of Customer.
    Insead of doing this, Is it possible to assign multiple units of measure to single characteristic?
    Waitng for reply!
    Regards,
    Kiran

    What UOM's are we talking about?
    Are you talking about ppm vs. %? Or ppm vs. ppb?
    SAP can make some of these conversion automatically.  I encourage clients to standardize what their lab people report on in inspection lots.  I.e. they should always record ppm or always record % in the inspection lots.
    In the certificates you can use the certificate profile to change the UOM actually reported on the COA to the customer. So you can record by ppm in the lab, but in the cert for the characteristic, you indicate that it should be reported in %.  The system will automatically make this conversion for you.
    If you are talking somethign like screens, I recommend doing all in the lab as either thru or on and doing calculated characterisitcs to calculate the opposite for those customers that want thru instead of on, or vice versa.
    FF

  • Creating infotypes with multiple subtype

    Please tell me
    How to create infotype with multiple subtype

    Hi
    Please check this like it has got step by step details
    http://www.sapdevelopment.co.uk/hr/hr_infotypes2.htm
    Regards,
    Venkat

  • Create folders with multiple language support

    How can folders be created supporting multiple languages?
    I am using Mac OS X with English as my native language. As I would like to have several folders named in Japanese this causes some trouble: It is no problem to name them using Japanese characters, but if I navigate through these folders using the Terminal as I often do the names will only appear like "???????????????????" even if I use 'export LCALL="jaJP.UTF-8"' to get right character interpretation for the Terminal. There must be an alternative name support for folders as I tried to create folders while I switched to Japanese as my native language for Mac OS X and all standard user folders switched to Japanese language. In the Terminal these folders still appear in international English language. And also when I copy those folders to an external hard drive the multiple language support will stay alive. But I still didn't find out how new folders created by myself will get multiple language support. Any hints?
    Thanks in advance.
    Kyoshiro

    Tom Gewecke wrote:
    Unfortunately I have to switch between Romaji and Hiragana/Katakana input method every time I have to spell japanese folder names. (Tab completion doesn't work at all for these folders.)
    Sorry, I don't understand what you mean there. Where are you spelling the names? In Terminal?
    Yes, I meant typing Japanese characters in the Terminal. It works but it's very uncomfortable as shortcuts to switch the input method don't work while writing commands in the Terminal. Standard folders like "Documents", "Pictures" etc. appear in English in the Terminal even if the localization has been switched to an other language. (So there is no need to switch the input method while working in the Terminal.)
    In case the folders are stored on an external drive (even if it's fat) and it's plugged in on another computer they appear in English likewise.
    Self created folders normally won't have this ability. But to customize this behaviour is exactly what I am looking for. I guess the information about the "international aliases" must be in a hidden file or something like that.
    That must certainly be part of the localization system for the OS. Here is some info:
    http://developer.apple.com/internationalization/localization/tools.html
    Thank you for the link, first I'll explore the tools. Maybe I'll find some useful information.
    I'll return as soon as I need help again or if I found what I am searching for.
    Thank you so far.
    Kyoshiro

Maybe you are looking for

  • Yosemite: An open letter to Apple Development and Design Teams

    Respectfully, is it possible that your teams would reconsider the design choices that were developed for Yosemite? (Mavericks was lovely.) After installing Yosemite, I personally found the revised design elements to be overwhelmingly unappealing -- p

  • How do I set up my new Macbook Pro without using the annoying Voiceover?

    How do I set up my new MacBook Pro without using the annoying Voiceover?  I cannot get it to work right; it seems to get stuck and repeats the same thing over and over.  It is driving me nuts!  Is there a way to begin the setup process without using

  • Some email functions on aol not responding.

    Why, when I hit the reply button on an email, does the address of the sender (of the original email) not appear in the "To" box? I can't type into the message box, nor can I attach anything. I have had to return to Safari for emailing. I use aol on a

  • How to download a previously purchased OS 10.7 to install over 10.5.8?

    Hi there, at my previous job I was given a MacBook Air for development purposes. I paid using my own account $30 to buy OS X Lion (10.7) through the Mac App Store and upgraded the computer. Before leaving I reinstalled the original 10.6 on it and ret

  • Why Did My Thread Get Locked?

    I know I'm new here but can someone tell me why my thread got locked regarding the problems I have been having with upgrading my high speed internet?  It says it's being "resolved in a private support area."  But no one has contacted me to provide su