User exit before ATP check in SO

Hi guys,
does the exit USEREXIT_SAVE_DOCUMENT_PREPARE trigger before ATP check?
I need to implement some login in that with plants based on sales order type before ATP check.
are there any exits available before ATP check?
Giri

> << Please do not offer rewards. >>
First of all, do not offer any rewards. Please read forum rules.
>
> is there any procedure to activate the exits?
Just a regular activation like you do with your programs. See the activate Icon on the application tool bar and activate it once you have done with your coding?
> any sample code
What do you mean by sample code and for what? I can only give you useful fields and tables.
To change storage location: Fill out VBAP-LGORT and to find out the ATP, i have already given in my recent replies.
Remember, i cannot finish off your work for you. Please put some effort. This forum is to get help and problem related questions but not to give you the code for your requirement.
It's just not me.... Anyone in this forum cannot write code for you. instead they can only guide you to solve your problem.
Good luck

Similar Messages

  • User exit in ATP Check for sales Order to trigger notification

    Hi All
    please let me  know is there any user exit after ATP check or in ATP check for sales order to trigger a notication mail.
    Regards
    Kishore

    Hi,
    User Exits For Availability Check are given below:-
    The user exits named here are planned for projects that are to be carried out in agreement with SAP development as they may only be used in consultation with SAP.
    USEREXIT_PLANT_SELECTION in program RV03VFZZ is an exception to this rule (see below).
    User exits in program FV45VFZZ
    USEREXIT_ADD_FIELD_TO_HEADER
    USEREXIT_ADD_FIELD_TO_LINE
    User exits in program FV45VFZY
    USEREXIT_DELIVERY_GROUPS
    USEREXIT_MVERF_INIT
    USEREXIT_QUOTA_KEY_VALUE
    User exits in program RV03VFZZ
    USEREXIT_AVAILABILITY_IN
    USEREXIT_AVAILABILITY_OUT
    USEREXIT_DARA_REFRESH
    USEREXIT_PLANT_SELECTION
    This user exit is used to adjust the flow during plant transfer. A list of permitted plants, where this material is created, is determined and checked in the standard R/3 delivery. A dialog box appears where you can select the plants. The user exits allow you to modify the plant table so that plant selection takes place in advance for every flagged selection and a dialog box becomes unnecessary.
    regards
    Vivek.

  • User Exit BEFORE Login

    Hi experts,
    I have a problem:
    We use differerent solutions for Web Access for externals - Web Dynpro and a normal GUI, shown via WEBGUI.
    So we create a new user (SU01) for the external and he can access the system
    But this problem may appear:
    The external tries to login via OPERATOR, DDIC, SAP*,... and lock this user - system will hang up!
    Solution can be a user exit BEFORE login, so we can check the user name (OPERATOR...) and don't authorize for login.
    Is there a user exit? I know the exit EXIT_SAPLSUSF_001 - bt this one is too late (after login).
    Also it would be important to know if the login is via SAPGUI oder via WEBGUI/Webdynpro (in EXIT_SAPLSUSF_001)
    Any ideas on this?

    Hi,
    why don't you unlock the User?
    Try this:
    data: wa_return type table of BAPIRET2.
    If sy-uname = 'OPERATOR'
    CALL FUNCTION 'BAPI_USER_UNLOCK'
      EXPORTING
        USERNAME       = sy-uname
      TABLES
        RETURN         = WA_return.
         CALL 'SYST_LOGOFF'
    endif.
    Hmmm...I will try this. But I'm not sure if I will reach this point if I try to login with the wrong password?!
    Edit: I tried to logon with a wrong password (before i created a hardcoded Breakpoint in the user exit). But I won't reach this point.
    So the question is not solved. If someone tries to logon as Operator several times, user Operater will be locked. How to prevent to log on via specific users (like Operator, DDIC...) in the Webgui?

  • User exit before TO creation to chage MAKTX field or FM to change it after

    Hi all,
         I need some WM Expertise help.
         When I create a Sales Order from program (with bapicreatefromdata2) , the system automatically create a delivery, and then, a transfer order with no immediate confirmation. The TO is manual confirmed. In bapicreatefromdata2 I completed on each item line the field ARKTX with a description (Example: red - material description ). This field is automatically completed in delivery( same field ARKTX). But I need this description also in transfer order for each line (field MAKTX). The TO is created automatically and  the field MAKTX is completed with the description from the material master.
         So, I need an user exit before TO creation to change the field MAKTX. I have tried user exit: MWMTO001 and is not working I think because the TO is created with no immediate confirmation. Also I putted break-point everywhere in program SAPML03T (standard program for TO creation)  and  I changed the settings in debugger mode. I checked System Debugging and Update Debugging. Nothing happened. I cannot find the place before TO is created.
         An alternative to this is to update LTAP (item table for TO) after TO immediate creation in include MV45AF0B_BELEG_SICHERN but I can't find a function module to update the table before TO manual confirmation. I tried L_TO_UPDATE_PREPARE but this I think is for confirmed TO.
         Any one who worked on this kind of things, Please help.
         Thanks in advice,
         Bogdan

    check these exits....                  
    EXIT_SAPMM06E_012 
    <b>EXIT_SAPMM06E_013</b>
    EXIT_SAPMM06E_014 
    EXIT_SAPMM06E_006 
    EXIT_SAPMM06E_007 
    EXIT_SAPMM06E_018 
    EXIT_SAPMM06E_016 
    EXIT_SAPMM06E_017 
    vijay

  • Need User Exit before the Purchase Order saved!!!

    Hai All,
        I am in search for User Exit before the Purchase Order gets saved.This User Exit should capture this generated Purchase Order and post it to the Destination System for further processing.
        Can anyone help me to find this User Exit.
    Thanks,
    Ugandhar.<b></b><b></b>
    Message was edited by: Ugandhar Domathoti

    Check out this enchancement in smod <b>MM06E001</b>
    in that EXIT_SAPLEINM_001
            EXIT_SAPLEINM_002
    may help you ....
    regards
    vijay

  • User exit before the call of FM CCARD_AUTH_SIMULATION

    HI Gurus
    I wanna know if there is any user-exit before the call of FM CCARD_AUTH_SIMULATION, for the structure XVBAK.
    I want to manipulate with  the document category for that particular order before the order is saved.
    If anyone can provide me the user exit for the structure XVBAK then it will be helpful to me.
    Thanks
    Swarn

    go for implicit enhancement option.
    Reddy

  • User exit at credit check

    Hi all,
    I am looking out for user exits at credit check t-code VKM3
    For customized order type, delivery gets created automatically after we save the order (as Immediate delivery (X) is present in the sales doc type in delivery section)
    But this order should not save if there is a credit check or if there is a stock deficit.
    How can i check availabilty as well as credit check simultaneously.
    If stock is not available then this order should not get saved.
    If credit check is active, order should not get saved.
    Client wants deliveries to get created the moment we release order from credit check in VKM3
    Please advice
    Sunil

    Hello Sunil,
    You do not need a USEREXT for this. For the relevant document type, to to VOV8 and in the shipping tab, there is a filed delivery block, in this you can select credit check. Whenever the user creates a so with this doc type, based on the credit check, system will block the doc for delivery and the same can be released via VKM3.
    Let me know if this was useful.
    Regards,
    Sanjay

  • User Exits for Credit Check

    Hi Friends,
    I got user exits for credit check but I could not understand how to implement these rather these are not found in system (CMOD & SMOD tcodes) We have ECC6.0. These are the following.
    LVKMPTZZ
    LVKMPFZ1: USER_CREDIT_CHECK1
    LVKMPFZ2: USER_CREDIT_CHECK2
    LVKMPFZ3: USER_CREDIT_CHECK3
    Any help how to implement these is appriciable.
    Regards,
    Rajesh Vasudeva

    Hi Rajesh,
    You can make use of the implicit enhancement, where in you can add code to any standard program either at the start or after the last line in a form or function module.
    Refer the URL
    http://help.sap.com/saphelp_nw04s/helpdata/en/8f/f2e540f8648431e10000000a1550b0/frameset.htm
    for more info on Enhancement Framework.
    Hope this helps you.
    Reg
    Praveen Alex Luke.

  • Logic and User Exit for Availabilty Check in Sales Orders,

    Hi All,
    I have a requirement of creating a Sales order from an Inbound IDOC. Before saving i need to do all the validations for the sales order including the availabilty check for the sales orders. If it is not  fulfilled i need to reject the sales order creation.
    I am trying to search for the logic for the availabilty check of the sales order but i am not able to find one. Please help me out with that and also i need the user exit for the availabilty check for the sales orders. Please help me out with that one too.
    Regards,
    Sharadendu

    See this function Module for message type ORDERS
    IDOC_INPUT_ORDERS all validations are there in this Function Module .
    Please reward if useful.

  • Needed a User Exit to cross-check the mtrll master at the time of making PR

    Hello Experts,
                          As per the requirement from my client I need a USER Exit in PR where before saving the PR the system should check the Material Master of every line item for the Material Type and MRP controller fields.
    for the particular combination of material Type and MRP controller, the system should propose an account assignment which could be achieved but User Exit is required.
    Please help.
    Thanks in advance
    and Regards
    Yawar Khan

    Hi Ravi,
                Thanks for the reply, I will check back.
    Regards,
    yawar Khan

  • User exit for price check( KONV-KBETR  )

    hi,
    i need to put  price check in sales order on field KONV-KBETR  . for this i need a user-exit. can any one help me in this.
    regards,
    pavan,

    Hi,
    There is no problem with the pricing config here. When ATP check is performed, the system checks the availability in APO system and redetermines the pricing so the pricing is lost.
    I am just looking our for a solution, where in I can store the data in internal table and when ATP check is completed, transfer the changed price from internal table back to the sub-line.
    I am just looking into  RV61AFZB with user exit USEREXIT_XKOMV_FUELLEN. Appreciate any help in finding the user exit for this requirement.
    Best regards,
    Siva

  • User-exit for availablity check

    Hi Gurus,
    we have requirement to do ATP check for 301 movement type in MB1B for some specific plants only.
    I need to confirm if we can use this EXIT_SAPLATPC_002 in FM AVAILABILITY_CHECK_CONTROLLER to carry out this requirement.
    But I am not familiar on how to use this user-exit, what fields needs to be updated to trigger the ATP check?
    Thank you.

    Hi,
    I think you should use the exit "EXIT_SAPLATPC_001".  Inside this Enhancement Exit, you will get the list of Plants in table structure T_ATPSCX. The structure field CHKFLG( ATP Server: Flag - check requirement (yes/no)) will control the ATP check of sites based on its value.  You can disable the availability check of specific plants by updating the value of T_APTSCX-CHKFLAG to ' '.  Availability check will be carried out for the plants which have the value T_APTSCX-CHKFLAG = 'X'.
    Edit : The Warning message shown after availability check will be through the configuration.  Refer to table T156SC, field : KZVBP (Dyn.avail.check).
    Regards
    Vinod
    Edited by: Vinod Kumar on Sep 17, 2010 12:25 PM

  • BADI, User Exit before FI document is posted during GR posting in MIGO

    Hi Gurus,
    In transaction MIGO, whenever a goods receipt is posted, a corresponding FI document is then created. I am in need of a BADI, User Exit, or other forms of enhancements that is triggered before this FI document gets posted because I have to edit data in the header (BKPF) and detail (BSEG) part, specifically the fields BKPF-XREF1_HD (Reference key 1) and (BSEG-ZUONR) (Assignment).
    The field XREF1_HD is to be populated with the vendor number from MIGO (GOHEAD-LIFNR)
    The field ZUONR is to be populated with the PO Number from MIGO (GOITEM-EBELN)
    Regards to all,
    Joseph

    Hi,
    I am on 4.6C.
    We are using EXIT_SAPLF048_001 of enhancement F180A001 for the same.
    Please note that control comes here for no of SAP transactions, hence you need to take care of it by executing your logic only for a particular SAP transaction.
    I hope this helps,
    Regards
    Raju Chitale

  • CS - User Exit for initial checking for t-code IH10

    Hi all expert,
    I am new to CS, I want to know is there any user exit for CS, which can write my own authority check in the t-code IH10
    (Display Equipment: Equipment selection)
    I want to add a authority group in the Customer master, so that when using IH10, it check the customer's authority group whether the user have right to view the equipment which belongs to the customer.
    Thanks.
    Terry

    Hi,
       Its a std report, My suggestion would be not to disturb the current report, instead create your own report could be copy of IH10 & make the changes as required.
    Goto: OIAG to create your own authorization group ( make this field as mandatory while executing)
    find the free field in Customer Master Data ( if customer reserve fields are available- not reserved for any other purpose, you can use those fields for the same), map this field to "Authorization Group" field in ZIH10 ( Copy of IH10).
    Through work around , hope you will achieve this.
    Check with the abaper for the feasibility of the above suggetion.
    Regards,
    Reazuddin MD

  • User-exit for availbility check in SD - cross company

    Hi all,
    I have a issue regarding that we want to check the stock availibility at 2 different plants (belonging to 2 different company codes) as they were 1 plant. Meaning we want to do availability check across 2 plants. And when creating the delivery, the system should consider all batches from the 2 plants.
    Since this is not SAP standard we either need APO (this can do it) OR some user-exit tricks - have any of you ever done this?
    Please help me asap .....
    Best regards
    Lars

    Can u brief the query in detail without missing anything right from deliver creation .
    Material avaliablity stock is for a plant and storage location . and plant is defined under company code .
    We can check the stock avaliable for the plant and material in table <b>MARD for the field LABST</b> for the requirement .
    plant company code can be evaluated .
    a material can be present in two different plants .
    u can check table MARC and MARD for the same .
    check the user exits for the same .
    EXIT_SAPLV50R_001     
    EXIT_SAPLV50R_VIEW_001
    EXIT_SAPLV50R_VIEW_002
    Are u creating a Outbound/inbound delivery ?
    Brief the navigation so that it wil be easy for us .
    regards,
    vijay

Maybe you are looking for

  • Link Colour Not Visible In Designer View

    I have searched for an answer to no avail. This is my first attempt at creating a website. I have changed my link colours to reflect the overall design of my site however my links are still coming up in default blue. I used Modify --> Page Properties

  • How to find Oudated Logical Database

    Hello, How to findout wheather a  Logical Database is outdated or not. Anyone have idea for replace LDB TIF with new LDB. Waiting for response, Reg

  • Change the language in the systems to 32 bits

    I'm Mexican and I both a laptop two months ago both I need to Change the systems from 64 bits a 32 bits, when a Change it the language is in English and a need it in Spanish. I need your help to fix it, I have the CD original the both systems

  • Print only black and white on macbook pro from hp 1200

    how do i print only black and white from an internet site (safari) using only black and white.  i have a macbook pro and hp 1200 deskjet.  using os 10.9.1  thanks.

  • Disk Reads.

    Hi All, One of our user executing the following packages and it's doing many disk reads. Now, I am planning to pin this object in memory.My question is will that package able to reduce physcial reads? One thing, I like to ask is that the total elapse