SAP Reports / Programs | Contract Billing | SAP Utilities | Contract Billing(IS-U-BI) SAP IS

REAOPERAND SAP ABAP Report - List of operands







REAOPERAND is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for The report generates a list of operands for the selection criteria...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 REAOPERAND 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 REAOPERAND. "Basic submit
SUBMIT REAOPERAND AND RETURN. "Return to original report after report execution complete
SUBMIT REAOPERAND 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: XWASTE = D Spec.Value Provision
Selection Text: XUSE_UD4 = D Use value 4
Selection Text: XUSE_UD3 = D Use value 3
Selection Text: XUSE_UD2 = D Use value 2
Selection Text: XUSE_UD1 = D Use value 1
Selection Text: XTEXT = D Text
Selection Text: XTAZUORD = D Rate type required
Selection Text: XSPARTE = D Division
Selection Text: XSELCONT = D Access for Operand
Selection Text: XSEASONF = D Season demand
Selection Text: XRUNDUNG = D Rounding
Selection Text: XRUNDART = D Rounding category
Selection Text: XRTP_OP = D RTP operand
Selection Text: XREG_OPE = D Register operand
Selection Text: XPROD = D Product-Rel. Operand
Selection Text: XPRDL = D Daily Proration
Selection Text: XPEAK_NO = D No. of peaks
Selection Text: XORGWERT = D Two values permitted
Selection Text: XOPTYP = D Operand category
Selection Text: XOPGROUP = D Operand group
Selection Text: XOPER = D Operand
Selection Text: XNDRCAT = D Not rate cat. facts
Selection Text: XNDRATE = D Not rate facts
Selection Text: XNDINST = D Not installation facts
Selection Text: XMASS = D Unit of measurement
Selection Text: XLEISTMO = D Demand per month
Selection Text: XLEISTAL = D All demand values
Selection Text: XHISTSTE = D Historical change
Selection Text: XGEWKEY = D Weighting key
Selection Text: XFRAN_TY = D Franchise Fee Category
Selection Text: XERCHV = D ERCHV Operand
Selection Text: XDEMAND_ = D Demand unchanged
Selection Text: XCONS = D Consumption Type
Selection Text: XCONREL = D Contract-Related Operand
Selection Text: XBZGART = D Reference value type
Selection Text: XBWREL = D BW-Relevant
Selection Text: XALLHIST = D Complete history
Selection Text: XACTFACT = D Maint. demand active





Selection Text: XABLESGR = D Meter reading group
Title: List of operands
Text Symbol: T20 = Special controls
Text Symbol: T10 = General data


INCLUDES used within this REPORT REAOPERAND

INCLUDE REAOPERAND_SELOPT.


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_DB_TE221_SELECT CALL FUNCTION 'ISU_DB_TE221_SELECT' TABLES t_te221 = p_data-ite221 EXCEPTIONS not_found = 1 OTHERS = 2.

ISU_DB_TE221T_SINGLE CALL FUNCTION 'ISU_DB_TE221T_SINGLE' EXPORTING x_operand = wte221-operand x_spras = sy-langu IMPORTING y_text30 = wre20f-text30 EXCEPTIONS not_found = 1 OTHERS = 2.

REUSE_ALV_GRID_DISPLAY CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING * I_INTERFACE_CHECK = ' ' i_callback_program = p_obj-grid-callback_program * I_CALLBACK_PF_STATUS_SET = ' ' i_callback_user_command = p_obj-grid-callback_user_comm * I_CALLBACK_TOP_OF_PAGE = ' ' * I_CALLBACK_HTML_TOP_OF_PAGE = ' ' * I_CALLBACK_HTML_END_OF_LIST = ' ' i_structure_name = p_obj-grid-struc_name * I_BACKGROUND_ID = * I_GRID_TITLE = * I_GRID_SETTINGS = is_layout = p_obj-grid-layout it_fieldcat = p_obj-grid-ifieldcat it_excluding = p_obj-grid-iexcluding * IT_SPECIAL_GROUPS = * IT_SORT = * IT_FILTER = * IS_SEL_HIDE = * I_DEFAULT = 'X' * i_save = * IS_VARIANT = * IT_EVENTS = it_event_exit = p_obj-grid-ievent_exit * IS_PRINT = * IS_REPREP_ID = * I_SCREEN_START_COLUMN = 0 * I_SCREEN_START_LINE = 0 * I_SCREEN_END_COLUMN = 0 * I_SCREEN_END_LINE = 0 * IMPORTING * E_EXIT_CAUSED_BY_CALLER = * ES_EXIT_CAUSED_BY_USER = TABLES t_outtab = p_obj-data-ire20f EXCEPTIONS program_error = 1 OTHERS = 2.

REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING i_structure_name = p_grid-struc_name CHANGING ct_fieldcat = p_grid-ifieldcat EXCEPTIONS inconsistent_interface = 1 program_error = 2 OTHERS = 3.

ISU_S_OPERAND_CHANGE CALL FUNCTION 'ISU_S_OPERAND_CHANGE' EXPORTING x_spras = sy-langu x_operand = wre20f-operand x_upd_online = 'X' IMPORTING y_db_update = db_update EXCEPTIONS not_authorized = 1 OTHERS = 2.

ISU_S_OPERAND_DISPLAY CALL FUNCTION 'ISU_S_OPERAND_DISPLAY' EXPORTING x_spras = sy-langu x_operand = wre20f-operand x_no_change = 'X' x_upd_online = ' ' EXCEPTIONS OTHERS = 1.



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