Specific billing type for material type HAWA

Hi All,
My client requirement is following.
To have all HAWA material invoices be automatically set to new billing type ZHAW.
We are using 4 types of sales order types and also 4 types of delivery document types.
i think i can achieve this by user exit and BADI but i could not find proper BADI and user exit.
Please give me your valuable input on this.
Thansk & Regards
Brajesh patel

Hi Lakshmipathi,
Thanks a lot for quick reply.
I have checked and i am quite sure it will work. I have checked by debugging and changed billing document type ZHAW and it work.So i will implement it with the help of ABAPer.
Thanks a lot once again for quick reply and correct solution.
Thanks
Brajesh Patel

Similar Messages

  • Multiple class types for material master classification display default.

    Hello,
    We are running on R/3 4.7.  We use several different class types for our material masters (001 and Z01).  The problem this creates is the end user having to constantly tell the system which class type to use when going to the classification screen for different materials with different class types.  If a user views one material's classification page with a particular class type (001) then looks at another material with a different class type (Z01) the system tries to pull in information from the last materials class type (001).  The system tells the user there are no assignments for the class (001) in the material their viewing but there is one for class type (Z01).  The user then has to select the class type that applies to the material master their trying to view.  Is there a way for the system to automatically see when a material has only one class type assigned to it for it to automatically default it in without the user having to specify the class type?
    Thanks,
    JRW

    Hi,
    Check the configuration, have you maintained default class type for material type.
    Logistic General> Material Master> Basic Setting> Material Type> Define attributes of Material Types>Select the material type> Double click on material type--> Class type
    Edited by: P. Dhamane on Jun 4, 2010 3:21 PM

  • Multiple Class Type for Material Master

    Hello Everyone,
    I would like to ask where in configuration can I setup Classification so that for each Material Master it can have Multiple Class Type. (such as 001 - Material Class, 023 - Batch, 300 - Variants).  Because currently I can only see 023 - Batch whenever I create a new Material Master.
    Thanks.

    Hi,
    Check the configuration, have you maintained default class type for material type.
    Logistic General> Material Master> Basic Setting> Material Type> Define attributes of Material Types>Select the material type> Double click on material type--> Class type
    Edited by: P. Dhamane on Jun 4, 2010 3:21 PM

  • Message Type for Material Master Data Changes

    Hi all
    I'm managing Message Types for Material Master Data extraction from R\3 system to BW system, in order to load on BW only the changes done to some fields of MARA table that are delta relevant.
    Now from R/3 BD50 Transaction I can see that there is a message type that refer to changes done on MARA fields: RS0044.
    I would like to replace this message type with another one (RS0020) in order to align different systems.
    Now changes to material master data in R/3 system are recorder with both message types but only those with RS0044 message type are processed and loaded into BW system.
    So I would like to know:
    1. How is the message type related to the DataSource 0material?
    2. is it possible to replace a message type for BW?
    3. if yes, how can I do it?
    Thanks in advance.
    Elisa
    mail: [email protected]

    Hi Oscar!
    At the moment I'm using Delta queue of 0MATERIAL. I know that in the queue there are all the new and changed records.
    But I would like to be able not to load all the changed records, but only those that refer to some fields of MARA table.
    E.g. if the gross weight of a material is modified I don't want to load this change on BW with Delta loading .
    I've seen that from R/3 Transaction BD52 you can set only delta relevant fields referred to a specific message type and to delete the other fields.
    As I'm able to do this directly in the Development system and Test System, I haven't got the authorization of doing it in the Production system.
    That's why I need to include this setting in a CR and then ask to transport it from Test to Production system.
    But message types referred to MARA field changes are different between the two systems.
    And it seems they are automatically created.
    Is it true?
    Thanks
    Elisa

  • Purchase Requisition / Order: Account Assignment Category for material type

    Hi,
    When creating a PR or PO for one specific material I would like the system to propose a specific account assignment Category for this material. It shouldn't allow the user to change this account assignment category.
    Is it possible? How should I proceed?
    Thanks in advance.
    Luis.

    I dont think there is any standard procedure for doing this.
    My idea would be to use a user exit say EXIT_SAPLMEREQ_010 for PR and a similar exit for PO and code a Error message check for Material type and account assignment combination.
    For ex : EXIT_SAPLMEREQ_010 is a exit which is called during check in a PR . SO when the user enters a combination of Material type and Acc assignment u can check for the requirements.

  • Authorization for material type and material views

    Hello all,
    I would need to restrict a user group, in creation (MM01) and modification of material master, based of type material and material views.
    The authorization, for each user should be:
    - view, modify and create of all views, except accounting (B) for type material ZFER;
    - view, modify and create of all views for type material ZOFF.
    I tried to create 2 roles in PFCG with the following authorization objects:
    1) M_MATE_MAR (Material Master: Material Types)  ACTVT = *, BEGRU = ZFER and M_MATE_STA (Maintenance Statuses) ACTVT = *, STATM = A,C, D, E, F, G,K, L, P, Q, S, V, X, Z (excluding B)
    2) ) M_MATE_MAR  ACTVT = *, BEGRU = ZFER and M_MATE_STA ACTVT = *, STATM = B
    but the effect is to be authorized, to all view for material type ZFER and ZOFF.
    I have already updated the authorization group of the type materials (OMS2).
    Is there a solution for this problem?
    (component version SAP ECC 6.0)
    Thanks.
    Regards,
    Luca

    I tried to create 2 roles in PFCG with the following authorization objects: 1) M_MATE_MAR (Material Master: Material Types) ACTVT = *, BEGRU = ZFER and M_MATE_STA (Maintenance Statuses) ACTVT = *, STATM = A,C, D, E, F, G,K, L, P, Q, S, V, X, Z (excluding B) 2) ) M_MATE_MAR ACTVT = *, BEGRU = ZFER and M_MATE_STA ACTVT = *, STATM = B
    - Are both these roles assigned to the same user? then your purpose is not solved, It is more or less like giving full authorization.
    - One role should be
    M_MATE_MAR (Material Master: Material Types) ACTVT = *, BEGRU = ZFER and M_MATE_STA (Maintenance Statuses) ACTVT = *, STATM = A,C, D, E, F, G,K, L, P, Q, S, V, X, Z (excluding B) for view, modify and create of all views, except accounting (B) for type material ZFER. This should be assigned to one user
    - Second role should be
    M_MATE_MAR ACTVT = *, BEGRU = ZOFF and M_MATE_STA ACTVT = *, STATM = * for view, modify and create of all views for type material ZOFF. This role should be assigned to the second user.
    Regards,
    Subbu

  • Item Category and MRP type for material is not allowed

    Hello all,
    I got a Error Message:
    <b>Transaction Z113 is not defined (Message no. V1347)</b>
    <b>Diagnosis</b>
    This combination of item category Z113 and MRP type for material is not allowed.
    <b>System response</b>
    The system does not allow further processing of this item.
    <b>Procedure</b>
    Check your entry.
    You can display the combination defined in table TVEPZ, which controls scheduling line category determination, and change it as required if you have the authorization to do so. The MRP type for the material may be changed in the material master.
    <b>The SD Configuration seems all right, I have:</b>
    Sls Doc Type (<b>VOV8</b>) – ZA9 (no delivery type assigned)
    Item Category (<b>VOV7</b>) – Z113
    Assigs Sls Doc & Item Ctgry (<b>VOV4</b>) – ZA9/ZNOR/blank/blanl/Z113
    ZNOR = Std Item-Av. chck  Del
    ZNOR defined in MM03/Sls Org 2
    Define Schedule Line (<b>VOV6</b>) = Z7 (without delivery)
    Z7 has FLAG on Prod Allocation
    Assign Schedule Line (<b>VOV5</b>) = Z113/ND/Z7
    At table: TVEPZ
    I have the entry: Z113/ND/Z7
    Guys, what would?
    Please help me out because I am stuck in this issue.
    Thanks a lot,
    Barbara

    Barbara, this may be tied to Strategy Group on the Material Master (I can't read enough into the detail)
    Item Category determination + MRP Type for your schedule line type ties to a Sched. Line category(this you know)
    New Rqmts class gets tied to a Rqmts Type
    New Rqmts Type gets assigned to rqmts class
    Strategy, assign the Rqmts Type to it
    Strategy Group, Assign the Strategy  to it
    MM02 [MRP3 view] strategy group should be the one that ties together (all the other ties
    It may be something in this area that you need to trace through ?
    Bill

  • Movement Types for Material Reservations

    Dear All
    I have defined New package for defining new movements types for material reservation in PM order. this activity is carried out at following path.
    SPRO> Plant Maintenance and Customer Service>Maintenance and Service Processing--> Maintenance and Service Orders >General Data>Define Movement Types for Material Reservations.
    This has been carried out as i want to take the material in using 904 movement as reversal of 261.
    Can any body tell me where can I assign tghis package to Order/order types?
    Regards

    hi
    In the standard system, movement types are preset which you must not change.
    For the components, Plant Maintenance and Customer Service, the entry with the key 'IWO1' is relevant. In addition, you only need the two entries for the goods issue (GI) of materials for maintenance orders and the accompanying reverse operation (GI cancellation).
    as of my knowledge we don't have the option to go with ordertype wise settings
    -AShok
    Edited by: Ashok Keerthipati on Nov 19, 2008 5:57 PM

  • Material Type for Material Determination

    Hi Expert,
    Is there any spesific/standard material master type for material determination on SD ?
    Thanks,
    IB

    Is there any standard material type for 'Material Entered'
    Normal salable materials would be created with HALB or FERT and this is in no way related to material determination.  In fact, as everybody asked, if you can explain the business as to why you are comparing material type with material determination, may be you will get the right direction.
    G. Lakshmipathi

  • Date type-specific Customizing missing for date type ACTActPln

    Hi all.
    I'm using a Web Service obtained by copying the CRM 7.0 built-in WS APPTACTCRTRC.
    I'm using it to create Appointments using an Adobe Interactive Form.
    It goes everything fine (a Date is created in the system, with all the input data properly set) excepted the dates...
    The WS uses two TIMESTAMPS, TIMESTAMP_FROM for StartDateTime and TIMESTAMP_TO for EndDateTime, whereas the GUI transaction to create Dates accepts dates and times in separated fields.
    Going in Debug I can see that the execution ends with the following error, referred to the involved entity (CRM_APPOINTMENT):
    Date type-specific Customizing missing for date type ACTActPln
    CRM_APPOINTMENT uses date profile 0000000001 with three possible date types: ORDERACTUAL, ORDERPLANNED and ORDERPROPOSED and I cannot find anywhere date type ACTActPln (just to add it in customizing).
    Is anyone able to enlight me?
    Thank you in advance!
    Alessandro
    PS I've years of experience in Java programming but I'm quite new to the SAP world. Maybe the problem is not a problem at all, but it seems to me as such. Even if it has a trivial solution, please let me know. Thx!

    Hi,
    Well I was about to write that you should enter date in decimal format. but you already did that as mentioned in How to set a date in a Form where the bound date format is a decimal?
    In response to following from above thread (copied for others to understand my response)
    Hi all.
    I'm successfully using the LiveCycle Designer and I've managed to remotely create Appointments using a CRM Web Service (a mere copy of APPTACTCRTRC).
    The only problem I'm encountering is that I'm not able to set the dates/times (start and end of the appointment).
    Dragging each of the two fields from the WSDL based Data Connection I obtain a Decimal Field limited to 15 digits.
    How can I write a date and time in such a field?
    I've tried with a retroverse date as YYYYMMDDHHmmss (for example, 20100301124500) but it does not work
    (the appointment is indeed created, but with the start date and time fields filled with
    the current date/time and the end date and time fields filled with the current date and time plus 10 minutes).
    The retroverse date above is only 14 digit long, so, maybe, this is the problem.
    But, given the field definition, I'm not able to fill a blank space between the date and the time.
    I'm not able to put a dot either.
    What should I do?
    Any suggestions?
    Thank you in advance.
    Alessandro
    15 digit in UTC time format here is fraction of second so you should enter 201003011245000 (add one more zero).
    14th Oct 2010 16:00 should be written as 201010141600000, so just try it and and see if it works, I guess if you do not supply end time then by default it will be starttime + 10 min but this is just guess.
    Regards,
    Gourav

  • VL10B delivery for material type ROH

    Hi
    We have a scenario in which we are able to create STO type UB for material type ROH (Raw Material)
    but when we create delivery with TCode VL10B it gets created but with no line items and no error messages.
    The Same scenario works for material type FERT (Finished Product)
    Is there any setting that i am missing for doing delivery with reference to STO via  Tcode VL10b for material type ROH.
    the sales views are already extended for ROH material.
    Please guide.
    Thanks
    Nimit

    Hi,
    Check if you have created the materials ROH in the organizational levels for SD (ie: if there are entries in table MVKE).
    I hope this helps you
    Regards
    Eduardo

  • Input tax 0 for material type ROH

    MM Experts,
    My client is asking that for material type ROH, input tax always zero which cannot be changed even by purchaser while making purchase order.
    Did anybody have worked on similar requirement. Pl. let me know what are the possibilities are there to accomplish the said requirement.
    Waiting for your quick response.
    Thanks.
    Vijay

    maintain a tax code with FI help having value = 0 (i think that is done via FTXP)
    do you have purchase inforecord for all the materials having mat type = ROH, if yes then maintain tax code with zero value here and it will be default in PO
    if not using info record check below thread
    Default Tax Indicator in PO line item for a Material
    Also to make tax code field un editable while in ME21N (once it is defaulted based on above rules) you can use define screen layout at document level setting in SPRO for PO. SPROmm-purchasing-PO-- define screen layout at document level -select ME21NGR/IR control-make tax code as display
    yogesh
    Edited by: Yogesh Lohiya on Jan 20, 2012 12:07 AM

  • No external no.assignment possible for material for material type HALB??

    no external no.assignment possible for material for material type HALB??... message no:m3317
    i got this error msg while i try to create external material via mm01
    material: pump
    industry type: mechanical engineering
    material type: semi finished product
    after pressing enter error came...

    Hi
    If you created number range already, then you need to remove the number range and recreate the same with external number range w/o check
    Try it out.
    Thanks
    Raman

  • MRP run for Material type

    Hi Gurus,
    I want to run MRP for particular material type say for all my raw materials or semi-finished.
    How it can be done?
    I have used to user exit in MD01, for running MRP for a particular MRP controller and also for MRP type like PD or VV etc.
    Srini

    Srini,
    in this same exit you can include the parameter for material type  "M61X0001" to able to select the materials based on a field like MRP type.
    In transaction SMOD you can check the documentation on this development.
    take help from your ABAP person.
    come back for further discussion.
    regards
    Ritesh

  • External No Range for Material type

    How to assign External No range for material type
    A to zzzzzzzzzzzzzzzzz System is showing this number range
    But it is not allowing me to assign to material group
    How to assign??

    Hello,
    Why you are assigning number range to material group.
    you are maintaining number range for material type and assigning it to material group this is little confusing.
    Thanks & regards,
    Vinay

Maybe you are looking for

  • How can I recover all my MAIL emails lost after upgrading to TIGER?

    Hello, I just bought Mac OSX Tiger today and after upgrading from the previous Mac OSX and after launching Mail, I discovered that all my INBOX emails were LOST!!! I still have the Draft emails, the Sent emails and Trash but no trace of my 1,425 anci

  • Sending a pdf by encoding

    Hi all, I'm sending a PDF over the internet base64 and url encoded where it is received by a PHP page...is this the proper way to do this? Class definition: Response is a HTTPServletresponse, fileNum is a int, out is a ServletOutputStream: response.s

  • Seasonal procurement and purchase requisition

    Hi, is there a way to use seasonal procurement (WPOHF4C) to to create an order from a purchase requisition? I know how to create a purchase order from a purchase requisition using the ME21N.  But I need the dateline with the transportation chain. Reg

  • Portal runtime error -logs

    Hi, I am a portal programmer beginner and i am triying to develop a portal component that retrieve information from sap r/3. I get the next message when i use the iview: Portal Runtime Error An exception occurred while processing a request for : iVie

  • Startup Scripts for OBIEE 11g on Linux

    Hi, I originally spent many hours trying to find a startup/shutdown script for OBIEE on linux, in the end I compiled a new one based on notes in the install manual and other posts on the subject until I got it working consistantly Please add comments