PO With respect to realse order with Multiple Item and Multiple Services

Dear Guru,
I am having Issues with BAPI_PO_CREATE1 which i am not able to resolve.
I am Trying to create a PO with Multiple Line (such as line item 10, 20, 30, 40 )
and Each line item should contain multiple services in its service line item (such as 10, 20 30, 40)
The Import parameters i have defined for
POHEADER is as below: 
COMP_CODE                      1000
DOC_TYPE                       RO
CREATED_BY                     SAIFUR
PURCH_ORG                      1000
PUR_GROUP                      102
CURRENCY                       INR
DOC_DATE                       05.12.2009
AGREEMENT                      4700014635
The Import parameters i have defined for
POHEADERX is as below:
COMP_CODE                      X
DOC_TYPE                       X
CREATED_BY                     X
PURCH_ORG                      X
PUR_GROUP                      X
CURRENCY                       X
DOC_DATE                       X
AGREEMENT                      X
The Table Parameter I have Defiend For 1st line item
in POITEM is as below :
PO_ITEM                        00010
SHORT_TEXT                     HIRING OF COMPUTER / LAPTOP
PLANT                          078
TRACKINGNO                     ITEM1
QUANTITY                                  1.000
ITEM_CAT                       9
ACCTASSCAT                     U
AGREEMENT                      4700014635
AGMT_ITEM                      00010
PREQ_NAME                      127562_B
PERIOD_IND_EXPIRATION_DATE     D
PCKG_NO                        0000000001
The Table Parameter I have Defiend For 2nd line item
in POITEM is as below :
PO_ITEM                        00020
SHORT_TEXT                     HIRING OF LCD
PLANT                          078
TRACKINGNO                     ITEM2
QUANTITY                                  1.000
ITEM_CAT                       9
ACCTASSCAT                     U
AGREEMENT                      4700014635
AGMT_ITEM                      00020
PREQ_NAME                      127562_B
PERIOD_IND_EXPIRATION_DATE     D
PCKG_NO                        0000000000

The Table Parameter I have Defiend For 1st line item
in POSCHEDULE is as below :
PO_ITEM                        00010
SCHED_LINE                     0001
DEL_DATCAT_EXT                 D
DELIVERY_DATE                  05.12.2009
QUANTITY                                  1.000
The Table Parameter I have Defiend For 2nd line item
in POSCHEDULE is as below :
PO_ITEM                        00020
SCHED_LINE                     0002
DEL_DATCAT_EXT                 D
DELIVERY_DATE                  05.12.2009
QUANTITY                                  1.000
The Table Parameter I have Defiend For 1st line item
in POSCHEDULEX is as below :
PO_ITEM                        00010
SCHED_LINE                     0001
DEL_DATCAT_EXT                 X
DELIVERY_DATE                  X
QUANTITY                       X
The Table Parameter I have Defiend For 2nd line item
in POSCHEDULEX is as below :
PO_ITEM                        00020
SCHED_LINE                     0002
DEL_DATCAT_EXT                 X
DELIVERY_DATE                  X
QUANTITY                       X
The Table Parameter I have Defiend For 1st and 2nd line item
in POSERVICES is as below :
PCKG_NO     LINE_NO     EXT_LINE     SUBPCKG_NO     QUANTITY     BAS     GR_PRICE     SHORT_TEXT
1     1     0     2     0          0     HIRING OF COMPUTER / LAPTOP
2     2     10     0     1     EA     700     PENTIUM COM WITH COL MON & NETWORK COM
2     3     20     0     1     EA     350     INKJET PRINTER(BLACK&WHITE AND COLOUR)
2     4     30     0     1     EA     325     SCANNER COLOUR
5     5     0     5     0          0     HIRING OF LCD
5     6     10     0     1     HR     400     LCD HIRING PER HOUR
5     7     20     0     2     HR     200     FOR EVERY ADDITIONAL HOUR

Similar Messages

  • Creation of Outbound delivery with respect to sales order

    Hi Gurus,
    I am an Abaper.
    I have a requirement to create outbound delivery with respect to sales order.
    Currently I have the purchase order details.  
    My coordinator has given me a logic.
    From the Purchase order, we have to get the Purchase requisition.
    From Purchase requisition, we have to get the sales order.
    From the sales order, we have to create the outbound delivery.
    Please explain me how to creaet the outbound delivery with respect to sales order.
    Also, how to get the PR from PO and SO from PR.
    Thanks in advance.
    Regards,
    Balaji. R

    Hi balaji,
    I will add the abap code since you are a ABAPER.
    1. To get the Pur. Req. from PO
    Note that PO_NO and PO_LINE_ITEM are variables.
           Select VEBLN VBELP  into (EBKN-VBELN,EBKN-VBELP)
           from EKPO inner join  EBKN on EKPOBANFN = EBKNBANFN
           where EKPOEBELN = PO_NO and EKPOEBELP = PO_LINE_ITEM
    2. And using VL01N you can create the relevant outbound delivery. Use above sales order for this. And record a BDC and write the code.
    Hope this will useful
    Thanks & BR
    sandun

  • Goods Receipt with respect to sales order

    hi,
        goods receipt with respect to sales order ,that sales order is prepared with reference to quotation
    erroer is
    Account assignment cannot be carried out because of different origin no.
    Message no. V1134
    Diagnosis
    The sales document to which you want to refer is based on sales document 20000005 and item 000010. Therefore, the settlement and possibly inventory management are carried out using the number of the preceding document.
    System Response
    This entry is not allowed.
    Procedure
    Enter the document and the item number of the preceding sales document

    Hi,
    Refer the sales quotation number for GR instead of the sales order number.
    Regards,
    Ravi Kumar C.

  • Need     RFC/BAPI    to create Delivery Order  with respect to  Sales Order

    Hi Gurus ,I'm   new  to  AB AP  Language   to be  working  in company
    so  can anyone  tel  me   FM/BAPI   to create  Delivery  order  with respect to  sales order(va01,vl01n)
    Any  sugg.. will appreciate  u.........
    Thanks in Advance...........

    Hi,
        Try this BAPI
    BAPI_SALESORDER_CONFIRMDELVRY
    Regards
    Bala Krishna

  • Inspection lot creation during GR with respect to Purchase Order

    Dear Experts,
    Here is my Question
    Inspection lot creation during GR with respect to Purchase Order
    Inspection type 01 set in the material master
    inspection lot will be created during GR for a Purchase order
    from my understanding for every GR a inspection lot will be created
    No batch Management
    but the requirement is irrespective to GR qty and number of times of GR
    we need inspection only one inspection lot
    For Instance
    There is a PO for 1000 kg no batch management
    now i do GR for 100 kg for 10 times with different dates
    now i need to have only one inspection lot
    not 10 inspection lot for each 100 kg
    can any one suggest a solution, please advise my understanding is correct
    Many thanks
    Raj

    Dear Raju,
    There is a solution for that .The setting can be done two ways, either in the material master or in the configuration
    1) Material Master
    MM02> QM View> Inspection Setup> 01> Control Insplot> 'X' An inspection lot for each purchase order item/order item 0r  An inspection lot for each material document and material
    a) 'X' An inspection lot for each purchase order item/order item
    This Means
    This setting is limited for use with the inspection lot origins 01 and 04.
    An inspection lot is only created during the first goods receipt for each PO item or production order.
    b) '1' An inspection lot for each material document and material
    If you set this indicator, the system creates only one inspection lot for a material document (in a goods receipt transaction) for each material. This setting is useful, if several purchase orders or partial deliveries are processed for the same material in a goods receipt transaction.
    2) You can do this default in the config
    SPRO > Quality Management >  Quality Inspection > Inspection lot creation >  Define Default values for inspection type > 01> Control Insp lot
    Hope this helps
    Regards
    gajesh

  • Central Sales Tax Amount with respect to Purchase Orders

    Is there any way to get Central Sales Tax amount with respect to Purchase Order Numbers. I need this for report.
    Pls get me table numbers from which i can extract

    Hi,
    Refer report J1I2 - Sales Tax Register
    Here in the selection screen, enter Tax code, CST Condition type, etc...
    Also refer report S_ALR_87012357 - Advance Return for Tax on Sales/Purchases

  • Upgradation from CRM 4.0 to CRM 7.0 with respect to sales order.

    Hi All,
    Can you please tell me what are all the  'EEWB enchacement changes' to be carried out during upgrade from CRM 4.0 to CRM 7.0 with respect to sales order..
    Thanks & Regards
    Prasanna

    hi
    check out the upgradation Note available in the Master Lists for upgradation.

  • Posting an Idoc with Multiple Headers and Multiple Lines

    Hi all,
    I have a scenario like this fileXIIdoc
    Invoice file comes in text file with multiple header and multiple lines like this
    111               aaa     13214234    US   (header)
    09082010     ABC    9999            A     (Line)
    222               ccc     43454543    US   (header)
    09082010     XYZ    7777            B     (Line)
    09082010     PQR    8888            C     (Line)
    I need to post single Idoc with all the headers and lines
    we are planning to use Custom Idoc,Is this possible by having the header segment as unbounded??
    Regards
    Edited by: Vamsi Krishna on Sep 8, 2010 8:05 PM

    hi,
    lets go again.
    you have to edit the custom IDoc and change the ocurrance on the header segment. also modify the details segment adding an addtional field that identify which header that this detail belong.
    for this case you cannot change the occurrance in SAP PI because you wont identify what i have told you before.  in PI apply to change the occurrance if you could send ONE Idoc Per Header.
    now is better clear???
    Let us know.
    Thanks
    Rodrigo P-.

  • Recommended configuration for load balanced Portal with load balancer, multiple gateways and multiple servers.

    Does anyone have a recommended network, hardware and software configuration guide for a Portal installation running with multiple gateways load balanced (ie one URL) that talk to multiple servers?

    David,
    We've used Resonate (software) to load balance the gateways. It allows
    you to group all the gateways under 1 virtual URL and load balance the
    incoming connections over each gateway depending on the rules that you
    define in Resonate. Look in the SUN portal whitepapers there is one that
    talks about it specifically.
    As far as load balancing the calls to the portals, the gateways will
    automatically load balance across all the portals that they know about
    using a simple round-robin rotation. You may be able to use Resonate in
    front of the portals but you may need to activate persistance within
    Resonate to ensure that the user always ends up on the portal that he
    established his initial connection on (if you want that), check with Sun
    on this one.
    David Broeren wrote:
    Recommended configuration for load balanced Portal with load balancer,
    multiple gateways and multiple servers.
    Does anyone have a recommended network, hardware and software
    configuration guide for a Portal installation running with multiple
    gateways load balanced (ie one URL) that talk to multiple servers?
    Try our New Web Based Forum at http://softwareforum.sun.com
    Includes Access to our Product Knowledge Base!

  • Planning for  product using multiple bom and multiple recipe involving SOP

    Hi friends,
    The problem. Currently we have maintained single BOM and single recipe (The BOM and Recipe used for MRP) for long term planning run. The FMCG sector of Client requested to have multiple BOMs and multiple recipes in the long term planning run. I.e. The planning is done quarterly and they wanted to use different BOMs and Different recipes for each quarter. But since the existing system has configured to use a single BOM and a single recipe we have a problem to use the long term planning run with the current setups.The problem we have is in this ‘001’ planning scenario.
    appreciate if you can help me how to accommodate multiple BOMs and recepis in the long term planning run.
    thanks and regards
    om

    HI Mr. Ready,
    We create PIR though a submit Job and in this case how to mention the production version while creating PIRs . Also if I am creating PIR through MD61 how to record the version.
    Please advice.
    Thanks and Regards,
    Om

  • Partial-credit scoring in multiple response and multiple hot-spot questions

    Hello everyone,
    I'm calling on your generosity in the spirit of the holidays to help out a noob.  I would like to create matching, multiple-response and multiple-hot spot questions where the user receives credit based on the number of correct answers within the question. For example, in a matching question where there are four items; if the user gets 2 out of the four items matched correctly, I would like for him to receive 2 out of 4 points.
    I understand that Captivate doesn't support partial-credit scoring of this type, but a few posts have implied that it can be done with variables. Is there anyone who can walk me through this process, or send me to a link that will walk me through it? (I've scoured these forums and tried the Cp tutorials, to no avail.) And if it's not asking too much, please make it understandable to someone who has very little experience with variables.
    Thanks, and Merry Christmas.
    JR
    (Running CP 5 on Windows Vista)

    Hello,
    I did publish an article more specific on partial scoring, perhaps this could help you:
    Partial scores and customized feedback
    And since you are asking for more basic information, on my blog I point to some other articles to explain the meaning of variables with/without advanced actions. Feel free to have a look (there are more postings about advanced actions and links to articles over there):
    Curious about variables ?
    Unleash the power of variables with advanced actions
    Lilybiri

  • Diff between Multiple Threading and Multiple instance.

    Hi ,
    what is the main diff between Multiple Threading and Multiple instance?
    Please give me the answer

    Satti4Java wrote:
    Hi ,
    what is the main diff between Multiple Threading and Multiple instance?The main difference (not "diff") is that the first one ends with the word "Threading" and the second one ends with the word "instance".
    Really. Seriously. Now if you had some industry standard phrases you were comparing, there might be a useful discussion. But those are just words strung together. If that's a homework question, I recommend you find a different teacher.

  • Oracle HR restrictions based on multiple assignments and multiple GRE's.

    In oracle HR, with multiple assignments and multiple GRE. How can we restrict to having 1 assignment per GRE. I do not want more than 1 assignments per GRE. Has anyone done this before?

    Hi,
    If the requirement is to prevent the creation of multiple assignments, you can achieve that by personalizing the assignment form.
    Thanks
    Satheesh

  • Multiple rows and multiple cols inone report

    Hi
    All
    I have a req where i need to build a report with multiple rows and multiple columns
    .... .......................  2009 jan ,        2009 feb ,      2009 march ,   2009 april...........................
    ............................ dim3 mem1 ,    dim3 mem1 ,  dim3 mem1,     dim3 mem1..........................
    dim1 mem1
    dim2 mem1
    calc value
    dim1 mem2
    dim2 mem1
    calc value
    dim1 mem3
    dim2 mem1
    calc value
    please advice if i can use the colkey range and rowkeyranges for this type of expansion and how?
    thanks
    Edited by: bpc_now on Oct 21, 2010 6:40 AM

    Hi,
    If you need multiple dimensions, then the first thing is to specify EVDRE("mXn")
    where m = number of dimensions in column
    n = number of dimensions in the row.
    If the EVDRE has already been built and you wnat to change it, then you need to change the rowkeyrange and colkeyrange. And accordingly, you should have 4 expansions - 2 for rows and 2 for columns.
    Hope it helps.

  • Every hour or two I have to power off my 6 then power on in order to have internet and mail service.

    Every hour or two I have to power off my 6 then power on in order to have internet and mail service. Is anyone else having this problem
    This question was posted earlier and has disappeared...however I am having the same issues. Any way to solve this?

    I'm having the same exact issue. I have the same phone/OS. Just switched from AT&T to Verizon so I wasn't sure whether it was my service or the phone. The same connectivity issues are happening to me with things like My Fitness Pal or Facebook notifications. Fitness app won't load or connect and for Facebook, I'll get a notice that I have one, I go to FB and it won't load the notifications or even load new stories on there for that matter. So AGAIN, I have to restart and POOF! I can use FB, Fitness App, etc AND I have 20 emails all of a sudden. So frustrating!

Maybe you are looking for

  • What to do with this image?

    Hi all, I would start by saying I am not completely idiotic when it comes to Photoshop, but I would say I am far from an expert.  This is a photo taken of our twins (who are twelve now) from and my wife loves it.  I was hoping to clean it up, frame i

  • Is it possible to run both Netflow v5 and v9 at the same time

    Hi All, Just wondering if it is possible to run netflow version 9 and version 5 at the same time (to different destinations) on the same router please? Thanks very much Regards Amanda

  • Memory Drain in 10.6.5

    Hi all. I have a 2006 macbookpro running 10.6.5. I only have 2gb ram (maxed :() and am dealing with an issue with memory going missing as I work. When i first boot, I have 1.5gb available. If i open a program, it drains ram depending on the program's

  • FCKEditor error 500

    Hi All, We have a domain that is running in CF8.0.1 (shared server with lots of domains) and the FCKEditor has started to throw a strange error, when a user clicks the 'browse server' button it returns the following: The server didn't send back a pro

  • DB Adapter is not polling

    Hi All, I implemented DB Adapter polling in one of my services. It was working fine for last 3 months. Today I tested service, it is not polling to DB table, so it is not picking any data from table. Can Any one tell me, what could be possible reason