Need Fcode in User Exit For Infotype

Hi,
I am writing a User exit for Infotype 0002 at Customers Site. I need Fcode to realize a specific logic. I am using the exit PBAS0001 for this purpose. can anyone tell me how to I get Fcode so that I can use it in the code ?
Regards,
Suma

Hi Suma,
sorry that i posted the false BAdI.
You have to use HRPAD00INFTY. That is for PA.
The BAdI HRBAS00INFTY is for PD/OM.
Regards
Bernd
But there is no paramter ok_code
Message was edited by:
        Bernd Köhn

Similar Messages

  • User exit for infotype 21

    i  want o find out user exit for infotype 21   for the time and  Absences  plsea help me out

    >
    SANDEEP JADHAV wrote:
    > Not working   man , when i used  infotype 21  and using subtype     i am getting  "  Creating   Absences "  screen   
    >  now  i am entering time and   Absences  hours when i save the entries  , now on that spot i want to find  out  user exit  but i am unable to get it
    >
    > Please help me out
    You meant infotype 2001, right?  the User exit  EXIT_SAPFP50M_002 works perfect or you could try the AFTER_INPUT method of the BAdI HRPAD00INFTY
    ~Suresh

  • NEED VL02N VL09 USER-EXIT FOR DELIVERY COMPLETE INDICATOR IN PURCHASE ORDER

    I NEED VL02N VL09 USER-EXITS FOR DELIVERY COMPLETE INDICATOR IN PURCHASE ORDER POSITIONS.
    F.X: IF POST QUANTITY 10, BUT PURCHASE ORDER POSITION QUANTITY 30, I NEED AT ANY CASE TO SET DELIVERY COMPLETE INDICATOR FOR RELEVANT OUTBOUND DELIVERY AN P. ORDER POSITIONS.
    THANKS/

    Hi Malka,
    It's possible set the system to mark automatically the delivery completed indicator.
    First you need to set the under delivery and over delivery tolerances.You do this in customizing:
    Materials Management under Purchasing -> Material Master -> Define Purchasing Value Keys.
    Once you set this, you can insert this value keys on Material Master Record for the materials.
    When you create the PO with a material with this value keys set the system will check the under delivery and over delivery set on customizing.
    In customizing you also have the option to let the system mark automatically the delivery indicator based on delivery tolerances set.
    In Customizing for Inventory Management and Physical Inventory under Goods Receipt -> Set Delivery Completed Indicator, you can determine for each plant whether the system automatically sets the delivery completed indicator for delivery quantities within the underdelivery and overdelivery tolerances.
    You can test setting the under delivery for 0 (with a warning message) and see if the system will only mark delivery complete only for over delivery.
    You can also work with the following Badi: MB_GOODSMOVEMENT_DCI. This Badi also allows custom logic for setting the delivery completed indicator in a PO item.
    Message: M7 433 (The "delivery completed" indicator is set for the purchase order item)
    Regards,
    Rodrigo

  • How to find the user exit for infotype 2013 ?

    Hi All,
    How to find the user exit in infotype 2013? i want to change the drop down list default value in infotype 2013.
    Thanks,
    Srikanth P

    reward points if useful
    User exit name is PBAS0001.
    code should be written in ZXPADU01 for PBO
    ZXPADU02 for PAI.

  • Need to find user exit for Auto TO creation

    Dear SAP WM experts
    I need to filter the TR getting converted into TO automatically
    I can see, in configuration, that an exit is suggested for the same:
    This configuration refers to OMKZ transaction, package LVSC
    When I search using the same in SMOD, I do not get any entries
    Any help would be appreciated!
    Thanks
    Yogesh.

    Hi Yogesh!
    For "Automatic TO creation (background processing)", the following user exits are available:
    MWMTOAU1 Selection of requirements for automatic creation of orders.
    MWMTOAU2 Reference number assignment.
    MWMTOAU3 Selection of posting change notices for automatic creation of transfer orders.
    See Develop User Exits for Warehouse Management - Warehouse Management - SAP Library
    My guess is, that the MWMTOAU1 user exit is the one you are looking for.
    The SAP documentation says:
    "With this user exit, you can select transfer requirements for the
    automatic TO creation according to your own criteria by means of report
    RLAUTA10."
    Best Regards!
    Tim Lutz

  • User-Exit for Infotype 0045

    Hi,
          In infotype 0045 (loans) there is a field for Intrest rate on the loan..as of now this field is a drop down...is it possible through some user-exit to change the type of the field from drop down to input field so that user can enter the intrest rate manually
          awaiting your reply and thanks in advance
    regards
    Sai easwar

    HRPBAS01               User Exit for HR Master Data
    HRPC0001               HR: PC download authorization
    HRRPAI01               User exit for FB HR_ENTRY_DATE and HR_LE
    PARA0001               Enhancement for Determining the Number o
    PARA0002               Enhancement for Calculating Annual Salar
    PBASRP01               PA: User exit distributed reporting
    PBAS0001               PA: Pers.Admin./Recruitment: Default val
    PBAS0001               PA: Pers.Admin./Recruitment: Default val
    PBAS0002               PA: Enhancements for Personnel Administr
    BADI           BADI_PERSONID_EXT                          SAPMP50A                         Dynamic call
    BADI           EXIT_NAME                                  SAPLHRBAS00UTILITIES/LHRBAS00U   Dynamic call
    these are the available exit here!!
    gunjan

  • Reg User Exit for Infotype 8

    Hi,
    I have created two custom fields on infotype 8, i need populate on fied with base salaryBonus(from infotyp 14) and the other field  should be  the total of all line items on Infotype 8 ( Base salary shift differentials(permiums).
    In order to do this, i searching for user exit , can anyone help me in doing this ..please
    Thanks
    Kisu

    Hi,
    I looks into the exit.It seems it is doesnt get tigger while going through the PA40.I dont know is it possible or not but I need to do while going through the actions. when the user in pa40 goes through some actions and reaches infotype 8 and enters and the values and press enters ,at this moment I need to find the Exit that gets tiggers and calculates the values and populates the custom fields on 0008.
    I would like to know is it possible to do so..?
    Thanks
    Kisu

  • User Exit for Infotype 008

    Hi,
    I want userexit or BADI for Infotype 008. my requirement is i want to throw error if the user enters basic pay more than 15000 based on payscale type.
    Any one send me the solution .
    Regards,
    Srinath

    You can also create an enhancement if there is no BADI or userexit available. Just check the implicit enhancement options of that screen.
    E.g. There is one module CHECK_ANSAL which is executed if there was a change to the salary. In that module routine CHECK_ANSAL is called. In that routine right at the beginning and at the end there are two enhancement points where you could plug in whatever code you need.
    To check if a form has any enhancement points go to menu option PROGRAM - ENHANCE. Then choose menu EDIT - ENHANCEMENT OPERATION - SHOW IMPLICIT ENHANCEMENT OPTIONS.
    Select the main report which is MP00080 and set the cursor on the line where you can see lots of """""""""""""""""""""""""""""""""""""'
    Go to menu EDIT - ENHANCEMENT OPERATION -CREATE and that will allow you to create an enhancement in the code where you can then plug in whatever code you need. This code will always be executed whenever that module is called.
    Note that this is not a modification, just see it as a kind of user exit where you have access to all the variables the standard routine has access to.
    Hope that helps,
    Michael

  • User exit for infotype 2002

    Hi ,
    The requirement is making the WBS Element field mandatory ONLY for infotype 2002 cost assignment pop up in pa30.Is this any user exit check.
    regards,
    srinivas

    Hi srinivasarao,
    1. Enhancement name is PBAS0001.
    2. Inside this FM is
       EXIT_SAPFP50M_002
      (for checking while saving)
    regards,
    amit m.

  • User exit for Infotype 0102 - Grevience

    Hi all,
    I have a requirement where i have to put a check on infotype 0102 - greivence NA through user exit EXIT_SAPFP50M_002 .
    The check is that if the user enters a personnel number , grievence number and a stage for which the record alreday exist in the table for the same personnel number , then system should pp up an error message.
    I wrote the below code in EXIT_SAPFP50M_002 :-
    data : i0102 like p0102 occurs 3 with header line,
    begin of fs2,
    pernr like p0102-pernr, grnum like p0102-grnum, grstg like p0102-grstg,
    end of fs2.
    CASE INNNN-INFTY.
    WHEN '0102'.
    MOVE INNNN TO I0102.
    LOOP AT SCREEN.
    SELECT PERNR GRNUM GRSTG FROM PA0102 INTO corresponding fields of fs2 WHERE PERNR = I0102-PERNR.
    IF fs2-GRNUM = I0102-GRNUM ANd fs2-GRSTG = I0102-GRSTG.
    MESSAGE 'A record already exist for selected combination of Grievence Number and Stage' type 'e'.
    endif.
    ENDLOOP.
    ENDCASE.
    Here system is throwing an error as " i0102 and innnn are not mutually convertible".
    I tried to use a metod :
    <b>cl_hr_pnnnn_type_cast=>prelp_to_pnnnn</b>
    but still same error :
    call method cl_hr_pnnnn_type_cast=>prelp_to_pnnnn
    exporting
    prelp = innnn
    importing
    pnnnn = i0102.
    MOVE INNNN TO I0102.
    LOOP AT SCREEN.
    SELECT PERNR GRNUM GRSTG FROM PA0102 INTO corresponding fields of fs2 WHERE PERNR = I0102-PERNR.
    IF fs2-GRNUM = I0102-GRNUM ANd fs2-GRSTG = I0102-GRSTG.
    MESSAGE 'A record already exist for selected combination of Grievence Number and Stage' type 'e'.
    endif.
    ENDLOOP.
    Please suggest what to do.
    Thanks and regards
    Ribhu

    Hello Ribhu
    Perhaps the following coding may be useful:
    * define local data
      DATA:
        ls_p0102      TYPE p0102,
        fs2           TYPE pa0102.
      CALL METHOD cl_hr_pnnnn_type_cast=>prelp_to_pnnnn
        EXPORTING
          prelp = innnn
        IMPORTING
          pnnnn = ls_p0102.
      "  LOOP AT SCREEN.  " ???
      SELECT pernr grnum grstg FROM pa0102
        INTO CORRESPONDING FIELDS OF fs2
        WHERE pernr = ls_p0102-pernr.
        EXIT.
      ENDSELECT.
      IF ( fs2-grnum = ls_p0102-grnum    AND
           fs2-grstg = ls_p0102-grstg ).
        MESSAGE e398(00) WITH text-err
          RAISING error_occured.
      ENDIF.
      "  ENDLOOP.  " ???
    Regards
      Uwe

  • User Exits for Infotype 8

    Hello Experts,
    Please can anybody advise about the available user exits or includes for Infotype 8?
    Many thanks,
    Regards,
    Anjali.

    Hi Anjali,
    User exits in PA30-
    More relevant for IT0008:
    PARA0001
    PARA0002
    PBAS0001
    PBAS0002
    HRPBAS0001
    Less relevant:
    HRPC0001
    HRRPAI01
    PBASRP01
    Regards,
    Dilek

  • Need BADI or USER EXIT for VT02n

    HI Friends,
    I'm writing a driver program for a ouptput type ZET1 (interface) the tcode is VT02N .
    In menu bar: goto--> output here i've give the output type and save.
    My Problem is, if there is any error on the driver program, it should be displayed the error msg while pressing  the save button.
    is there any BADI or User Exit.
    Thanks & Regards,
    Vallamuthu.M

    Hi,
       Check the below BADI's
       BADI_LE_SHIPMENT                        BadI: Shipment Processing
       BADI_V56N                                     User Exit Transport - Message Determination
    Regards,
    Srini.

  • User exit for infotype 8

    Hi,
    for specific country employees I want to add new field on basic pay screen to calculate new annnual salary based on some customer rules using uer exit. How shall i go about this?

    Hello
    For that you can access the P0008 structure in the PBO of your Z program generated, based on which you can do the calculation. Or else you can access the P0008 from the call stack of your program run.
    Also, you can use the exit ZXPADU02 which gets triggered for all the infotype. But put a check on IT0008 for your requirement.
    - Ranganath

  • User Exit for  Infotype 2006

    Hi,
    I have the requirement to change the deduction date( from/to date) 3 months ahead
    of the start date and enddate whenever the user enter it.
    pls help me out with the issue .

    Hello,
    Can anybody help me out with the above scenario ?????????/

  • User EXIT for sold-to-party in Va02

    Sir,
    In Transaction Code VA02. ( Change Sales Order ) . In that double click on Sold-to-party . It will open
    partner screen ( tab view ). In that again double click on partner  number or name or street that is
    First row. It will open one screen in CHANGE  mode ( total address of customer ) .
             This address we want to keep in DISPLAY MODE through USER EXIT . 
            Please tell me, how I can modify change mode into display mode.

    Hi Manoj,
    I dont think you need to use user exit for this.
    Instead you can go to following Path in ABAP :
    IMG-->Cross-Application Components>SAP Business partner>Business Partner>Basic Settings>Field Groupings-->Configure Field Attributes per BP role.
    Here you can disable the field for input.
    Please try this and let me know if this could solve your problem.
    Regards,
    Nikhil

Maybe you are looking for

  • Not able to install OS X mavericks

    Hello All,      I have tried to install OS x mavericks on my macbook air, but wasnt able to install. When I try to download OS from App store, it shows to install app, but nothing happens after I click on it. Also, in purchases tab of App store, I se

  • Billed line items appearing again

    Dear Expert, We are using SAP 4.6 Version, Delivery has been created with four line items and two line item has been billed and accounting document also partially cleared, when we go for the invoice for rest of the line items in the delivery document

  • RDBMS Security realm 6.1-8.1 migration

    I am trying to migrate a RDBMS security realm from WLS6.1 to WLS8.1. Having followed the instructions in http://e-docs.bea.com/wls/docs81/upgrade/upgrade6xto81.html#1066711 I am now able to boot WLS8.1 and see encouraging signs such as the 'Compatibi

  • Order in progress for two weeks after the appointm...

    Hello, I have ordered BT Broadband on the New Year's Day. The appointment has been set for for two weeks ago - the Kelly Communications technician couldn't set up the line as there was a (unidentified) fault at the Exchange. The day after an Openreac

  • HTTPS/Bluetooth/Proximity

    Instead of the ultrasonic token having the proximity app use htttps could we have it use Bluetooth? That way users that are non-employees (can not get on the network) that are part of the meeting can connect the app to the TP endpoint?