SAP Reports / Programs

ROIUY3_TX_PRDT SAP ABAP Report - Royalty 2.0 - TX GLO/TAMU - PRA Detail Subscreen







ROIUY3_TX_PRDT 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 ROIUY3_TX_PRDT 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 ROIUY3_TX_PRDT. "Basic submit
SUBMIT ROIUY3_TX_PRDT AND RETURN. "Return to original report after report execution complete
SUBMIT ROIUY3_TX_PRDT 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: S_WL_NO = D .
Selection Text: S_WC_NO = D .
Selection Text: S_VNAME = D .
Selection Text: S_SA_DT = D .
Selection Text: S_PDCD = D .
Selection Text: S_MP_NO = D .
Selection Text: S_LEASE = D .
Selection Text: S_DOI_NO = D .
Selection Text: S_DN_NO = D .
Selection Text: S_CT_NO = D .
Selection Text: S_BUKRS = D .
Selection Text: P_SUM = Sum Bookings & Adjustments
Selection Text: P_REVADJ = Reversal Adjustments
Selection Text: P_REV = Reversals
Selection Text: P_BOOK = Bookings
Selection Text: P_ADJ = Adjustements
Title: Royalty 2.0 - TX GLO/TAMU - PRA Detail Subscreen
Text Symbol: S07 = Int Revs
Text Symbol: S06 = Interface Entries
Text Symbol: S05 = Rev Adjustments
Text Symbol: S04 = Sum Bookings & Adj (No Edit)
Text Symbol: S03 = Adjustments
Text Symbol: S02 = Bookings
Text Symbol: S01 = Reversals
Text Symbol: 013 = No PRA detail suspension allowed for amended rpts
Text Symbol: 012 = Proceed with suspension?
Text Symbol: 011 = Suspend Confirmation
Text Symbol: 009 = Select at least one checkbox
Text Symbol: 008 = Adjustments successfully removed
Text Symbol: 007 = Please select at least 1 adjustment entry
Text Symbol: 006 = Adjustments successfully made
Text Symbol: 005 = Please remove associated adjustment first
Text Symbol: 004 = Please adjust 1 booking entry at a time
Text Symbol: 003 = Entries successfully suspended
Text Symbol: 002 = Please select at least 1 non-adjustment entry
Text Symbol: 001 = No edit functions allowed in summation mode


INCLUDES used within this REPORT ROIUY3_TX_PRDT

INCLUDE ROIUX3_COMMON. "#EC INCL_OK


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 titlebar = 'Suspend Confirmation'(011) text_question = 'Proceed with suspension?'(012) display_cancel_button = ' ' IMPORTING answer = lv_answer EXCEPTIONS text_not_found = 1 OTHERS = 2.

OIUY3_TX_ADJUST_PRDT CALL FUNCTION 'OIUY3_TX_ADJUST_PRDT' EXPORTING is_original = IMPORTING es_adjustment = ls_new_adjustment EXCEPTIONS cancel = 1 OTHERS = 2.

OIUXC_EXPORT_XXL CALL FUNCTION 'OIUXC_EXPORT_XXL' EXPORTING p_tabname = 'ROIUY3_TX_PRDT_TC' CHANGING pt_tc = gt_tx_prdt[].



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