ISU_SIMULATION_PERIOD_BILL
ISU_SIMULATION_PERIOD_BILL SAP Function module - ISU SIMULATION PERIOD BILL
ISU_SIMULATION_PERIOD_BILL is a standard SAP function module available within R/3 SAP systems depending on your version and release level. Below are the pattern details for this FM showing its interface including any import, export parameters etc and for your convenience any standard documentation available. All this information and more can be viewed if you enter the function module name ISU_SIMULATION_PERIOD_BILL into the relevant SAP transaction such as SE37 or SE80.
Within the comments section below there is also an opportunity for you to add useful hints, tips and information specific to this SAP function. This will then be available for you and other users to easily find by simply searching on the object name ISU_SIMULATION_PERIOD_BILL or its description.
Within the comments section below there is also an opportunity for you to add useful hints, tips and information specific to this SAP function. This will then be available for you and other users to easily find by simply searching on the object name ISU_SIMULATION_PERIOD_BILL or its description.
Pattern for FM ISU_SIMULATION_PERIOD_BILL - ISU SIMULATION PERIOD BILL
CALL FUNCTION 'ISU_SIMULATION_PERIOD_BILL' "
EXPORTING
x_vertrag = " ever-vertrag
x_begabrpe = " erch-begabrpe
x_endabrpe = " erch-endabrpe
x_billingrunno = " erch-billingrunno
* x_belnr = SPACE " erch-belnr
* x_no_success_msg = SPACE " regen-kennzx
* x_no_update = SPACE " regen-kennzx
* x_bi_mdata_if = " isu_bi_mdata_if
* x_simulation = " erch-simulation
* x_no_del_estim = " kennzx
* x_biparam = " biparam
* x_max_ieabl = " isu2a_ieabl
* x_max_ieablg = " isu2a_ieablg
* x_instgr_enq = " cl_isu_bi_instgr_enq
IMPORTING
y_belnr = " erch-belnr
y_bill_doc = " isu2a_bill_doc
y_irtpintf = " t_ertpintf
y_obj = " isu2a_billing_data
y_sobj = " isu2a_data_collector
EXCEPTIONS
GENERAL_FAULT = 1 "
. " ISU_SIMULATION_PERIOD_BILL
Associated Function Group: EA01
Post a Comment