Billing orders with two category types of items

Hello everybody
I have a doubt, I hope that people help me is this ....
I have a sales order service and have two items in it, is a service material (Dien) with the item category YBS1 and another is a material stockavel (HAWA) with the item category TAN (Standard) ... So when I make the sale of these materials in a single order and try to sell the bill, is charged only the material with item category YBS1 and not the two categories of materials ....
Can anyone help me?
hugs

dear if you want to make one order for both materials. Delivery related item category and non delivery related item category then there are 3 solutions for this scenario.
If you want to create delivery related billing for this sale you have to make service material delivery related and make it non valuated stock. when you di PGI this material will also be in delivery and you can create delivery related billing. But i wont recommend this to you.
Another solution is create separate sales order for service materials and delivery related materials. You need create new sales document type for service materials. I also wont recommend this.
What i recommend is to use order related billing for this kind of sale in which service and delivery related materials are involved. We are also doing the same in our business scenario.

Similar Messages

  • One sales order with two bill to party at the document header

    Hello to all
    We have the following issue: create one sales order with two bill to party and only one payer. The reason is that the materials are paid with the same customer(only one account document) but we need to print two invoices one by each bill to party and each invoice printed with its own invoice number)
    We are thinking in one development due to the key users won´t create different line items or create different sales order.
    The process will be the following:
    1-Create the sales order with one payer and two bill to party or a new bussiness partner(you can use only one bill to party in each customer)
    2-Invoice the sales order. The system will create only one account document because there is only one payer but the system will create two printed documents with the invoice.
    So if someone had the same requeriments, any help will be appreciated.
    Thanks in advance.

    Pablo,
    You intend to create one invoice (one payer) but 2 different document print layouts.
    That should work. But, you have stated 'printed with its own invoice number'.... does this mean you need 2 distinct document numbers in the system? That will not be possible.
    An alterantive is to create a Proforma invoice and a regular invoice and send it to the 2 parties involved.
    Ashutosh

  • How to generate SNP planned order with different category

    Our SNP system receives Forecast and Salse Order from DP system.
    and we'd like to generate SNP planned order with different category..for example, 'AI' for Forecast Demand and 'AL' for Sales Order..
    currently, If we run CTM, system generate SNP planned order with the
    same category 'AI'..
    another system(APS) in Our company receives planned order from SNP
    and they want to receive planned order for forecast and planned order for sales order seperately..

    It is not directly achievable however can be done through BADIs and two CTM profile. I am assuming that sales orders are planned ahead of Forecast demands. So have two CTM profiles - one for Sales Orders (regenerative mode) and the other for Forecast Demands (net change mode). You may have to invoke two BADIs in the first run for Sales Orders - one that changes master data by putting a temperory Forecast Horizon in SNP2 tab (BADI /sapapo/ctm_matloc). The other BADI (BADI /sapapo/ctm_orders) changes the ATP category just before saving. in the second run though you just need to run the latter BADI by saving it in the ATP category required. BADIs can be invoked based on CTM profiles used.

  • Framework order with account assignement U and item category B

    Hi guys,
    I have seen many thread regarding this topic but could not find my answer.
    I want to create a Framework order (I can't use K forbidden on my project... long story) withAcc *** U and Itm B.
    The thing is during Invoice verification all field regarding G/L account and cost center are grayed. So I can't populate those fields. And the systeme keep asking me for G/L Account !!
    Is anybody already used Framework order with U and B and was able to populate G/L Account during MIRO phase??
    Cheers
    Guys

    Hi,
    For your scenario you have to do the changes in the customization.
    For acc. ***. "U" tick the indicator for "AA Changable at IR" .
    This will solve your problem.
    Cheers,
    Satish Purandare

  • Order with two configurable material codes

    Hi all,
    I have this necessity:
    create a sales order with one material code ( A ) to which are connected two configurable materials code, is it possible ?
    If yes,
    which should be the material type of the material code ( A ) and how to set the MRP views?
    is necessary create a BOM with BOM usage 5 ( sales distribution ) ?
    Thanks in advance for any kind of help.

    Thanks MxG,
    I dont know how to use this BAPI. .Can you suggest me a sample code.
    My reqmnt is, i have
    Sold to party, ship to party, bill to party , VC config material and all char values that should be populated while creating a sales order.
    please help me with what values should i populate in i/p paramters and and how to use this BAPI with some sample code if posible.
    Regards,
    Jessica.

  • Adding a custom tab in Purchase Order with two fields - ME21N

    Hello Experts,
    My requirement is to add a custom tab with two fields in purchase order at header level.
    The BADI ME_PROCESS_PO_CUST is alreday implemented previously as there was one custom tab added previously in header.
    The structure  CI_EKKODB already have the custom fields for the enhancement done earlier.
    Now to add my additional tab how should i proceed ....should i put my additional fields in the same structure and write my code in same BADI.....will there be any impact on already done enhanecement.
    Please suggest in achieving this functionality.
    Thanks,
    Naveen

    Hi,
    Check this [wiki|http://wiki.sdn.sap.com/wiki/display/ABAP/DetailedexplanationaboutBADIandthewaystofindtheBADIwithanexample%28ME23n+transaction%29], it tells you how to do with an example for item data.
    Regards,
    Eduardo

  • PCR with two notification types

    Namaste all.
    Is there any way to customize a PCR which contains two notification types.
    I want SPEG function combined with SPSD. SPEG has a notification type 56 and SPSD has 57. While customizing the PCR, i'm unable to include these functions.
    Regards,
    Krishna Murthy

    I will give you the detials of the Function modules used for this in the backend, all you have to do is to combine both the functionalities and make a single custom FM which solves your requirement and goahead.
    The function modules to perform personnel actions are scenario specific and can be found in the function groups HRWPC_PCR_xx_ACTIONS. They are called HRWPC_PCR_xx_TRANSACTION_PA40 and they differ by the fields that are pre-filled. Those function modules are only available for scenarios that allow stand-alone personnel actions: In the standard delivery, the scenarios SPEG, SPPA, SPWT, SPSE and SPSD are linked with a stand-alone personnel action.
    These function modules first get the table SPECIAL_DATA to get the form data that is filled into a table PROPOSED_VALUES that is afterwards used to pre-fill infotype data. Then the function module HR_MAINTAIN_MASTERDATA is called with the personnel number, the personnel action stored for the scenario and with the effective date as start date. Furthermore the copy mode (actio = u2018COPu2019) must be chosen and the dialog_mode is set to u20182u2019. The table PROPOSED_VALUES pre-fills the data in the infotypes that are called within the personnel action.
    In order to trigger a personnel action, the function module HR_MAINTAIN_MASTERDATA must be chosen instead of HR_INFOTYPE_OPERATION that does not offer capabilities to prefill data in infotypes called within the personnel action.

  • Using a form with two input type="submit" ... buttons...

    Hello All!
    I'm using a form to add and remove parameters for a service definition.
    <form action="serviceinput.jsp" method="post">
                   <table>
                        <tr>
                             <td><b>Level</b></td>
                             <td><b>Fieldname</b></td>
                             <td><b>Stucturename</b></td>
                             <td><b>Type</b></td>
                             <td><b>Format</b></td>
                             <td><b>Optional</b></td>
                             <td><b>Semantics</b></td>
                        </tr>          
         <%
                        for (Iterator iterParameters = parameters.iterator(); iterParameters.hasNext();)
              Parameter parameter = (Parameter) iterParameters.next();
         %>
                        <tr>
              <td><%= parameter.getLevel() %></td>
              <td><%= parameter.getFieldname() %></td>
              <td><%= parameter.getStructurename() %></td>
              <td><%= parameter.getType() %></td>
              <td><%= parameter.getFormat() %></td>
              <td><%= parameter.getOptional() %></td>
              <td><%= parameter.getSemantics() %></td>
                        </tr>     
         <%
         %>
                   </table>
                   <input type="submit" name="<%= parameters.addParameter() %>" value="add"/>
                   <input type="submit" name="<%= parameters.removeParameter() %>" value="remove"/>
              </form>
    The special thing about is, that I'm using two <input type="submit"...> buttons.
    The idea is, that I'd like to add one more row with attributes by clicking the "add" button and removing one row by clicking the "remove" button.
    If I use just one of them, it works fine. If I use both of them, nothing happens at all.
    Isn't it allowed to use two <input type="submit"...> fields?
    Is there an alternative? How can I implement my form the correct way?
    Thanks a lot in advance to all!
    Regards,
    Tomi

    Hi,
    Hai Tomi ,
    As swati already Explained U can try it with buttons,
    But u have to make a Hidden field and set the value of the hidden field
    with the Javascript code after pressing the button , Call a client side function which has an argument as given below
    Validate the Flag field in the JSP file
    <script language=javascript>
    function Validate(s)
    if(s==1)
         document.forms['ServiceInput'].elements["flag"].value="add";
    else
         document.forms['ServiceInput'].elements["flag"].value="Remove";
    document.forms['ServiceInput'].submit();
    alert("hai");
    </script>
    <form name="ServiceInput" action="serviceinput.jsp" method="POst">
    <table>
    <tr>
    <td><b>Level</b></td>
    <td><b>Fieldname</b></td>
    <td><b>Stucturename</b></td>
    <td><b>Type</b></td>
    <td><b>Format</b></td>
    <td><b>Optional</b></td>
    <td><b>Semantics</b></td>
    </tr>
    <%
    for (Iterator iterParameters = parameters.iterator(); iterParameters.hasNext();)
    Parameter parameter = (Parameter) iterParameters.next();
    %>
    <tr>
    <td><%= parameter.getLevel() %></td>
    <td><%= parameter.getFieldname() %></td>
    <td><%= parameter.getStructurename() %></td>
    <td><%= parameter.getType() %></td>
    <td><%= parameter.getFormat() %></td>
    <td><%= parameter.getOptional() %></td>
    <td><%= parameter.getSemantics() %></td>
    </tr>
    <%
    %>
    </table>
    <input type=hidden name=flag value="bb">
    <input type="Button" name="b1" value="add" onclick= "Validate(1)">
    <input type="Button" name="b2" value="remove" onclick= "Validate(2)">
    </form>

  • Create one internal sales order with two lines

    When I try to use internal sales order cycle
    I started with create internal purchase requisition with two lines,
    Each one will supply from different warehouse
    Run Create Internal Orders request
    and then switch to Order Management responsibly
    Run Order Import request with requisition number in parameter window
    All of lines included in internal requisition in same internal sales with different shipping warehouse

    it's seeded functionality.
    What do You expect else?
    You then ship to diferent ORGs with different deliveries. Everything is OK.
    BR,
    Eugene

  • Applications with two deployment types makes uninstall button in software center "greyed" out.

    Hi
    SCCM 2012 R2 running on Windows server 2012 with Windows 7 clients.
    We are publishing applications to users that are available (not required), so that they can be downloaded from the application catalog web site. We have som applications that needs more then one deployment type (different pre requirements depending
    on OS architecture) and when I create two deployment types for one Application the uninstall button in Software center is greyed out? If i remove one of the deployment types so there is just one, well then the Uninstall button is available again.
    An example is Itunes. I publish one Itunes application to the store that has two deployment types, one for X86 and another for X64 with requirments on OS architetcure. the correct version gets installed but the uninstall button is not possible to use. If
    i remove one of the deployment types then the deployment button is not greyed out.
    Is this a bug?
    Thanks everyone. 

    We will be installing CU3 this Friday. During the next week or so, I will deploy the CU3 client to the workstations.
    I do not believe that the uninstall button issue will be addressed with this update either, according to what I have read so far.
    If, by some small yet profound miracle, my uninstall button regains full functionality, I will gladly let all of you know.
    I would hope that Microsoft would address this issue seriously, as I am sure the rumblings of dissatisfaction are beginning to grow louder with each passing CU that ignores the problem.

  • BPM startting with two IDoc Types

    Hi All!!
    I have designed a BPM starting with two IDocs (MATMAS05 y CLFMAS02). Is designed with two start process in a switch. When one comes, wait a minute for the other. I'm not sure what IDoc comes first to the process, the I can lose data.
    Somebody has any idea tto encapsulate the infornmation of the 2 IDocs without a ZIDoc?
    Thanks and regards,
    Manuel Míguez.

    Hi,
    sounds like a
    > Collecting and Bundling Messages - Multiple Interfaces
    scenario like described here:
    http://help.sap.com/saphelp_nw04/helpdata/en/0e/56373f7853494fe10000000a114084/frameset.htm
    Regards
    Patrick

  • SRM Local Purchase Order with both a standard line item and limit item...

    In SRM is it standard that you can create a local purchase order from the sourcing cockpit that contains a mix of limit items and standard items?
    I know this can be done in R/3.

    Paul,
    I am a functional/business person, and we are running SRM550 in extended classic, linking to ERP backed.
    From our business point of view it makes little sense to mix a limit item with one or more standard catalog item. SAP standard SRM 550 actually stops our users from doing this.
    For those who are not aware of the differences I will elaborate.
    A standard item is either from a Free Text entry process with the process being completed by a professional purchaser or a catalog item either internal to SRM, or maybe from an external website.
    Limit orders are value based and are mostly used for the payment of Utility bills, or for services. We don't use services at all.
    In our business we use limit orders for an Electricity Bill for example.
    When the user confirms a limit order the quantity should always be 1 and the user enters the value of the item.
    The Invoice entry team then needs to match the Invoice to the GR line.  It's at this point that if you have Limit items and standard items mixed our invoice entry team could run into problems.
    We are aware that it is not recommended practice for Limit orders to have GR and if you can avoid this step then you should.  Unfortunately our operating model insist on everything being confirmed and in the case of limit orders this can cause us invoice blocking issues.
    Limit orders are normally set up to run for a full FY so the addition of standard catalog items to a limit order makes little or no business sense.
    If a user added two limit items to a shopping cart for the same supplier our system would produce two PO's for the supplier to use.
    We actually avoid transmitting Limit order details to our suppliers as this would indicate the maxiumum value they could invoice us for, businesses just don't do that.  We just send them the PO number and description of the item. This provides them with a PO Ref number to puton their invoices.
    As we are still running SRM 550 maybe someone with SRM 7 knowledge would care to expand on this analysis?
    Hope this helps?
    Allen
    PS We don't use the Sourcing Cockpit, just read your earlier response
    Edited by: Allen Brooks on Mar 3, 2010 3:22 PM

  • Transport order with two 351

    Hi
    I have this question: I am doing the UB transport order withoput delivery. When the GI is processed, it is used the 351 correctly. when I do the 101 for the GI, the 101 is used to receive the material correctly. When I go into MB51 I can see 2 mov types 351 and one 101. Why there is a second 351 mov type ( a positive one) ?

    Hello Jose,
    There will be two different line item in the same material document.
    - one with for issue of material from the storage location (you must have seen the storage location in that line item)
    - Second with for receipt in TRANSIT and that will be without any storage location reference.
    Hope this helps.
    Regards
    Arif Mansuri

  • Report for PGI & billing value with reference to SO Line item

    Dear all,
    Please guide me whether there is any standard report available to check the PGI value and billing at a time with reference to a sales order (line item).
    Thanks & regards.
    Pranab

    as far as I know there is NO such standard report.
    you would try to build sap query based on VBAK/VBAP using VBFA checking LIKP/LIPS and VBRK/VBRP...
    but you may request abaper for more professional report with MKPF/MSEG and BKPF/BSEG

  • Problem in Sales Order with specific condition type.

    Hello Experts,
    I'm facing a problem in sales order creation for a specific condition type.
    the actual scenario is as below,
    We have created a new condition type for special discount.This condtion type is applicable only for specific sales channels.Also the discount percentage has to fetched from a custom table.
    To achieve this I've written a user exit "RV64A999"
    In the FM, i've calculated the subtotal and fetched the discount percentage and calculated the discount amount. After implementing this, the SO were been created properly. for all the line items the discount amount was getting calculated properly.
    But then I added a condition at the top of code in exit that the calculation for the new condition type should happen only for selected sales channels.
    But after adding this condition in code, i'm facing problem. Now when I create/ change any SO, the discount amounts are getting calculated incorrectly. I'm getting discount amount even if the line item subtotal amount is zero (0).
    Any help or pointers reagrding this issue will be very helpful and highly appreciated.

    Hi ..
    Check your config. again or debug the routine code with your ABAPer and find the problem area.
    -Maharshi

Maybe you are looking for

  • Using web.show_document the first time makes new browser window lose focus

    Hi, In our application we use show_document(url, '_blank') to open our reports (as pdf) in a new window. Our environment is Application Server 10g Release 2 with Forms 10g Release 2 and jinitiator 1.3.1.22. The first time I call a report, the new bro

  • Recurring payments in itunes billing

    How can I stop a monthly recurring charge in my itunes account?  I clicked on Hulu+ on Apple TV as a trial membership. I am being charged monthly. How can I stop it? Thanks'

  • Dump GETWA_NOT_ASSIGNED in BBPCF02 - program SAPLGCNV

    Hi, it's some days that users can't post goods issues in SRM because the system give them the following dump. Can anyone help me to understand? What can I check? Err. run-time          GETWA_NOT_ASSIGNED                                               

  • Insert BLOB

    I have successfully uploaded a file and stored in a BLOB column and can retrieve and view it from the web, but I have a lot of documents that I need inserted for reference. I don't mind ftp'ing them to the UNIX box but I'm not sure of the PL/SQL to u

  • Select command handling

    hey guys i am handling Selec command.i ahve a doubt as to how can a select command which comes as case 2 be handled in t=0 and t=1 protocol. the command is 00 a4 04 00 00