SAP Reports / Programs | Invoicing | SAP Utilities | Invoicing(IS-U-IN) SAP IS

IE21ENF03 SAP ABAP INCLUDE - Form Routines F03 / Func.Module U07: ISU_INV_LPC_CALC_NEW







IE21ENF03 is a standard ABAP INCLUDE available within your SAP system (depending on your version and release level). Below is the basic information available for this SAP report including which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC. Also check out the submitted Comments related to this SAP report or see any standard documentation available.

If you would like to execute this report or see the full code listing simply enter IE21ENF03 into the relevant SAP transactions such as SE38 or SE80


ABAP code to call this SAP report using the submit statement

This report can be called from another progam/report simply by using the ABAP SUBMIT statement, see below for example ABAP code snipts of how to do this.






SUBMIT IE21ENF03. "Basic submit
SUBMIT IE21ENF03 AND RETURN. "Return to original report after report execution complete
SUBMIT IE21ENF03 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: Form Routines F03 / Func.Module U07: ISU_INV_LPC_CALC_NEW


INCLUDES used within this REPORT IE21ENF03

No INCLUDES are used within this REPORT code!


TABLES used within REPORT and the associated SELECT statement:





No SAP DATABASE tables are accessed within this REPORT code!


Function Modules used within report and the associated call statement:

FKK_ACCOUNT_DETERMINE CALL FUNCTION 'FKK_ACCOUNT_DETERMINE' EXPORTING i_tfk033d = i_tfk033d IMPORTING e_tfk033d = e_tfk033d EXCEPTIONS error_in_input_data = 1 nothing_found = 0 OTHERS = 3.

ISU_DB_TEIVV_SELECT CALL FUNCTION 'ISU_DB_TEIVV_SELECT' EXPORTING i_ihvor = co_ihv_charges i_itvor = co_itv_chargeivpc_credit i_applk = co_applk_isu IMPORTING e_hvorg = creditmain e_tvorg = creditsub EXCEPTIONS not_found = 1 int_trans_not_valid = 2 trans_not_valid = 3 OTHERS = 4.

FKK_COMPLETE_CHARGE_DOCUMENT CALL FUNCTION 'FKK_COMPLETE_CHARGE_DOCUMENT' EXPORTING i_fkkvkp = i_fkkvkp i_xnett = 'X' i_fkkko = i_fkkko i_no_lock_check = cl_isu_in_tools=>no_lock_check TABLES t_fkkop = xt_lpc_fkkop t_fkkopk = xt_lpc_fkkopk EXCEPTIONS iu_error = 1 OTHERS = 2.

FKK_FUNC_MODULE_DETERMINE CALL FUNCTION 'FKK_FUNC_MODULE_DETERMINE' EXPORTING i_applk = co_applk_isu i_fbeve = 'R979' TABLES t_fbstab = lt_fbstab EXCEPTIONS error_message = 1.

ISU_SAMPLE_R979 IF 1 = 2. CALL FUNCTION 'ISU_SAMPLE_R979'. ENDIF.



Contribute (Add Comments)

Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.







The contribute/comments section below therefore offer's an opportunity for anyone to add additional information. This can be anything from useful hints, tips and screen shots to relevant SAP notes or anything else you feel is relevant to this report.

This will then be available for everyone to easily find by simply searching on the report name IE21ENF03 or its description.