User Exit for checking Purchase Requisitioner Field in CJ20N Transaction

Hi,
I want user Exit for checking Purchase Requisitioner field while making PR through CJ20N transaction. I have trie EXIT_SAPLEBND_001 user exit. Problem in this user exit is I am not getting Purchase Requisitioner No & Item No in I_CEBAN
structure.
Please suggest what to do ?
Regard's
Shabbir

Hi,
You can check with this BADI ME_PROCESS_REQ_CUST. 
Kindly refer below mentioned link for further details:
Badi ME_REQ_POSTED  For CJ20N Transaction
Hope this will help you.
Regards,
Mudita

Similar Messages

  • User exit for checking the vendor emailid in me22n or me21n

    hi all,
         can anybody suggest me a user exit for checking the email id of the vendor in me21n or me22n or me29n.
       plz suggest me a solution its urgent.

    hi yaan,
           i checked with the user exit that u suggested me, it is getting triggered, i am able to check whether the vendor email id is present or not, but this is happening all the time that is even when the user dont want to send a email to the vendor i.e. he just wants to print the purchase order, even at that time this user exit is getting triggered and giving a message that the vendor email id is not maintained.
      the reson why this is happening is there is no import parameter to this user exit which gives the "medium of data transfer"  the user has entered. if i get this parameter visible inside the user exit, then i can check this parameter inside the user exit and do the required operation.   i checked up with all the user exits in "me" package and even the other related packages but none of them is getting triggered,
      do u know a user exit or badi which imports this parameter and also gets triggered at the time of creation of purchase order.
      plz give me a solution.
    regards,
    santosh.

  • User Exit for getting Purchase Requisition Release Strategy

    Hi Experts,
    When a user creates a PR I need to know the user exit I need to implement so that the First Approver (Processor) text  in the Release Strategy is populated from a custom table. I have seen that the field is MEREL_S_GRID1-STEXT. I also need to know if I can implement a user exit so that it pulls the release strategy for a PR for assets (Acct Category A) since it is pulling for Acct Category K (Cost Centre) and the Release Strategy tab is appearing in this case.
    Kind Regards,
    Darlington

    Hi Meenakshi,
    Thanks for the very useful answer. It has given clues on how to resolve this issue. I have resolved this issue for the Asset item category using the following thread: user exit for requisition release strategy, and also SAP Note 365604.
    However, I have another issue, the release strategy for Stock Items, (item category blank) is not pulling through. I need to use the same method above but would like to know how it determines the funds centre for a specific stock item. I couldn't find where that is implemented in the material master and I need info on how to determine the account assignment for stock items based on the funds centre.
    Regards and Thanks.

  • User exit for inventory to incorporte field in LI20

    Hi experts,
    In LI20, we celar the differences in WMS. here system is showing the % and it not showing the quantity and it is not in layout.
    My client is aksing to incorporate that field Quantity.
    As per my developement team there will be user exit for inventory. Can any body help on this issue or is there any way to
    acheive this issue.
    Thanks in advance.
    Thanks
    Raghu

    Hi Raghu,
    You can actually get this information via transaction LX17. In there you can change the shown layout and add additional fields such as book quantity (total quantity) and counted quantity. There is also LI13n where you can see the counted quantities.
    Hope this helps.

  • User exit for checking creation of prod. order reference to sales order?

    Hi all,
    What are user exit suitable for checking creation of prod. order reference to sales order to have the same plant. If plant not the same, an error message should appear.
    thanks.

    Hi,
    user exits:
    PPCO0003  Check exit for order changes from sales order
    PPCO0007  Exit when saving production order
    Regards,
    Vivek

  • Search user-exit for create purchase order

    Hi all,
    i'm searching the user-exit (or BADI) for create purchase order.
    Thanks for help.

    Hi CECG,
    GOTO SMOD and press F4
    then Click on  Information system
    and in the Package name give as     ME
    and press enter.
    you will get all user exits for Purchase Orders
    Hope this solves your problem.
    Please reward points if found helpful.
    Thanks and regards,
    Rajeshwar.

  • User exit for check/save/hold in Purchase order

    >The client requirement is like this :-
    >The client has development a Order Approval Form process and want the user to create all the purchase orders having value all inclusive value of Purchase order above Rs. 300000/-.
    >The user should not be able to save/hold/modify any purchase order above Rs. 300000/- in normal SAP through tcodes ME21N, ME22N, ME23N.
    >For this we need to use a user exit and flash an error message that PO value is above Rs. 300000/-, hence please process the purchase order in OAF.
    >Can any one please provide details of which user exit to use for the above scenario.
    >Thanks in advance
    >AJ

    BADi:ME_PROCESS_PO
    Method: PROCESS_HEADER
    PROCESS_ITEM
    Or
    BADi:ME_PROCESS_PO_CUST
    Method: PROCESS_HEADER
    PROCESS_ITEM
    Call your ABAPer to do the same.

  • User Exit for PO (Purchase Order) Change

    Hi,
    I want to know the SAP Standard User Exit that is triggered ONLY during changing / modification of PO(Purchase Order).
    Thanks in Advance.
    RK

    ME_PROCESS_PO_CUST
    use above BADI for ME22N/ME21N,often we use method PROCESS_HEADER
    PROCESS_ITEM our most of the requirement meet by these methods only,check once if your requirement does meets with these two methods?
    if not than you may implement some more method which are in ME_PROCESS_PO_CUST, for more help you may read documentation,there is well enough documentation already there for each method.
    and for ME22/ME21 you may use
    ME_PURCHDOC_POSTED
    and method POSTED.

  • User exit  for checking  Goods Receipt, Non-Valuated when creat po (ME21N)

    Hi All:
    I want to check the field of Goods Receipt, Non-Valuated when i create PO with ME21N.
    It require as plant and Account assignment category
    For example,  plant A and account assignment  category (K), I want to check it.
    How can I do this?
    Please help me.

    No need for any user exit ,  you can copy the account assignment category "K"  and make your own , in that  account assignment category you can tick "GR-Nonvaluated" ,  then whenever you create a PO with this category "GR-Non Valuated"  will come ticked automatically.
    Regards
    Raviraj

  • ME21 User Exit to check/validate WEPOS field

    We want to use ME21 transaction for simple purchasing
    We want to build a small enhancement to check the GR indicator (WEPOS) based upon a threshold order value
    Does anyone know a user exit, badi or alternative that will allow us to import and export this value?
    Thanks
    Steve

    Dear Steve,
    If there's a requirement to change the indicator agains a specific condition, you can define the condition in the exit, then create a Z* program that contrain a BDC of change PO (ME22), and in the Z* program you can check to the exit condition, if its meet than the GR indicator can be unticked, cause you'll need also to check , whether GR has take place for the PO or not and other condition, so you need to things to do.
    1. add condition logic in the exit
    2. create a Z* program to change the WEPOS flag(using BDC code ME22--> its more recommend cause you use the standard SAP trx) and you can schedule the Z* program to run background.
    Regards,
    w1n

  • User-Exit for Checking Customer and Sale order type in Sales Order Creation

    Hi Experts,
      While creating the Sales Order once i enter sold-to-party and enter line item, i have to check the customer against the sales order type.
    Please suggest me if any user-exit or enhancement or BADI available for it.
    Thanks & Regards,
    -VM

    Hi
    Follow the below steps to find out what all BADI's are called when you press any button in any transaction.
    1) Goto se24 (Display class cl_exithandler)
    2) Double click on the method GET_INSTANCE.
    3) Put a break point at Line no.25 (CASE sy-subrc).
    Now
    4) Execute SAP standard transaction
    5) Press the required button for which you need to write an exit logic, the execution will stop at the break point.
    6) Check the values of variable 'exit_name', it will give you the BADI name called at that time.
    7) This way you will find all the BADIs called on click of any button in any transaction.
    mark if helpful
    Regs,
    Tushar Mundlik

  • MIGO: user exit for checking batch number

    Hello,
    When using MIGO to do goods receipt (101 mvt) I need a user exit in each time a line is added to check the batch number entry. If the batch number is empty for certain materials issue a error message to the user.
    Thanks,
    Peter

    where is your problem then?
    If you create batches automatically with 101 ,then each line will get its batch from SAP, no need to check if there something entered manually.
    Why do you customize auto creation of batches, while you want the user to enter the batches manually?
    can you give a bit more background?

  • User exit for check on partners selected

    Hi ,
    Can anyone please guide me on how to perform a edit check when either SP or ZT partners
    are selected. That is i need to restrict the user to be able to make selections from only certain partner list . SAY if SP partner type then only X and if ZT only Y.
    What is the user exit? and how to approach suggestions please.
    Thanks,
    Das.

    use an ehnacement for this: V09A0003 or V09A0004
    remember to set the partner determination schema accordingly.
    reward if helpful
    regards
    roberto mazzali

  • User Exit for checking GI in work order

    Dear PP Gurus,
    When user is doing confirmation for production order, system should check whether GI has been completed for that confirmation quantity. If not, system should prompt for eror message that GI has not completed.
    Can anybody please tell that User Exit which can be used for this.
    Thanks & Regards

    Hi,
    For this purpose, we can use the below enhancement:
    Enhancement - MBCF0002
    Functional Module - EXIT_SAPMM07M_001
    Include - ZXMBCU02
    you need to incoporate the logic..
    refer below thread, may be useful..
    How to stop the goods receipt before issueing the goods for production orde
    Regards,
    Siva

  • User Exit for validating overall limit field and expected limit field-ME2xN

    Dear Gurus,
    Can you please suggest me any user exit or BAdi to validate the overall limit field and expected limit field in transaction ME2xN.
    Or any other way to to achieve this functionality in ME2xN.
    Our Requirement is while raising a service PO in the Limits tab the 'Overall limit' should be same as 'Expected Value', at present the user can enter overall limit greater than 'Expected Value'.
    Regards,
    Priyank Joshi

    this will not work. you cannot add another structure (AUFK) on top of CEBAN. all characteristics have to be of one structure and since you want to release a PR it has to be CEBAN. before attempting to program something around that why do you not go to tx. OLME -> PR -> Release Strategy -> With Classfication -> Release Strategie and run it in a simulation mode. you will then see how it reacts.
    there's a white-paper on service.sap.com explaning in detail release-strategies. it's a good one and a good read too!

Maybe you are looking for

  • Text Determination at Sales Order Initial Screen

    Dear Gurus, I want to have the text from the material master at the Initial Screen of Sales Order rather than at Header/Item Level. Plz. let me know the procedure for the same. Thanks in advance. Hari

  • Opening video (MPEG) files on a Mac

    I recently switched from a PC to IMac. Transferred all my video files to my Mac but each time I try to open one I am told it can not be opened as Quicktime does not recognize the file. Any help appreciated

  • Reading a text file in archive in jar

    Hi, I am unable to read a text file in my jar archive. Example code: try InputConnection con = (InputConnection) Connector.open("file://text/info.txt", Connector.READ); InputStream in = con.openInputStream(); StringBuffer buf = new StringBuffer(); in

  • How to add new fileds in Output :

    Hi I have copied COOISPI Transaction (Program PPIO_ENTRY)  into a new transactiopn. I have restricted the selection criterial to particular fields. Now i need to add extra fields to the output.The output screen it self it is a standard program.The pr

  • New Monitor

    Hi, I have a Sun Blade 150 workstation with a Sony G410 monitor attached. However, I found that when I tried to conect to an old NEC FE700 multisync monitor, the screen went black. It could be the frequency problem. Do you know how I can reconfigure