SAP EXIT_SAPLEA61_002 Function Module for IS-U: Modify Due Dates of a Budget Billing Plan









EXIT_SAPLEA61_002 is a standard exit saplea61 002 SAP function module available within SAP R/3 or S/4 Hana systems, depending on your version and release level. It is used for IS-U: Modify Due Dates of a Budget Billing Plan processing and below is the pattern details for this FM, showing its interface including any import and export parameters, exceptions etc. there is also a full "cut and paste" ABAP pattern code example, along with implementation ABAP coding, documentation and contribution comments specific to this or related objects.


See here to view full function module documentation and code listing for exit saplea61 002 FM, simply by entering the name EXIT_SAPLEA61_002 into the relevant SAP transaction such as SE37 or SE38.

Function Group: XEA61
Program Name: SAPLXEA61
Main Program: SAPLXEA61
Appliation area: E
Release date: N/A
Mode(Normal, Remote etc): Normal Function Module
Update:



Function EXIT_SAPLEA61_002 pattern details

In-order to call this FM within your sap programs, simply using the below ABAP pattern details to trigger the function call...or see the full ABAP code listing at the end of this article. You can simply cut and paste this code into your ABAP progrom as it is, including variable declarations.
CALL FUNCTION 'EXIT_SAPLEA61_002'"IS-U: Modify Due Dates of a Budget Billing Plan
EXPORTING
X_EVER = "
X_EABP = "

TABLES
XT_EABPS = "
.



Related Function Modules

Below is a list of related SAP function modules this CUSTOMER FUNCTION exit / user exit is relevant for.
ISU_ABSVER_F4 FuMo U32: F4 Help for Budget Billing Procedure
ISU_AD_ABSVER_F4 FM U33: F4 Help for Budget Billing Procedure
ISU_BBP_ADV_PAY FM U27: Private: Map Prepayment Functions
ISU_BBP_ADV_PAY_DEACT FM U28: Private: Deactivate Prepayment
ISU_BBP_AMOUNT FM U14: Private: Enter Budget Billing Amount
ISU_BBP_CREATE_LOGNO Enter Line Numbers of BB Plan
ISU_BBP_EABPS_CREATE FM U18: PRIVATE: Fills IEABPS Structure for Transfer to FI-CA
ISU_BBP_FILL_REPRINT Fill X_OBJ-REPRINT for Creating a BB plan
ISU_BBP_HEADDATA_SHOW FM U21: PRIVATE: Display Header Data of EABP
ISU_BBP_IC_AUTO_CALL Use FM to Call Transactions EA6xIC
ISU_BBP_IC_ROUND_AMOUNT Rounds Up Amounts Using TE211 - Sales Tax Not Considered
ISU_BBP_KNTF_SHOW FM U23: PRIVATE: Display Account Determination at TVORG Level
ISU_BBP_KUMAMOUNT FM U17: Private: Change Cumulative Amount
ISU_BBP_LOCKS_DUPLICATE Copy Processing Locks
ISU_BBP_LOCKS_GET Sort Locks into Single Locks and General Locks
ISU_BBP_OTHER_OBJECT FM U19: Internal: Change Budget Billing Plan
ISU_BBP_SUBAMOUNTS_CHANGE FM U34: Change Subamounts at Sales Tax Code Level
ISU_BBP_TEXT_SHOW FM U22: PRIVATE: Display Text for Budget Billing Plan
ISU_BBP_UPDATE_CHANGE FM U25: INTERNAL: Changes FKKOP and EABP Entries in Database
ISU_BBP_UPDATE_CHANGE_ANZANFO Change Single Document
ISU_BBP_UPDATE_CREATE FM U24: INTERN: Saves FKKOP and EABP Entries in Database
ISU_BBP_UPDATE_LOGNO Update Line Numbers of Budget Billing Plan
ISU_BBP_ZYKLUS_CHANGE FM U20: PRIVATE: Change Budget Billing Cycle
ISU_DB_ABSCHLANFO_SELECT Selection of BB Requests by Type - DFKKOP
ISU_DB_ABSCHLANFO_SEL_AND_COMP Selection of BB Requests and Calculation of Account Balances
ISU_EVENT_3061_ABSCHANFO Customer Overview, Table 1 /Acct Balances), BB Request Balance
ISU_EVENT_3063_ABSCHANFO Customer Overview, Table 2 BB Requests for All Due Dates
ISU_JVL_EABPS_CREATE Create Logical View for Yearly Advance Payment
ISU_O_BUDBILPLAN_ACTION FM U06: INTERNAL: Actions of Subscreen
ISU_O_BUDBILPLAN_CLOSE FM U05: INTERNAL: Ends Processing of Object
ISU_O_BUDBILPLAN_INPUT FM U02: INTERNAL: Checks and Copies Entries
ISU_O_BUDBILPLAN_OPEN FuMo U08: INTERNAL: Opens Processing of Object
ISU_O_BUDBILPLAN_PAI_AFTER FuMo U04: INTERNAL: Closes CALL SUBSCREEN PAI
ISU_O_BUDBILPLAN_PAI_BEFORE FuMo U03: INTERNAL: Prepares CALL SUBSCREEN PAI
ISU_O_BUDBILPLAN_PBO FuMo U09: INTERNAL: Prepares CALL SUBSCREEN PBO
ISU_O_BUDBILPLAN_PREPARE_CLOSE FuMo U10: INTERNAL: Prepares to Close Object
ISU_SAMPLE_3027 Event 3027: Application-Specific Consistency Checks
ISU_S_BBP5_DISPLAY FM U52: INTERNAL: Display Budget Billing Plan BBP5
ISU_S_BBP_CHANGE_MI INTERNAL: Call Change to BB Plan from Move-In
ISU_S_BBP_PREPARE_DSP_CHG Prepare for Change/Display of BB Plan
ISU_S_BBP_PREPARE_DSP_MULT Display BBP by Selection Conditions
ISU_S_BUDBILPLAN_CHANGE FuMo U01: INTERNAL: Change a BB Plan
ISU_S_BUDBILPLAN_CREATE FM U12: INTERNAL: Create Budget Billing Plan
ISU_S_BUDBILPLAN_DATES_BUILD FM U13: PRIVATE: Generates Valid Schedule Record and Creates BB Plan
ISU_S_BUDBILPLAN_DATES_CON_BLD FM U16: Priv: Determines Valid Schedule Rec. and Creates BBP for Contract
ISU_S_BUDBILPLAN_DELETE FM U30: INTERNAL: Delete Budget Biling Plan
ISU_S_BUDBILPLAN_DISPLAY FM U11: INTERNAL: Display BB Plan
ISU_S_BUDBILPLAN_PROVIDE FM U07: INTERNAL: Provides a Budget Billing Plan for Processing
ISU_S_EABP_CORR_DELETE Correspondence Printing: Delete Correspondence
ISU_S_EABP_CORR_GET Provides Correspondence Data During Deleayed BB Printing
ISU_S_EABP_DELETE FM U31: INTERNAL: ISU_LIST_EABP_DELETE
ISU_S_GET_LIST Display/Change List Output for BBP

IMPORTING Parameters details for EXIT_SAPLEA61_002

X_EVER -

Data type: EVER
Optional: No
Call by Reference: No ( called with pass by value option)

X_EABP -

Data type: EABP
Optional: No
Call by Reference: No ( called with pass by value option)

TABLES Parameters details for EXIT_SAPLEA61_002

XT_EABPS -

Data type: EABPS
Optional: No
Call by Reference: No ( called with pass by value option)

Copy and paste ABAP code example for EXIT_SAPLEA61_002 Function Module

The ABAP code below is a full code listing to execute function module POPUP_TO_CONFIRM including all data declarations. The code uses the original data declarations rather than the latest in-line data DECLARATION SYNTAX but I have included an ABAP code snippet at the end to show how declarations would look using the newer method of declaring data variables on the fly. This will allow you to compare and fully understand the new inline method. Please note some of the newer syntax such as the @DATA is not available until a later 4.70 service pack (SP8), which i why i have stuck to the origianl for this example.

DATA:
lv_x_ever  TYPE EVER, "   
lt_xt_eabps  TYPE STANDARD TABLE OF EABPS, "   
lv_x_eabp  TYPE EABP. "   

  CALL FUNCTION 'EXIT_SAPLEA61_002'  "IS-U: Modify Due Dates of a Budget Billing Plan
    EXPORTING
         X_EVER = lv_x_ever
         X_EABP = lv_x_eabp
    TABLES
         XT_EABPS = lt_xt_eabps
. " EXIT_SAPLEA61_002




ABAP code using 7.40 inline data declarations to call FM EXIT_SAPLEA61_002

The below ABAP code uses the newer in-line data declarations. This allows you to see the coding differences/benefits of the later inline syntax. Please note some of the newer syntax below, such as the @DATA is not available until 4.70 EHP 8.

 
 
 


Search for further information about these or an SAP related objects



Comments on this SAP object

What made you want to lookup this SAP object? Please tell us what you were looking for and anything you would like to be included on this page!