UREGEE01 is a standard ABAP INCLUDE 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 UREGEE01 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: ounding ruleI029 Control I030 R
Title: Events for RWAUREGE
Title: Events for RWAUREGE
Text Symbol: 125 = *** Purchasing IS requirements
Text Symbol: 126 = *** Purchasing IS formulas
Text Symbol: 127 = *** FIS requirements
Text Symbol: 128 = *** FIS formulas
Text Symbol: 129 = *** BCO requirements
Text Symbol: 130 = *** BCO formulas
Text Symbol: 131 = *** QMIS requirements
Text Symbol: 132 = *** QMIS formulas
Text Symbol: 133 = *** PM requirements
Text Symbol: 134 = *** PM formulas
Text Symbol: 135 = *** User routines
Text Symbol: 136 = *** Batch requirements
Text Symbol: 137 = Batches
Text Symbol: 138 = *** Data transports shipping units
Text Symbol: 139 = Shipping units
Text Symbol: 140 = *** Text names (copying texts)
Text Symbol: 141 = Search strategy
Text Symbol: 142 = *** Batch search strategy
Text Symbol: 143 = *** Export conditions
Text Symbol: 144 = Export
Text Symbol: 200 = ***
Text Symbol: 201 = ***
Text Symbol: 202 = ***
Text Symbol: 203 = ***
Text Symbol: 061 = activate all routines?
Text Symbol: 062 = Activate all routines
Text Symbol: 100 = *** Copying requirements in sales order
Text Symbol: 101 = *** Copying requirements for creating deliveries
Text Symbol: 102 = *** Copying requirements for creating billing documents
Text Symbol: 103 = *** Copying requirements for sales activities
Text Symbol: 104 = *** Copying requirements for texts
Text Symbol: 105 = *** Data transport in sales order
Text Symbol: 106 = *** Data transport for creating deliveries
Text Symbol: 107 = *** Data transport for creating billing documents
Text Symbol: 108 = *** Data transport for sales activities
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
SCT2_GET_RFC_DESTINATION_F4 CALL FUNCTION 'SCT2_GET_RFC_DESTINATION_F4' EXPORTING * IV_RFC_DEST_TYPE = '3' iv_proof_only = 'X' * IV_POPUP_START_X = 5 * IV_POPUP_START_Y = 5 * IMPORTING * EV_RFC_DEST_TEXT = * ES_RFC_DEST_INFO = CHANGING cv_rfc_dest = rfc_dest EXCEPTIONS rfc_dest_not_found = 1 cancel_button_pressed = 2 OTHERS = 3.
WR20_READ_TWRF16 CALL FUNCTION 'WR20_READ_TWRF16' EXPORTING i_bgapp = c_aufteiler TABLES o_twrf16 = itab_twrf16 EXCEPTIONS no_entries_found = 1 OTHERS = 2.
F4IF_FIELD_VALUE_REQUEST CALL FUNCTION 'F4IF_FIELD_VALUE_REQUEST' EXPORTING tabname = space fieldname = space * Problem: bei 'CLAS' kommt die Klassenart (SET-Par. KAR nicht an)
SCT2_GET_RFC_DESTINATION_F4 CALL FUNCTION 'SCT2_GET_RFC_DESTINATION_F4' EXPORTING * IV_RFC_DEST_TYPE = '3' iv_proof_only = ' ' * IV_POPUP_START_X = 5 * IV_POPUP_START_Y = 5 * IMPORTING * EV_RFC_DEST_TEXT = * ES_RFC_DEST_INFO = CHANGING cv_rfc_dest = rfc_dest EXCEPTIONS rfc_dest_not_found = 1 cancel_button_pressed = 2 OTHERS = 3.
WGEN_CREATE_BATCH_LOG CALL FUNCTION 'WGEN_CREATE_BATCH_LOG' TABLES im_messg = t_messg.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.