Customer exit or BAPI for Loan Calculation repay

hi All,
I need to calculate the company loan repayments in a different way (which is out of the standard), Please let me know which customer exit or BAPI can make this possible.
Scenario:
Principal Amt = Rs. 10,000
Interest rate = 8%
Yearly Interest = 10,000 * 8% = 800
Monthly Interest = (10,000 * 8%)/ 12 (months) = Rs. 66.67
Now, if an Employee is asking for a 6 month period to pay-off the loan then the calculation will be :-
Principal Instalment = Rs. 10,000 / 6 (months) = Rs. 1667
Interest Instalment = Rs. 66.67 * 6 = Rs. 400
Total Instalment to be paid each month = Rs. 1667 + Rs. 400 = Rs. 2067.
Thanks in Advance
Amol
Edited by: Amolkumar Patil on Sep 17, 2010 11:38 AM

Check the table V_506P_B with Interval option.
If you are using payment type Loan Pament( Payroll)...check the table V_506P_B ..if you select Interval...... If you set this indicator for a payment type, the system also shows the column End Date in the Loans infotype (0045) on the Payments tab page. For the payment that you have specified with this payment type, this field End Date is ready for input. This means you can specify a start and end date for these payments. Within this interval system processes such a payment in each payroll period in the standard system.
Mohan

Similar Messages

  • User Exit or BAPI for Auto Backflush

    Hi,
    We have a requirement like-
    In backflush transaction (MFBF) for finish good we have many dependant materials that also need to be backflushed individually. To avoid this manual backflushing one by one we want to automate the process with the help of user exits available in SAP.
    Is there any User-Exits or BAPI by which we can acheive the above process automatically. Need some examples
    Thanks & Regards
    AK

    Hi,
    For MFBF there are sollowing user-exits....
    XMRM0001 - Backflushing in Repetitive Manufacturing.
    PTRM0001 - For lead column in REM planning Table.
    SAPLRMPU - Customer Exit for Article Staging.
    Reward points if useful....
    Regards
    AK

  • User,Customer exits or BADI for IDOC Type - CRMXIF_ORDER_SAVE_M01 in CRM

    Hi Friends,
    We are creating teh EDI Sales order in CRM using below details:
    Basic Type - CRMXIF_ORDER_SAVE_M01
    Message Type - CRMXIF_ORDER_SAVE_M
    Functional Module  - IDOC_INPUT_CRMXIF_ORDER_SAVE_M
    Direction -Inbound
    We need to customize the values for the IDOC,
    Can any one help  us in providing the details on any Customer Exits , User Exits and /or  BADIs for the abov ementioned FM.
    We greatly appreciate your early responce.
    Thanks
    Vijay

    Thanks Naresh, it helped...
    Can you please help on the below:
    1. For outbound Sales order IDoc- CRMXIF_ORDER_SAVE_M01,need BADIs for modification of the IDoc before it gets generated.
    2. Need program to generate output as outbound IDoc- CRMXIF_ORDER_SAVE_M01  for sales order conformation/acknowledgement.
    3. Need a BADI after the EDI Sales order is saved.
    Thanks in advance
    Vijay

  • Customer exit not working for variable

    hi ,  i have created the variable with customer exit,options for variable are optional and ready for input checked.when in debugging mode the value in exit i_vnam is having value of the variable but in the second time it dont have.so i cannot go the code after user inputs data. please solve.

    Hi vijay pilli,
    Custome exit means  by writing code you have to populate the value by specifying a value directly or from the user input.
    for example :
    when ever user runs the report he need to see only for that current year sales revenue.So, for this create a variable for 0calyear > customer exit> clear the ready for input>
    here based on sy-datum we will get the current year.
    when variable
    l_s_range-low = Sy-datum+0(4).
    l_s_range-sign = I.
    L_S_RANGE-OPT = EQ
    Append L_S_RANGE TO E_T_RANGE.
    Regards
    Sree

  • Customer Exit or BADI for PP61 (Shift Planning) for Saving action

    I have a requirement to enhance PP61 (shift planning). First of all this program accepts any update of attendance for values before than current date, i think it should not happen by default.  Thus we have to disable editing or display an error message when any user updates values for previous dates than today. I tried HRBAS00INFTY Badi but didn't get solution. Please give any Customer Exit or BADI name for this purpose.

    i have tried BADI - HRPAD00INFTY but it does not have sufficient parameters for this requirement. And i don't understand EXIT_SAPFP50M_001 or 002 use...can you expalin me how it will help out my problem?

  • Customer exit in APO for current month in query

    Hi,
    I need to create a customer exit which automatically restricts 0calmonth on the current month in a query.
    How should I do this APO?
    Most important, Which table should I use to find the input, i.e current month and year?
    If possible please provide some code to show the solution.
    Best regards,
    Sebastian

    Use the standard SAP exit 0I_CLMTH.

  • BAPI for VAT Calculation

    Hello Everybody,
    I just have one question and hope that somebody know the answer.
    Namely, I will need to have a BAPI which will calculate tax amount (VAT amount) based on (Net) Amount in the GL coding line.
    Are there maybe some BAPIs which can be used to utilize VAT (tax) amount calculation.
    Thanks in advance.

    If you can share the pricing procedure (TCode V/08), then may be I can try to give suggestion without going for any enhancement.  Also, let me know how it is calculating currently.
    G. Lakshmipathi

  • User Exit/BADI/BAPI for ME51n

    Hi Experts,
           My requirement is somewhat like this: I need to capture all the EBAN and EBKN data for a NEW PR created. Could you please tell me which User Exit or BADI or BAPI can be used to capture the details AFTER the SAVE button is pressed in ME51N (Create PR)? Most probably it should one of the last ones called just before insertion into the database??!!
    Thanks a lot in advance. Your input would be of great help.
    Amrita.

    Hi
    For PR creation ME51N will call BAPI_PR_CREATE.
    For more information, refer to the interface documentation: IF_EX_ME_BAPI_PR_CREATE_02
    Standard settings
    The BAdI can be used multiple times.
    There is no default implementation.
    Information about the implementation of BAdIs in the context of the Enhancement Concept is available in the SAP Library for SAP NetWeaver under BAdIs - Implementation.
    Example
    The class CL_EXM_IM_ME_BAPI_PR_CUST is available for an example implementation

  • Custom exit or badi for changing the user fields in operation of process order

    Hi all
        I want to find a exit or badi to set default value to the user fields in operation of process order when COR1.
        I have tried exit 'PPCO0001', but this exit is call after commit work, so I can not change any thing
        I also tried to use badi 'workorder_update', 'before_update', but all parameters in this BADI are importing, can't be changed, I've tried to change it and then program dump.
        Do you have any solution for this question?
    Thanks

    Do a Implicit Enhancement at the PBO of this subscreen.

  • SAP Custom Funtion or BAPI for autometed FI Parking through FBV1

    Dear All,
    I am trying to create the custom function for automated parking which is done through currently FBV1.
    If anyone has already created the same function I need the details for same.
    I have used dfollowing standard functions but not able to create the same.
    PRELIMINARY_POSTING_FB01
    BAPI_INCOMINGINVOICE_PARK
    BAPI_ACC_DOCUMENT_POST
    Can anyone help me to create this custom function.
    Regards
    Vishnu

    Hi
    You can use BADI AC_DOC_POST.. Pardon me, i dont remember the name exactly.. You can search the badis in SE18 based on this name
    Ask your abaper to write the code  so that when the COMMIT happens, it also updates the Z table
    Other Options: BTE 1120
    br, Ajay M

  • User Exit, Badi, BApi for MD01

    Hi,
    I got a requirement for running MRP at PLANT LEVEL. I have developed an userexit such that when its triggered it will
    consider only HALB and FERT Materials and not for ROH ( ie Pur.Req will not be generated ) and in the same way my
    client want the next userexit such that while running the MRP it should consider only ROH ( ie Pur.Req should be
    generated ) and  Planned Order for HALB and Fert should not generated.  I couldn't do this requirement in userexit
    without exploding the BOM .( I feel only if we explode the BOM PR will be generated, but my client don't want planned
    order generated for HALB and FERT materials )  ( i cannot use md02) Can anyone tel me the logic or the Method
    possible to meet this requirement.

    I need to implement the same for ROH type of object
    Can u tell me how to do this...

  • ABAP HR: User exit or BADI for company loan calculation

    hi All,
    I need to calculate the company loan repayments in a different way (which is out of the standard), Please let me know which customer exit or BAPI can make this possible.
    Scenario:
    Principal Amt = Rs. 10,000
    Interest rate = 8%
    Yearly Interest = 10,000 * 8% = 800
    Monthly Interest = (10,000 * 8%)/ 12 (months) = Rs. 66.67
    Now, if an Employee is asking for a 6 month period to pay-off the loan then the calculation will be :-
    Principal Instalment = Rs. 10,000 / 6 (months) = Rs. 1667
    Interest Instalment = Rs. 66.67 * 6 = Rs. 400
    Total Instalment to be paid each month = Rs. 1667 + Rs. 400 = Rs. 2067.
    Thanks in Advance
    Amol

    Thanks for your answers.
    I need to make validations for send error messages and i can not use FI Validations and Sustitutions because i send several differents messages  and wuold need N steps (one step for each message).
    The enhancement points called in CHANGE_TO_MODIFY are executed when ok-code is 'CHAE' that is when the user calls FB03 and then change to modify mode for make changes like if he goes to FB02 , but these enhancements are no executed any more when the data changes are made and user press save.
    I already found some enhancement executed just before data saving (it's in FORM belegsummen_pruefen) so i make the validation and send the error message , but when error message appears the screen get protected so the user can not change any screen field for make the data corrections.
    Best Regards
    Frank

  • Looking for an ABAP-code for the customer-Exit Variable

    Hello,
    I have defined a Variable (Interval) which should be processed through Customer-Exit on characteristic Supplier-Date (date format). This Customer-Exit Variable is called ZDATE.
    We have another time characteristic Fiscal year / period (0FISCPER) which has single mandatory input variable for ex.  003.2011. This input variable is called ZFISCPER.
    Now I have to write an ABAP-Code where the customer exit variable ZDATE is derived (fiscal last year to last period) from input variable ZFISCPER in INCLUDE ZXRSRU01.
    Means when the input variable (ZFISCPER) is 003.2011 then the customer exit variable ZDATE should be calculated in INCLUDE ZXRSRU01 as 01.01.2010 u2013 28.02.2011 (fiscal last year to last period).
    Since I am quite new in ABAP, I will be grateful if you could write me sample ABAP for this.
    Many thanks.

    Hi,
    should be something like:
    DATA: l_s_range TYPE rsr_s_rangesid,
    input LIKE sy-datum.
    When 'ZDATE'
    CONCATENATE '0101' 0FISCPER+3(4)-1 into l_s_range-low. "You get 01012010
    CONCATENATE '01' Fiscper+1(6) into input.                            "You get 01032011
    l_s_range-high = input-1.                                                     "You get 28022011
    APPEND l_s_range TO e_t_range.
    Greetings
    Roman

  • Function module needed for customer exit variable need to use in Bex report

    Hi Experts,
    I have a requirement where i need to get Cummulative result between two interval periods.
    If user gives single mandatory input value - 002-2009
    for one Scenario:-
    Project start Date   untill Pervious year i.e  December 2008
    Where project start date will get from one of the field in my BW CUBE
    can anyone help for the customer exit function code for this scenario. As i am into BI i dont have idea in ABAP.
    Please help sample cod for this .
    Thanks,
    Anil.

    I had created one customer exit which had fullfill my requirement.

  • Do we write variable customer exits for virtual key figures in Bex?

    Hi all,
    Am I thinking the right here " We write variable customer exits in CMOD for virtual key figures in BEx " or am I totally wrong. If thats the case where do we write it.
    Thanks,
    JB

    Nevermind

Maybe you are looking for

  • View with selection conditions with system fields.

    Hi Experts, I have a view. Now i want to control the data that is selected using 'Selection Conditions'. here i want to use system field SY-DATUM. My requirement is  i want to control the output like Valid_From_Date GE SY-DATUM and Valid_To_Date    

  • Why is my old Apple ID showing for iCloud account after IOS7 update?

    So, about a year ago I switched from a local internet service provider to Google Fiber.  As such, my email account from the internet service provider was shut down, and I moved my email to a Gmail account. I used to have my Apple ID set to ABC123@isp

  • Adobe Acrobat X Pro freezing

    I work at a company that currently that 300 users use Adobe Acrobat X on a Windows 7 Professional 64 Bit. As of the last week or so, multiple users have had issues of Adobe freezing and crashing making it unuseable.  This has happened when trying to

  • Re-building library prob

    My zen micro has been acting up. First, it wouldn't turn off and all the keys were not functioning. So, I took the battery out and put it back in. It said it was 'rebuilding library' but it stopped half way through and said 'Firmware Problem'. Can so

  • Airport express wont hold

    Airport express won't hold the change to extend a network. I have restarted many times and still flashes amber. Please assist. thanks