How to restrict lot numbers for customers

We have customers who will not accept products from certain suppliers.
Is there any solution that impose restriction and modifies the order fulfillment logic enforcing customer/supplier restrictions.
eg., We receive the parts against PO/receipt, while receiving user enters LOT Number.
After intermediate process product comes out as Finished good and it will be ready for ship.
Requirement is at picking level for few customers restrict items from lots supplied by specific suppliers, not be picked.
Anyone have any idea how to implement this. Thanks.

Hi,
This sounds good, but this makes INV over restrictive and conflicts with our custom processes.
And if any customer specific INV (where we cannot include this lot restriction) exists then it may also interfere.
Can you think of any alternate solution.
Thanks
Gadudasu

Similar Messages

  • Alphanumeric sequential numbering for customers in oracle financials

    Hi ,
    Any one please tell me how to setup Alphanumeric sequential numbering for customers in oracle receivables.
    Thanks
    Guru Prasad

    Hi
    It is either manual or automatic, that is defined system options window on AR.
    If it is automatic, than you can define the start point, sequence name is HZ_ACCOUNT_NUM_S, Responsibility Application Developer,
    Application-Database-Sequence
    I didn't try if you can put a non-numeric template.
    For manual assignment, it is 30 characters total.
    Hope this helps.
    Bilal Sarioz

  • How to restrict the GR for Production Order when Goods Issue is not done

    Hi Gurus
    How to restrict the GR for Production Order when all the required components for production order are not issued with all required quantity. Even for partial issue system should not allow GR with 101. The user status with RMWA, RMWF & CGFB is not working.
    Pls suggest best solution.
    Abhijit.

    Hi,
    You can club together the GI nad GR at the time of confirmation..
    I.e Backflush for the components and auto GR for the Product.
    So that you can stream line the Process.
    The best Option would be to use the User Exit:
    Enhancement - MBCF0002
    Functional Module - EXIT_SAPMM07M_001
    Include - ZXMBCU02
    Refer below link for further details..
    How to stop the goods receipt before issueing the goods for production orde
    Regards,
    Siva

  • How to restrict the user for re-submitting the same form

    Hi All,
    I would like to know, How to restrict a user for re-submitting the same page.
    I have a jsp page with submit button... and should not allow the user to save the same data again ..
    Anil

    Try the followings. If user disable cookies, this will not work. You need to modify to detect such situation!
    String processed = "mycooke";
    Cookie[] cookies = request.getCookies();
    Cookie c = null;
    if (cookies!=null) {
       for (int i=0; i < cookies.length; i++) {
           if (cookies.getName.equals(processed)) {
    c = cookies[i];
    break;
    if (c!=null) {
    // already processed.
    // send error message and exit.
    // set cookie;
    c = new Cookie(processed , "yourdata");
    c.setMaxAge(-1);
    response.addCookie(c);
    // process as it is the first;

  • How to findout lot number for a given  sales order number

    Hi,
    My requirement is to display lot numbers for a given sales order number.
    Thanks,
    Bala.

    select a.line_number, c.lot_number from oe_order_lines_all a, mtl_material_transactions b, mtl_transaction_lot_numbers c
    where a.line_id=b.trx_source_line_id
    and b.transaction_id=c.transaction_id
    and a.line_Id=&your_line_id;
    and b.transaction_type_id in (33, 34, 52) sales order shipment or internal order shipment or staging etc.,
    If this is for shipped sales order, you can alternatively get it from wsh_delivery_details (does not work for dropships and inventory interface cases)
    Thanks
    Nagamohan

  • How to get multiple numbers for a business?

    Hi-
    We use Skype as our means of communication for our company.   We like everyone to have a Skype number, however we have reached a major roadblock.  Everytime we add a new person and try to get them a Skype number it locks the account for fraud, apparently because we used the same credit card on multiple accounts.
    Trying to fill out a form to request for Skype to unlock the account has gotten nowhere.
    So I guess my question is, how can we buy multiple Skype numbers for multiple people at our company using 1-2 credit cards and not have all the accounts get frozen?
    Brian

    Hi, CSBrian, and welcome to the Community,
    Have you looked into a Skype Manager configuration to see if that might meet your company's needs? (see below)  If these are all "personal" accounts that are being set up, and that the employees could take with them when they leave the firm, could they not fund their own Skype Number and be reimbursed by the company?  Just thinking out loud here.
    Skype will not bend regarding the number of credit cards used to fund accounts rules.   I applaud Skype's anti-fraud protocols despite the fact at times these rules are inconvenient, to say the very least.  Contact Skype Customer Service again to request the accounts in question be released.
    Here are links to more information about setting up a Skype Manager profile:
    https://support.skype.com/en/faq/FA10519/what-is-skype-manager-and-how-does-it-work?
    https://support.skype.com/en/category/SM_GETTING_STARTED/
    https://support.skype.com/en/category/SM_FEATURES/
    https://support.skype.com/en/category/SM_PAYMENTS/
    https://support.skype.com/en/category/SM_ACCOUNT_DETAILS/
    https://support.skype.com/en/faq/FA10871/do-i-have-a-personal-account-or-a-business-account
    Hope this helps your company make an informed decision.  See also the Community's Skype for Business message board: http://community.skype.com/t5/Skype-for-business/bd-p/Business
    Regards,
    Elaine
    Was your question answered? Please click on the Accept as a Solution link so everyone can quickly find what works! Like a post or want to say, "Thank You" - ?? Click on the Kudos button!
    Trustworthy information: Brian Krebs: 3 Basic Rules for Online Safety and Consumer Reports: Guide to Internet Security Online Safety Tip: Change your passwords often!

  • How to restrict changing password for user ?

    Hi All experts ,
    We have created users . Users should not change their password without permission of Administrator . How to restrict them by setting Permissions / Authorizations ? 
    Thanks.
    KISHORE SATPUTE

    Hi,
    In "USER MAINTENANCE- SU01" --> in the "logon tab" there are 5 different "user type"
    1. dialog
    2. system
    3. communication
    4. service
    5. reference
    Kindly mention the function and role of all the above mentioned user types specifically and hows is one user type different from another.
    These are as follows:-
    1. Dialogue:-
    For this kind of users:-
    GUI login is possible.
    Initial password and expiration of passowrd are checked.
    Multi GUI logins are checked.
    Usage:- These are used for GUI logins.
    2. System
    For this kind of users:-
    GUI login is not possible.
    Initial password and expiration of passowrd are not checked.
    Usage:- These are used for internal use in system like background jobs.
    3. Communication
    For this kind of users:-
    GUI login is not possible.
    Users are allowed to change password through some software in middle tier.
    Usage:- These are used for login to system through external systems like web application
    4. Service
    For this kind of users:-
    GUI login is possible.
    Initial password and expiration of passowrd are not checked.
    Multiple logins are allowed.
    Users are not allowed to change the password. Only admin can change the password
    Usage:- These are used for anonymous users. This type of users should be given minimum authorization.
    5. Reference
    For this kind of users:-
    GUI login is not ible.
    Initial password and expiration of passowrd are not checked.
    Usage:- These are special kind of users which are used to give authorization to other users.
    Rewads point if helpful
    Thanks
    Pankaj Kumar

  • How to restrict Option values for a particular metadata in profile checkin

    How to restrict Option values (drop down) for a particular metadata in profile checkin-
    Metadata field Color is having options dropdown values (stored in table/views)-
    Display name - Blue, Value=1
    Display name - Red, Value=2
    Display name - Yellow, Value=3
    Display name - Green, Value=4
    Display name - Black, Value=5
    For a particular profile checkin form, for the metadata field Color I want the dropdown value consist of only top three options
    Display name - Blue, Value=1
    Display name - Red, Value=2
    Display name - Yellow, Value=3
    But this should be done on profile level only, should not impact the standrad checkin form and other profile checkin forms.
    Please help me if any one having any suggestion to implement the above secnario
    Thanks,
    Sumit

    Hi,
    Into the rule containing the Color metadata, you can restrict the values of the list.
    In "Has restricted list and pane", list the values 1, 2 and 3 (new line for each value) :
    1
    2
    3
    Romain.

  • How to update Location numbers of customers using BAPI_CUSTOMERCRM_CHANGE

    Hi everyone,
    I would like to ask how to update location numbers 1 and 2 and check digit using this bapi,
    BAPI_CUSTOMERCRM_CHANGE and what are the significance of the following parameters.
    CALL FUNCTION 'BAPI_CUSTOMERCRM_CHANGE'
      EXPORTING
        I_UPLOAD_ID             =
        I_DESTIN                =
        I_SFA_REL               =
        I_KEYWORD_IN            =
        I_CUSTOMER              =
        I_ADDRESS               =
        I_ADRCHANGE             =
        I_SALESORG              =
        I_TAXDATA               =
      I_BANKCHANGE            =
        I_TRANS_MODE            =
      I_ORIGIN                =
      I_CUSTCHANGE            =
      I_SALESCHANGE           =
    IMPORTING
      E_STATUS                =
      TABLES
        TI_STDTEL               =
        TI_STDFAX               =
        TI_STDTTX               =
        TI_STDTLX               =
        TI_STDMAIL              =
      TI_BANK                 =
      TI_LOADING_POINTS       =
        TI_ROLES                =
      TI_BANKCHANGE           =
      TI_ROLECHANGE           =
        TI_EXTENSION            =
        TI_SFA_KEYS             =
    Thanks for helping!
    Regards
    Jay Ags
    Moderator Message: Welcome to SCN. But please search for SAP Documentation and/or sample codes.
    Edited by: kishan P on Apr 6, 2011 12:09 PM

    I was facing the exact same issue and just figured out the solution: the issuing storage location is only accepted if the supplying plant is passed at the same time (in the header structure). That solved the issue for me!

  • How to restrict PR Changes for DMS?

    SAP Query:
    1.       When PO is released for a particular item its PR automatically gets locked i.e. you can not change the PR.
    But it is possible to change the documents attached to it or to add or link other documents to it. Iu2019ve checked it for one PR.
    There is no any system message or warning as the said PR is locked or blocked.
    2.       Same is true for quality notifications. Even if you clear it, it is possible to link the documents to the notification.
    If you want to change PR or notification thereby linking new version of document to it, it is not possible via ME52n or QM02, instead there is a gateway thr. DMS system.
    How we can Restrict PR changes for DMS..
    Rgds,
    Navin

    Hi,
    I do not know which support package do you have, but there´s a note to avoid this changes. Please apply the note 928590 if it suits your package level.
    Best Regards,
    Arminda Jack

  • How to find Assembly Numbers for a given Equipment Number

    Hi all,
    Can anyone pls help me out in finding the assembly numbers for a given equipment number??
    Thkz in advance.
    Harpreet.

    Hi
    Try a code like this:
    DATA: BEGIN OF MCHA_KEY,
           MATNR TYPE MATNR,
           WERKS TYPE WERKS_D,
           CHARG TYPE CHARG_D,
          END   OF MCHA_KEY.
    DATA: BATCHCLASS LIKE BAPI_CLASS_KEY-CLASSTYPE VALUE '022'.
    DATA: OBJECT_CLASSIFICATION LIKE  BAPI_OBJECT_VALUES
                                                  OCCURS 0 WITH HEADER LINE,
          CLASS_OBJECTS LIKE  BAPI_CLASS_OBJECTS  OCCURS 0 WITH HEADER LINE.
    DATA: _CLASSNUM LIKE BAPI_CLASS_KEY-CLASSNUM.
        BAPIFLAG = 'X'.
        CALL FUNCTION 'BAPI_CLASS_GET_CLASSIFICATIONS'
             EXPORTING
                  CLASSTYPE              = '022'
                  CLASSNUM               = _CLASSNUM
                  CHARACTS_OF_CLASS_ONLY = BAPIFLAG
             TABLES
                  OBJECT_CLASSIFICATION  = OBJECT_CLASSIFICATION
                  CLASS_OBJECTS          = CLASS_OBJECTS
             EXCEPTIONS
                  OTHERS                 = 1.
    Max

  • Restricting Payment Method For Customers

    Dear gurus!!!
    My client has the following requirement in which he desires that
    1- Can we receive incoming payments from customers with different payment methods. In our assignment field we give the cheque number or deposit slip etc... which is freely definable, so we want to restrict the payment method against customer considering that there is no option of "payment method" in the incoming payments screen f-28.
    we want to restrict incoming payments from certain customers via cheque or cash.
    does any one has any ideas on how to fulfill this requirement
    your help would be highly appreciated ....
    thanks
    Aurangzeb Khan

    Hi,
    You can only use the payment methods assigned to your customers using the automatic payment program. Determine a house bank for these payment methods. With this it will determine which account to be used, when the customer paid in cheque or cash.
    Create a payment method for INCOMING payment for cheque and cash. After that you assign the payment to your customers. When you receive the payment, you won't use f-28 but you will use F110 instead. Select the payment method for this customer and the customer. Once you're done up to posting, the payment is posted to the specific account for cheque or cash.

  • How to restrict a user for the other plant orders In CATS

    Hi
    We are using CATS for entering labour hours in PM orders. While entering the time in CAT2 first we will select the personal number of the employee and the order number in which he has worked .
    My question is while entering the order number if we worgly entered the other plant order number it should give error message saying that order number not belong to other plant.
    How can we restrict this .At present it is accepting the other palnt orders
    Thanks in advance
    Gangadhar

    Hi,
    You have to add some more fields in CAT2 this will serve your purpose.
    Text for Plant etc .
    Regards,
    Kapil Kaushal

  • How to restrict special characters for a specific column

    Dear gurus,
    i have a table emp with a field field_1
    in this particular field_1 is an address column where data can be like '12 st first floor' but suppose mistakenly user has entered the data as '12 st first floor & ' it should be restricted (not using trigger but can this be possible by using constraints )so for this how can we restrict the special characters not to get entered into the column.
    regards,
    friend

    Another way of doing it.
    drop table test_table;
    create table test_table (col varchar2(50));
    alter table test_table add constraint chk_address check (NOT regexp_like(col, '[[:punct:]]+'));
    insert into test_table
    (select  'some text' col from dual);
    1 rows inserted.
    insert into test_table
    (select  'some text!' col from dual);
    Error starting at line 20 in command:
    insert into test_table
    (select  'some text!' col from dual)
    Error report:
    SQL Error: ORA-02290: check constraint (FDL_DEV.CHK_ADDRESS) violated
    02290. 00000 -  "check constraint (%s.%s) violated"
    *Cause:    The values being inserted do not satisfy the named check
    *Action:   do not insert values that violate the constraint.
    insert into test_table
    (select  'some text House#32' col from dual);
    Error starting at line 23 in command:
    insert into test_table
    (select  'some text House#32' col from dual)
    Error report:
    SQL Error: ORA-02290: check constraint (FDL_DEV.CHK_ADDRESS) violated
    02290. 00000 -  "check constraint (%s.%s) violated"
    *Cause:    The values being inserted do not satisfy the named check
    *Action:   do not insert values that violate the constraint.
    insert into test_table
    (select  'some text
    (with new line)' col from dual);
    Error starting at line 26 in command:
    insert into test_table
    (select  'some text
    (with new line)' col from dual)
    Error report:
    SQL Error: ORA-02290: check constraint (FDL_DEV.CHK_ADDRESS) violated
    02290. 00000 -  "check constraint (%s.%s) violated"
    *Cause:    The values being inserted do not satisfy the named check

  • CRM 2013 On-Premise How to implement sequential numbering for records?

    Hi All,
    I don't know if someone could advise me on the following.
    I have two entities, Transport Routes and Stops with a 1:N relationship. I want to auto-number the Stops records sequentially (1, 2, 3, 4, etc.)  but want to start at 1 within each Transport Route. How should go about it? Is it possible to achieve this
    with JS, or would that be a bit clumsy and would you recommend a plugin instead?
    I have an auto-numbering solution (AdvancedCRMAutoNumber from Xbitz) but that will not restart the counter position to 1 for each Transport Route - at least to me knowledge it cannot.
    Would appreciate any help!
    Thanks, Viktor

    hi Victor,
    I think you can write plugin by following below steps.
    -->Create one field in the Transport route entity to store the sequential number.
    -->As soon creating the Transport stop record get the sequential from the Transport route and create the sequential number for the transport stop.
    -->Update the Transport route record by incriminating the sequential number field.
    So every Transport route record will have sequential number which we can start with 1 as based on the stops we can increment the number.

Maybe you are looking for

  • Playback on dvd looks jumpy

    i have composed a project using dvd studio pro and am having problems with a clip on the formated disc. the clip looks jumpy and or with highly visual interlaceing issues. when i previewed the project with in dvd sp the the clip looks fine. as well a

  • Help,why brconnect do not collect statistics for mseg table?

    I found "MSEG" table`s statistics is too old. so i check logs in db13,and the schedule job do not collect statistics for "MSEG". Then i execute manually: brconnect -c -u system/system -f stats -t mseg  -p 4 this command still do not collect for mseg.

  • Hi all. i can't keep youtube (app version 1.2.1.5201) playing on my ipad 2 after pushing home button.

    i tried with the background audio controls but it doesn't work. thanks

  • Can't get my site online

    I can't push my site live- Help please! I have a domain registered with GoDaddy and I entered the nameservers I received from BC into my GoDaddy hosting account but no luck. I designed with Muse, published it on BC but I can't find the site anywhere.

  • Mouse Cursor is red

    The mouse cursor on the screen has turned red and become larger. Every time it passes by something it clicks on it. what can I do to fix this.