Reg: Document type should allow  only one  Material Type or a number series

Dear Experts,
In my project , clients requirement is to restrict the Material Type or  the number range assigned to a Matreial Type for a perticular  PO Document Type. We have  one document  type for Local Work Order -YLWO in which we  want to  enter the DIEN material type  material code only. since we want to use the Po document type to procure service from local vendor and same time we dont want to use the SERVICE Entry Sheet for the external service. Please guide me...
My opinion is  -- We can try with USEREXIT  or BADI.
If I am right then can any body suggest me Badi or USEREXIT name....
We are using 4.6C so I am facing some problem .
Thanks in advance.
Regards
Dibya

Check the following  BADI with your ABAP Consultant  
ME_PROCESS_PO_CUST
I have used this BADI for controlling the type of vendors  according to PO document type. Currently I do not have access key to check the fields in this user exit. Check with your ABAPER on this whether it can fulfill your requirement.
The use of item category D results into the service entry sheet. If you want to use DIEN material type then you have to do GR.
what is the difference from your requirement ???
Service entry sheet is nothing but the GR only.
DEIN material type is used basically from SD or Customer service module.
please make clear to forum what is your some problem by using 4.6C. It is too generic a statement.

Similar Messages

  • Allow only one set of parameter values for all worksheets

    I would like to " Allow only one set of parameter values for all worksheets ", but prompt before executing the worksheet. This function is a great time saver, but the users on occasion would like to change at the least one of the parameters. Is this possible? What setting do I use? I've tried various combinations of the " After opening a workbook: " on the options page. " Run query automatically", " Don't run query (leave sheet empty) ", and " Ask for comformation ". I would have thought that "Ask for comformation " was the trick, but no. I'm considering putting a do nothing parameter that has the setting of " Allow different parameter values for each worksheet. " so that it will keep all the others, default this one, but prompt for a possible change.
    Any thoughts...
    Thanks,
    Jamie

    Hi Jamie
    Even though you have the same parameter for all worksheets a user can still choose what to use on a worksheet. Its just that if they click to another worksheet then that parameter will be applied.
    Which version of Discoverer are you using?
    Best wishes
    Michael

  • System should create only one delivery for 100 different PO's in STO

    Hi All
    i need help
    Plant B raising 100 different po's daily for different materials to Plant A.(STO)
    Now Plant A will do Dilivery via VL10B.
    Here my requirement is system should create only one delivery for 100 different PO's and delivery should contain all the
    materials as line items bcause system should not create 100 deliveries( time consuming process).
    Here there is no manual transaction for VL10B.
    That is system is goining to excecute the VL10B automatically, there is no manual transation for VL10B
    How can we do this?
    Thanks
    MSK

    Hi
    We can able to do your requirement
    1. All the STO materials should have same sales view in materials for the *Unique)following field: Loading group, shipping Point, so on..
    2. In the config, hope we have do the combine delivery setting for VL10B
    Regards
    Prasanna
    Edited by: Prasanna Raju on Feb 17, 2010 1:52 PM

  • Structure inside while should work only one time ?

    Hi Everyone ,
                      I have coded a program that if i click a button ( switch untill released) . inside that structure should work only one times . 
                      and i have coded and its working fine .. but its looks compilcated..
                       i need some simple solution . Plz help me guys 
    Attachments:
    CODE.vi ‏10 KB

    saran1988 wrote:
                      I have coded a program that if i click a button ( switch untill released) . inside that structure should work only one times . 
                      and i have coded and its working fine .. but its looks compilcated..
                       i need some simple solution . Plz help me guys 
    Your code has very little to do with what you are describing.
    There is no button with "switch until released" mechanical action. (OK is switch when released, stop is latch when released)
    A case structure always "works". Are you saying that it should execute e.g. the true case only once whenever the outer case goes from false to true??
    Your inner case goes true more than once per run of the program (whenever the OK goes true). If it should really only work once overall, use the "first call?" primitive. You need to formulate the problem using less ambiguous words.
    There is no obvious starting state for the boolean that you read via local variables. How do you ensure that it start with a known value? Does it matter?
    You seem to entirely deal with integers, so why are you using floating point representation for the numerics?
    What is the purpose of the orange numeric indicator. Is it just a kludge for your logic or does its value mean anything?
    Why does your loop not contain any wait?
    At this point, you should learn about shift registers. It would eliminate all your local variables.
    LabVIEW Champion . Do more with less code and in less time .

  • New Document Types and new Number Ranges

    Hi,
    Plz tell me How to configure New Document Types and new Number Ranges for Services and Asset Purchases.
    How can i maintain Services with or without Master data.
    Plz tell how much services are there and how to configure step by step

    Hi
    New document type can be configured in SPRO - SAP IMG- Material management - Purchasing - Purchase order - Define number rabges / define document types.
    With out service master straightaway you can create the Service PO with account assigment.
    AC03 - Create service master record.
    ML10 - Model service specifications
    Then Service conditions ML33 or ML39 or ML45
    Create the PO and then do the service entry in ML81N
    Regards,
    Raman

  • Reg:Document Type creation in Manual bank Statement.

    HI all,
    What is the document type for Manual bank statement reconsolation.
    I created (BZ )for Manual bank statement reconsolation which fields i have to  select.
    regards
    JK

    Hi,
    Document types are created at client level. to restrict one kind transactions only and to identify the transactions pertaining to what.
    At the time of configuring BRS we have to specify the document type there u can specify what ever you want before it has to create. go to OBA7
    Hope this is clear, if yes assign points
    Regards,
    Sankar

  • I have Office 2011 which includes Word.  Ever since downloading Mavericks, when I try to send a two-page word document, some recipients get only one page.  Also sometimes when I burn an image from iPhoto on to a disc, only part of the image appears.  Why?

    I have Office 2011 which includes Word.  Ever since downloading Mavericks, when I try to send a two-page Word document by email, some recipients get only one page.  Also when burning an image from iPhoto (usually no larger than 1mb) on to a disc, only part of it appears.  It appears to have been magnified so that only a part of the image appears.  Can anyone enlighten me as to what is happening?  And how to fix it??

    I have Office 2011 which includes Word.  Ever since downloading Mavericks, when I try to send a two-page Word document by email, some recipients get only one page.  Also when burning an image from iPhoto (usually no larger than 1mb) on to a disc, only part of it appears.  It appears to have been magnified so that only a part of the image appears.  Can anyone enlighten me as to what is happening?  And how to fix it??

  • Locking a JSP Page i.e allowing only one user to access it at a time

    Hi,
    I have web application where multiple users can log in at the same time.
    I have a JSP where a user is presented with a list of executable items.It is quite possible that at the same time more that one user tries to execute the same item.I want to disable this. i.e at a time only one user should be able to execute the item.
    Currently what i can think of is putting an extra column in the database...saying that this item is locked and you cannot access it until unlocked.But then this would involve a round trip to database.I want to avoid it, and do some coding in java code itself.
    But i dont know how to proceed.
    Any Help......

    sorry for the misdirection :(
    yes..try using the synchronizing for the run process for of the item in the action class.
    I shall try to provide you with the code changes, if can you please provide the back end code doing the job u said

  • Allowing only ONE instance of a PDF to be open

    I'm trying to work out a new system for proofreading and commenting in our business using the Comment and Markup tools in Acrobat 8 Professional. I'd like to allow multiple users on a network to interact and markup a PDF easily. I'd like to make it so that one of two things can happen:
    a) Only one instance of a PDF can be opened at once on the same network. That is to say, if a user on one computer opens a PDF, another user on the network on a different computer cannot open that same PDF at all, until the first user has closed it. Also, I'm not sure if the functionality for this would be implemented in Acrobat or the operating system (Mac OS X 10.6, to be precise).
    b) Multiple users can open a PDF simultaneously, and markups and comments from all users are somehow saved.
    I'm sure it's more of a possibility for a) to happen, but perhaps I'm wrong. Anyway, I hope there is a solution out there! Thanks for all your help!

    George,
    Thank you for your helpful reply. It does appear that Shared Reviews is capable of providing our business exactly what we need in this regard. I have found that Acrobat 8 does support Shared Reviews, but it only does so with Network Folder locations and WebDAV folders as locations for comment servers. I know how to get to the process to set up Shared Reviews, but not how to designate or set up a folder as a comment server using Network Folders or WebDAV. Unless you just so happen to know about that process as well, I will post a new thread, since the problem of finding a solution has been solved, but the new problem of implementing it has risen.
    Although using Acrobat X Pro to share PDFs and collaborate automatically using Acrobat.com sounds mighty tempting...

  • System should create only one Inspection Lot

    Hi,
    My client has following requirement.
    I have ten Line item in Po, after MIGO system generate one GRIN no and 10 inspection lot for every line item but my client need only one inspection lot no. having 10 line items in thatu2026 how to do this.
    Regards.
    Arun

    Sorry.  In SAP incoming inspection are driven by the material numbers. 
    If QM is on for the material, you will get an inspection lot.  If you have ten different materials in a Purchase order and all ten require inspection then you will get ten inspection lots.
    That is the way it is. 
    You could use a user exit to determine if an inspection lot for the PO has been created for the purchase order already and suppress the creation of any additional ones if you want.  But the one created will be for the first material in the purchase order, not the receipt itself.
    FF

  • Allow only one IP ADDRESS from a web service call

    Hi gurus,
    i'm working in an ECC 6.0 with stack18 (SOAMANAGER tcode).
    I have defined a new web service definition (with SE80 tcode) and i see it in SOAMANAGER tcode.
    I have to limit to one ip address when 3rd party client invoke it; it's possible to do this with an authorization object or by some SOAMANAGER value filled in order to have only one ip address invoked.
    Thank's in advance.
    Maurizio Ortolani

    Hi,
    Did you resolve your problem Because We want to implement the same functionality in our SAP Landscape.
    Thanks in advance.
    Thanasis

  • Document Type ZI + Plant number

    Hi,
    Please suggest where i can check linkage between document type NB/ZI & plant number; as for one specific plant & for a particular material type, I am getting purchasing Document type NB; but I want to change it to ZI.
    Thanks & Regards,
    Rohit Guliani

    Hi,
    Do you mean that you have set the default document type to ZI and yet it sometimes defaults to NB but only for one plant and material type combination?
    Or do you WANT it to do this so that if the user enters one Plant and a certain Material type you WANT it to default to NB.
    The document type defaulted cannot be different for a certain plant / material type. To control this by plant would need a user exit or modification but what happens if there is more than one plant on the PO (or more likely more than one plant / material type combination) what would you expect the system to do?
    Steve B

  • Allowing only one switch to be toggled at a time - is there a better way?

    I have an external device that I intend to control which will have a number of presets.
    It is critical that the user only be able to toggle one switch at a time thru LabVIEW. A switch must be un-toggled (is that even a word?) before another switch can be toggled.
    In order to accomplish this, I created a .vi with a lattice-work of property nodes and compound arithmetic ORs. Though my .vi is clean, it just seems that there should have been an easier way to accomplish this.
    Thoughts, anyone?
    Cheers!
    -darren
    Attachments:
    indexer test.vi ‏121 KB

    Darren
    A radio button control will not exactly fit your needs because you require that the active button is turned off before a new button can be activated.
    One possibility would be to use an event structure and check if the state change is allowed before feeding it to the rest of the code.
    See attached LabVIEW 7.1 example.
    Everything will also be MUCH simpler of you e.g. combine your controls into an array or cluster. It cannot be healthy to fill an entire diagram with duplicate code.
    I am also not sure why you read all these value properties. The controls are right there to be tapped by a direct wire .
    LabVIEW Champion . Do more with less code and in less time .
    Attachments:
    IndexerTest002.vi ‏42 KB

  • Vf01-should allow only those billing doc which are used

    Hai gurus,
           In Tcode VF01 for the field "Billing document" it displays all billing doucments which are in table TVFK(Billing doc types).
    My Requirement is that for the field "Billing doucment" only those billing documents should appear which we are using.
    How could this rqt be fulfilled?
    Thanks in advance

    I think this may not be possible in Std SAP. You migh have to write a code to do this.
    But what can be done is that for a set of users we can define certain screens with specific billing types and thus restrict them from using other billing types.
    This may be done using SHD0 t.code.
    Regards,
    Mani

  • While creating  VK11 for output tax it should allow only Output taxcode

    Hi all,
    while creating condition record VK11 for output tax ,in condition record only output tax code should be possible ,if they use any input tax code then error messsage should come or system should not allow to create.how we do this.
    Thanks in Advance,
    Bala

    Hi ,
    If you see it practically in Production..You will be maintaing condition record once and even if changes, it won't be so often. Secondly in Tax procedure what ever Tax codes are present that will displayed as a choice while maintainig condition record.
    If  it affecting by maintaining wrong code then better would to be educate Business users as per my understanding.
    Thanks,
    Veerendra

Maybe you are looking for