SAP Reports / Programs

READJUST_STAFO_FOR_ERCH SAP ABAP Report - READJUSTSTAFOFORERCH







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


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 READJUST_STAFO_FOR_ERCH. "Basic submit
SUBMIT READJUST_STAFO_FOR_ERCH AND RETURN. "Return to original report after report execution complete
SUBMIT READJUST_STAFO_FOR_ERCH VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


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?


INCLUDES used within this REPORT READJUST_STAFO_FOR_ERCH

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:

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.



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 READJUST_STAFO_FOR_ERCH or its description.