SAP Reports / Programs | Portioning and scheduling | SAP Utilities | Portioning and scheduling(IS-U-BF-PS) SAP IS

REATER12 SAP ABAP Report - Activate all Meter Reading Units for Portion







REATER12 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This report enables you to activate meter reading units for selected portions...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.

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


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

E43E - Activate Meter Reading Units


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 REATER12. "Basic submit
SUBMIT REATER12 AND RETURN. "Return to original report after report execution complete
SUBMIT REATER12 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: PORTION = D Portion
Title: Activate all Meter Reading Units for Portion
Text Symbol: 001 = Portion(s)
Text Symbol: 002 = Meter Reading Unit
Text Symbol: 003 = Portion


INCLUDES used within this REPORT REATER12

INCLUDE IEOKCODE.
INCLUDE IE00FLAG.
INCLUDE EMSG.
INCLUDE PROTOCOL_HANDLE.
INCLUDE IELABLGR.
INCLUDE IELABART.
INCLUDE REATER12_FUNC.
INCLUDE REATER12_TE425_UPROGR.
INCLUDE REATER12_TE425.


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:

ISU_A_AUTHORITY_CHECK CALL FUNCTION 'ISU_A_AUTHORITY_CHECK' EXPORTING i_wmode = '2' i_begru = wa_te422-begru IMPORTING y_auth_rc = y_auth_rc.

ENQUEUE_E_TE422 CALL FUNCTION 'ENQUEUE_E_TE422' EXPORTING mandt = sy-mandt termschl = wa_te422-termschl EXCEPTIONS foreign_lock = 4 system_failure = 24.

DEQUEUE_E_TE422 CALL FUNCTION 'DEQUEUE_E_TE422' EXPORTING mandt = sy-mandt termschl = wa_te422-termschl.

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