Want to procure material  with reference to WBS and sales order

Dear all
If i have assigned account assignment in PO means then while GR my material value is going to consumption. I dont want to book consumption at GR level i want to do consumption at delivery level. Also i want to procure material for particular WBS and Sales order.
How to process the same. Kindly give some idea.

Hi
If you wanna toprocure the material wrt to WBS element or sales order the you have to make use of the Account assignment category P- projects ( That can be WBS elements /network ) And sales order C or any specific account assignment category created by you.
Example :
Sceneraio- When you are creating a slea order in SAP by T.code VA01 then at time of saving the SO the system is creation the WBS automatically ( that has to be mapped in SAP) .The Sales order number and the WBS element are  same .When you are cretating PO for  the Material wrt to  this WBS element then the system at time of the GR will be posting the consumption account which is booked to WBS element that in turn against the particular sales order.
In SPRO - customizing i for the account assingment category P  in the Consumption Value is V
Which is posted to consumption at time GR. Please  try create new account assignment category
Consumption Value is E i.e accounting by sales order .
Regards

Similar Messages

  • Creation of compliants with reference to r/3 sales order.

    dear friends
    Is it possible to create compliants in CRM with reference to r/3 sales order? if answer is yes please provide  the solution how to configure the same.
    regards
    naveen

    Hi Naveen
    I dont know why you want to create complaints with respect to the sales order.
    The usual process the companies follow is to create complaints wrt to the invoice number.
    But incase you wish to create complaints wrt to sales order, then you can use implementation of a BAdI CRM_COPY_BADI_EXT for the same in the CRM system which will allow you to create a complaint in CRM System wrt sales order in ECC.The path for the same in CRM system is IMG>CRM>Transactions> Settings for Complaints> Integration>Business Add-Ins for Document Referencing> Business Add-In: Create Complaints with Reference to External Document
    Secondly maintian the assignment between the Business Object type of referenced doc and Transaction type using path IMG>CRM>Transactions> Settings for Complaints> Integration>Business Add-Ins for Document Referencing> Assign Business Object Types to Transaction Types
    Now go to CRMD_ORDER and open the transaction type CRLP, you will get pop-up for creation of complaint where you can choose the transaction type and business object type and reference sales order number/ invoice number and create the complaint.
    Hope this will help
    Regards,
    Rekha Dadwal
    You gain a point for every point that you reward. So reward helpful answers generously

  • Material Assessable value in Purchase and Sales order.

    Dear Experts ,
    Case A : How Can we pass on material assessable value from PO to Sales order when Assessable value varies dynamically from one vendor to another vendor for same material.
    For Example :
    Let say we are procuring material X , Quantity 1 from Vendor A at the cost of Rs.1000 and the excise duty on the same will be 10% i.e 100 Rs.
    Same material X procured , quantity 1 from Vendor B at the cost of Rs.2000 and the excise duty on the same will be 10% i.e 200 Rs.
    Now when I create a sales order for two quantity for material X and SP is 5000 Rs. So which value I have to base on for calculating excise Duty and how can we justify for two quantities.
    Case B : I have been to J1id screen and there we can maintain one assessable value but in actual Assessable value is getting varied and using this technique how can we make sure that , Particular vendor stock which is holding XXX and YYY assessable value stock to be picked in sales order.
    Request you all to advice me on the above mentioned requirement.
    Warm regards
    Vijay

    hi
    based on my knowledge ,  your process is job work process, in job work process maintain the this flow,
    first case : please check your sale order customer details , because on one vendor can assign to your customer ,
    goto xd02 , check general data- at control tab, here assign vendor, based on you requirement ,
    will take vendor A stock ,  you assign vendor for you sale customer,
    and you want vendor B STOCK , you can assign for vendor to your sale order customer,
    and also check you vendor details(XK03)  , their is any customer,
    CASE2: TAKE yyy stock  it means ( the second vendor it can assign  you customer), in j1id you maintain the material assemble value , based on date please check, and also check , in j1id at material and  chapter id based , based on you material and chapter id combination , it activate subcontr's  icon check ,
    so please check you xd02 for vendor, xk03 for customer , j1id  assemble value material chapter id subcontr's icon ,
    please try

  • Adding item positions with reference to contract in sales order

    Hi all,
    I would be very grateful if some of you could help on this:
    I have a requirement to add lines with reference to a contract while the user is creating or modificating it via VA01 or VA02. The logic flow will be as follows:
    if the user enters a new item position with reference to a contract, and the qty entered exceeds the qty in the position selected of the contract, we have to skip the standard error message and try to spli the quantities in several positions with the same material in the contract.
    As an example:
    the contract 000000000001 has 5 lines:
    line     material       qty
    01       mat1           100
    02       mat1           50
    03       mat1           50
    04       mat2           n/a
    05       mat2           n/a
    if the user picks up the line 02 of the contract to create a new line in the sales order, and enters 180 as qty, the sap standard will raise an error, saying the qty has exceeded the contract qty. Ok, we have to skip that error (maybe could we set it as a warning??) and 'split' the qty as follows:
    in the sales orders, 3 lines will be created automatically
    line    material     qty
         mat1         100
         mat1         50
         mat1         30
    and of course, the released quantities in the contract must be updated: i.e the contract should be as follows:
    line     material       available qty
    01       mat1           0
    02       mat1           0
    03       mat1           20
    Any ideas? : )
    What i've done by the moment is to check is that 'split' is possible, in userexit_save_document. If not (e.g. if the user enters 220 for mat1 in the previous example), a custom error will appear. If it is possible, then the sales order will be created (only with the line the uswer entered) and I will trigger somehow a FM processed in background to modify the sales order.
    my question now is: how can i add lines to the created sales order, making reference to some contract lines?
    I've seen BAPI BAPI_SALESORDER_CREATEFROMDAT2 is used to create a document with reference, but can i use it to MODIFY an existing sales order?
    any help would be greatly appreciated.
    thanks a lot for your help.
    regards.

    Hello,
    there's a function module called 'BAPI_SALESORDER_CHANGE', which could change a sales order. The problem could be,that these BAPI's enque the salesorder. So if you start them in background via an userexit, you have to be sure that the salesorder is updated and dequeued by posting.
    An other way could be to use the exit 'userexit_check_vbap' in MV45AFZB. It's called after creating a new position or changing a position. All existing positions at that time in a internal table 'XVBAP', which you could change. (But be carefull, that you don't create an endless loop !).  
    The check about the contract quantity is in a form routine called 'vbep-wmeng_pruefen_folgebeleg(sapfv45e)'.
    Have a look into the form 'vbap_pruefen_ende' in FV45PFAP_VBAP_PRUEFEN_ENDE. There's the whole thing done including the call of the userexit.
    Regards Wolfgang

  • Report for material with sloc,qty available, and production order

    hi friends, i need advice on getting this report for material with qty and specific sloc with the corresponding Prodn order numbers. in mb51 i could get all these details except the prodn order no. could you advice me please?

    to make sure you know how to do this.
    In the material document list, hit "Ctrl+F8" on your keyboard.
    A window will pop up. Click on the button position and look for "order" in the list of available fields. That should do it.
    Rgds.

  • BAPI to create a billing document with reference to delivery or sales order

    Hi,
    Does anyone know any BAPI or function module that allows the creation of a billing document with reference to a sales order or to a delivery.
    Maybe the BAPI_BILLINGDOC_CREATEFROMDATA may be used to create a billing document with reference to a sales document, but i'm looking for a solution where I only need to indicate the number of the reference sales order or the reference delivery and maybe some few data more without the need of transfer all the items and conditions information.
    Thanks.
    Kind regards,
    Paulo Sousa

    Hello Paulo,
    To create a billing document based on a delivery use BAPI_BILLINGDOC_CREATEMULTIPLE. In table BILLINGDATAIN insert one line with the following data:
    REF_DOC = Delivery number
    REF_DOC_CA = 'J'
    If it runs fine, table SUCCESS will bring back useful data, like BILL_DOC (Billing document number).
    Regards,
    Joã

  • Error while copy with reference of quotation to Sales Order

    Dear All
    I am creating the sales order with reference to quotation . while , doing so , I get an error of
    Customer not maintained in Distribution channel - 'D1' .
    The Quotaion is having following structure
    Sales Organisation -- AAAA
    Distribution Channel - S7
    Division                     - D3
    But while copy the error erupts notifying to create the customer master for division 'D1' . If created of division D1 then the sales order is created with reference of quotation.
    Kindly guide.
    AVS

    Perhaps the configuration settings have been changed (to make D1 the reference division for D3 for master data ) since the quotation was originally created.

  • Create a configurable material with reference to another config material

    Hi,
    I want to create a configurable material with reference to another configurable material from different system.
    Please tell me what data i need to check to see if that material has been created (copied manually) successfully.
    Thanks.

    Hi,
    In case of configurable material most important thing is configuration so please check weather the configuration is copied perfectly with all characteristics or not. Similarly check the valuation class and price control is proper or not.
    Regards,
    Umesh

  • Creation of new material with reference to other material

    Hi All,
    I have requirement where i have to create new selling unit material with reference to the given material.
    Now, can any buddy suggest which FM or BADI i have to use to read BOM and ROUTING  info of reference material and same to create BOM and ROUTING for new material.
    Doing this with BDC after reading data directally from tables is one option, But i am looking for any BADI or Fm which will serve the purpose.
    Thanks in Advance,
    Rahul

    Hi,
    ... but if you prefer FM, then you can use BAPI_MATERIAL_MAINTAINDATA_RT or BAPI_MATERIAL_SAVEDATA, depending if you are using Retail or not. BDC is usually not possible for all views - which you would need for complete creation.
    Regards,
    Christian

  • WBS with billing element but no Sales Order

    Trying to write a SQ01 query to find WBS with billing element but no sales order assigned.  Can anyone help?

    VBRP is the billing item table, OP is asking about the sales documents.
    Queries for something that does not exist might be tricky. Use the tables/fields mentioned above (not VBRP), but make sure to use LEFT JOIN to VBAP. In this case you'll get blank/initial values in the query when no sales record exist. If you do a regular INNER JOIN then you just won't see the WBS that don't have VBAK/VBAP records.

  • WBS with billing element but no sales order assigned

    Trying to write a SQ01 query to find WBS with billing element but no sales order assigned. Can anyone help?

    Such WBS elements can be identified using CN43N report also using proper filtering criteria.
    Fileting criterias:
    Billing element.
    Order accepted status.

  • Capture Characteristics with Material and Sales Order

    Dear All ,
    I have to capture the charecteristics alongwith the material, these characteristics also flow in the sales order, basically a class has been defined which holds a number of characteristics and this class is assigned to the material and I guess this is done using the variant configurator,
    1) How will be able to capture the same and display  
       those ?
    2) Does this characteristics flow in the standard
       extractors of the material and sales order or any
       other cube which can multicubed with those ?
    Plz do suggest me the an viable option.
    Thanks & Warm Regards,
    Fayak.

    Hi Anil,
    Thanks for your reply, I have checked up the material attributes it does not flow there and I was referrring to one note where you can enhance your datasource using CTBW to capture this characteritsics so I did enhance 0MATERIAL_ATTR, the other attributes are listed as an TEXT DataSource and If I check them using RSA3 data gets populated accordingly but the enhanced datasource 0MATERIAL_ATTR which become 1CL_MAT001 does not return any records shows zero records, I am looking for charcterictics which have been mapped using an Variant Configurator and as far as the note suggests it has to be done thru CTBW to capture this, I have done that but success still eludes me,
    Experts Plz help on this as I am on pressure to complete this.
    Thanks,
    Fayak.

  • Replication any bp of crm sales order as  reference bp in erp sales order

    Hi specialists in sap r3.
    I was faced with the requirement not to replicate all bp of CRM. We want to in order for replication of any PD (CPM) was replaced by a reference bp (ERP).
    Individuals do not need to be analyzed in ERP.
    Is anybody know how to solve this issue? How to replace individual bp (CRM) to reference bp (ERP) during replication?
    I'll be glad to any idea.
    Regards,
    Tatyana.

    Hi Sangameshwar,
    In CRM you can have two scenarios for ERP Sales Order.
    1. ERP Sales offer and Sales order, using the CRM User Interface to create directly the ERP Sales Documents with LORD interface. The document is only saved in ERP. I believe this the scenario you are using.
    2. CRM Sales offer and Sales order, the document is saved both CRM and ERP. The documents are replicated via Middleware.
    In both scenarios the interaction record should add the document in the doc. flow, it's probably a missing customizing in the interaction record.
    Hope this information help you.
    Regards,
    Jorge G.

  • How to block the material qty to 1 while creating sales order (VA01)?

    Hi All,
    Scenario :  We have 20 Materials each with 100 qty in Plant. In the sales order we should have all the 20 materials with qty one. The sales order should throw an error if the material qty is more than 1 and should not allow to create a sales order.
    so is there any transaction code where we can block the entire material qty to 1 from the same plant while creating sales order?
    Note: We should not set in MM01 "Minimum order qty". Assume we have 100 material in plant we can't set for each material one by one "minimum order qty".Instead of that is there any option to set the whole material qty to 1 as minimum while creating sales order?
    Kindly guide me how to proceed.
    Thanks,
    Renjith

    If you have access to idoc before calling the processing Function module, Adding header text segments E1EDKT1 and E1EDKT2 to the idoc will create the header text.
    Regards
    Sridhar

  • We want the accounts to be posted to 5310 and sales org xx70

    Hi All
    In april2008 invoice was created for company code 5610 and sales org xx60 now in Jan 2009 they have seized this company code 5610 and sales org xx60 and started operations on 5310 with sales org xx70
    Now for business reasons (self billing) they are doing credit memo based on the old invoice which was created in April 2008 ... in the credit memo it is copying all the information for 5610 and sales org xx60 and posting accounts to sales org xx60.
    We want the accounts to be posted to 5310 and sales org xx70
    Please help me.
    Rajendra Prasad

    Hi Hari Challa
    Thanks for the help  but i have a  dought
    can you please clarify under which conpany code (old one or new one) , that i should maintain account determination please. can you please explain in detail.
    for my senario
    thanks in advance
    Rajendra prasad

Maybe you are looking for

  • Use of open interface tables in R12

    Hello, Can someone tell me the status of using open interface tables in release 12. Is this still a supported mechanism for importing data into the product, or must you use a PL/SQL/Java API, XML gateway etc? iREP for 11.5.10 lists these open interfa

  • Transferring Hard Drives between G4's

    HI......I may have the chance to purchase a Quicksilver G4 (2002) from work. It is the 800MHz model with 1.25Gb RAM and a 160Gb hard drive..... It is running OS X 10.3.9.......... I am currently on OS X 10.4.8...... If I was to get it how do I transf

  • The valuation area defined for the plant is not defined in table T001K.

    when i creating the PO for plant ,s/m is giving the following meassage The valuation area defined for the plant is not defined in table T001K.

  • Java JDK 1.4.2 Keystore

    Hi, We have an issue with our Java JDK 1.4.2 Keystore. It will not display a newly certified Certfor Tomcat. OS/Tomcat/Java On Windows 2003 Std R2 SP2. Using Tomcat 4.1.31 - JDK 1.4.2. Tomcat/Java References: http://tomcat.apache.org/tomcat-4.1-doc/s

  • Can't move music

    I updated the iTunes software for my iPhone, which followed reinstalling iTunes. I moved some of my music back into iTunes, hoping to add a variety of tunes to the phone. Now, iTunes won't let me move anything into the phone. My wife thinks it could