EA16_STAFO_CORRECTION is a standard Executable ABAP Report 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 EA16_STAFO_CORRECTION into the relevant SAP transactions such as SE38 or SE80
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.
Title: Program EA16_STAFO_CORRECTION
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
ISU_MASTER_DATA_FOR_BILLING * CALL FUNCTION 'ISU_MASTER_DATA_FOR_BILLING' * EXPORTING * x_vertrag = w_erch-vertrag * x_abrvorg = '06' * IMPORTING * y_master_data = p_add_data-master * CHANGING * xy_ever = p_add_data-d_coll-ever * xy_ieverh = p_add_data-d_coll-ieverh * EXCEPTIONS * general_fault = 1 * OTHERS = 2.
ISU_RATECAT_DATA_FOR_INSTLN * CALL FUNCTION 'ISU_RATECAT_DATA_FOR_INSTLN' * EXPORTING * x_anlage = p_add_data-master-anlage * x_key_date = w_erch-endabrpe * x_use_t_etta = 'X' * IMPORTING * y_ratecat_data = p_obj-eap_etta * EXCEPTIONS * missing_data = 1 * general_fault = 2 * OTHERS = 3.
ISU_LIS_UPDATE_GROUP_DETERMINE * CALL FUNCTION 'ISU_LIS_UPDATE_GROUP_DETERMINE' * EXPORTING * x_sparte = p_add_data-master-sparte * x_stagruver = p_add_data-master-stagruver * x_stagruttyp = p_obj-eap_etta-stagruttyp * IMPORTING * y_stafo = w_erchz1-stafo * EXCEPTIONS * OTHERS = 1.
DB_COMMIT * CALL FUNCTION 'DB_COMMIT'.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
EA16_STAFO_CORRECTION - Program EA16_STAFO_CORRECTION EA16_STAFO_CORRECTION - Program EA16_STAFO_CORRECTION EA16_ABRVORG_CORRECTION - Program EA16_ABRVORG_CORRECTION EA16_ABRVORG_CORRECTION - Program EA16_ABRVORG_CORRECTION EA-TRV========================S - documentation and ABAP source code EA-SCM========================S - documentation and ABAP source code