SAP Reports / Programs | Check Write | Industry Solution Oil | Check Write(IS-OIL-PRA-REV-CW) SAP IS

ROIUCW_WITHOLDING_TAX SAP ABAP Report -







ROIUCW_WITHOLDING_TAX 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 ROIUCW_WITHOLDING_TAX 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

O3UCW_TAX - Owner Taxes Withheld Report


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 ROIUCW_WITHOLDING_TAX. "Basic submit
SUBMIT ROIUCW_WITHOLDING_TAX AND RETURN. "Return to original report after report execution complete
SUBMIT ROIUCW_WITHOLDING_TAX 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: RUN_ID = D .
Selection Text: RUN_DATE = D .
Title:
Text Symbol: STW = State TX WH
Text Symbol: NTW = NRA TX WH
Text Symbol: BTW = Backup TX WH
Text Symbol: 999 = *** End of Report ***
Text Symbol: 142 = DOI No
Text Symbol: 141 = Own No
Text Symbol: 140 = Seq
Text Symbol: 134 = Montana
Text Symbol: 133 = Backup Taxes
Text Symbol: 132 = NRA taxes
Text Symbol: 131 = Tot State Tax
Text Symbol: 130 = New Mexico
Text Symbol: 129 = Oklahoma
Text Symbol: 128 = Utah
Text Symbol: 127 = Colorado
Text Symbol: 126 = Run Level Summary Totals
Text Symbol: 125 = Owner not found
Text Symbol: 124 = Tax Id
Text Symbol: 123 = Owner Name
Text Symbol: 122 = Taxes Withheld
Text Symbol: 121 = Cd
Text Symbol: 120 = (inc: oth Ded)
Text Symbol: 119 = (inc: Ded/Rmb)
Text Symbol: 118 = Owner No
Text Symbol: 117 = Backup
Text Symbol: 116 = Non-Res Alien
Text Symbol: 115 = Cnt
Text Symbol: 114 = State
Text Symbol: 113 = St
Text Symbol: 112 = Owner Payable
Text Symbol: 111 = Owner Gross
Text Symbol: 110 = DOI Number
Text Symbol: 105 = Company :
Text Symbol: 103 = Check Date
Text Symbol: 102 = Run Date:





Text Symbol: 101 = Run Id:


INCLUDES used within this REPORT ROIUCW_WITHOLDING_TAX

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:

REUSE_ALV_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY' EXPORTING I_CALLBACK_PROGRAM = sy-repid I_CALLBACK_USER_COMMAND = lc_event * I_CALLBACK_PF_STATUS_SET = 'PF_STATUS' IS_LAYOUT = GS_LAYOUT IT_FIELDCAT = GT_FIELDCAT IT_EVENTS = GT_EVENTS IS_PRINT = GS_PRINT
TABLES T_OUTTAB = gt_outtab EXCEPTIONS PROGRAM_ERROR = 1 OTHERS = 2.

REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING I_PROGRAM_NAME = sy-repid I_STRUCTURE_NAME = 'ROIUCW_WITHOLDING_TAX_ALV1' CHANGING ct_fieldcat = LT_FIELDCAT EXCEPTIONS INCONSISTENT_INTERFACE = 1 PROGRAM_ERROR = 2 OTHERS = 3 .

REUSE_ALV_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY' EXPORTING I_CALLBACK_PROGRAM = sy-repid I_CALLBACK_USER_COMMAND = lv_event IS_LAYOUT = GS_LAYOUT IT_FIELDCAT = GT_FIELDCAT1 IT_EVENTS = GT_EVENTS1 IS_PRINT = GS_PRINT TABLES T_OUTTAB = gt_outtab1 EXCEPTIONS PROGRAM_ERROR = 1 OTHERS = 2.

REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING I_PROGRAM_NAME = sy-repid I_STRUCTURE_NAME = 'ROIUCW_WITHOLDING_TAX_ALV1' CHANGING ct_fieldcat = LT_FIELDCAT EXCEPTIONS INCONSISTENT_INTERFACE = 1 PROGRAM_ERROR = 2 OTHERS = 3 .



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