READJUST_STAFO_FOR_ERCH 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 READJUST_STAFO_FOR_ERCH 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.
Selection Text: ABRBEL = D .
Selection Text: SIMULA = D .
Title: Enter Statistic Update Groups in Billing Documents
Text Symbol: 001 = Yes
Text Symbol: 002 = No
Text Symbol: 003 = Do You Really Want To Execute a NON-SIMULATION Run?
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING text_question = 'Möchten Sie wirklich einen NICHTSIMULIERTEN Lauf durchführen?'(003) text_button_1 = 'Ja'(001) text_button_2 = 'Nein'(002) display_cancel_button = 'X' IMPORTING answer = ergq.
ISU_DB_BILL_SINGLE CALL FUNCTION 'ISU_DB_BILL_SINGLE' EXPORTING x_belnr = wa_erch-belnr x_read_ercho = ' ' x_read_erchr = ' ' x_read_erchz = 'X' x_read_erchv = ' ' x_read_erchu = ' ' x_read_erchc = ' ' x_read_ercht = ' ' x_read_erchp = ' ' x_read_erche = ' ' IMPORTING y_bill = feld_isu2a_bill_doc EXCEPTIONS not_found = 1 system_error = 2 not_qualified = 3 OTHERS = 4.
ISU_DB_EVER_SINGLE CALL FUNCTION 'ISU_DB_EVER_SINGLE' EXPORTING x_vertrag = wa_erch-vertrag IMPORTING y_ever = wa_ever EXCEPTIONS not_found = 1 system_error = 2 OTHERS = 3.
ISU_DB_ETTA_SINGLE CALL FUNCTION 'ISU_DB_ETTA_SINGLE' EXPORTING x_tariftyp = wa_erchz-tariftyp IMPORTING y_etta = wa_etta EXCEPTIONS not_found = 1 system_error = 2 OTHERS = 3.
ISU_LIS_UPDATE_GROUP_DETERMINE CALL FUNCTION 'ISU_LIS_UPDATE_GROUP_DETERMINE' EXPORTING x_sparte = wa_etta-sparte x_stagruver = wa_ever-stagruver x_stagruttyp = wa_etta-stagruttyp IMPORTING y_stafo = te775_stafo.
ISU_DB_ERCHZ_UPDATE_BILL CALL FUNCTION 'ISU_DB_ERCHZ_UPDATE_BILL' EXPORTING x_upd_mode = co_upd_update x_erch = wa_erch TABLES t_erchz = it_erchz_new t_old_erchz = feld_isu2a_bill_doc-ierchz EXCEPTIONS error_message = 1.
MSG_ACTION CALL FUNCTION 'MSG_ACTION' EXPORTING x_msg_handle = g_handle x_action = co_msg_dspl EXCEPTIONS action_not_supported = 1 handle_invalid = 2 not_found = 3 OTHERS = 4.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
READJUST_STAFO_FOR_ERCH - READJUSTSTAFOFORERCH READJUST_STAFO_FOR_ERCH - READJUSTSTAFOFORERCH READFILE - Read a File with OPEN DATASET READFILE - Read a File with OPEN DATASET READBESTA_BWPROTH_DELETE - Delete History Records for Extraction to BW Sales Statistics READBESTA_BWPROTH_DELETE - Delete History Records for Extraction to BW Sales Statistics