SAP Reports / Programs

J_1IEWT_MIGRATE SAP ABAP Report - Data Migration Tool from Classic to Extended withholding tax







J_1IEWT_MIGRATE is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Migration of Classic withholidng tax (TDS) data to Extended withholding tax option...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 J_1IEWT_MIGRATE 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

J1INMIG - Data Migration Tool to EWT


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 J_1IEWT_MIGRATE. "Basic submit
SUBMIT J_1IEWT_MIGRATE AND RETURN. "Return to original report after report execution complete
SUBMIT J_1IEWT_MIGRATE 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: CHECK = Migrate Down Payments
Selection Text: TEST = Test Run for Invoice/Cr. Memo
Selection Text: ZBELNR = Document Number
Selection Text: ZBLART = Document type
Selection Text: ZBUDAT = Posting Date
Selection Text: ZBUKRS = Company Code
Selection Text: ZBUPLA = Business Place
Selection Text: ZGJAHR = Fiscal Year
Selection Text: ZGSBER = Business Area
Selection Text: ZSECT = Section
Selection Text: ZTAN = TAN Number
Selection Text: ZTAX = W.Tax Code
Selection Text: ZVENDOR = Vendor
Title: Data Migration Tool from Classic to Extended withholding tax
Text Symbol: T04 = Posting Run
Text Symbol: T03 = Migration of Down Payments
Text Symbol: T02 = Additional Selection Criteria
Text Symbol: T01 = Selection Criteria
Text Symbol: 101 = Data blocked by user.
Text Symbol: 100 = Failed to read lock table
Text Symbol: 029 = Type
Text Symbol: 028 = Doc
Text Symbol: 027 = Posting date
Text Symbol: 000 =
Text Symbol: 001 = Sr No.
Text Symbol: 002 = Co.Cd.
Text Symbol: 003 = Doc. No.
Text Symbol: 004 = Fiscal
Text Symbol: 005 = TDS Amount
Text Symbol: 006 = TDS Document
Text Symbol: 007 = Fiscal
Text Symbol: 008 = Migrated Base
Text Symbol: 009 = Post. Date
Text Symbol: 010 = Year
Text Symbol: 011 = Currency
Text Symbol: 012 = Original Base
Text Symbol: 013 = Bus.
Text Symbol: 014 = Sect.





Text Symbol: 015 = Area
Text Symbol: 020 = Select
Text Symbol: 021 = Following Documents have been migrated
Text Symbol: 022 = Following Documents require to be migrated
Text Symbol: 023 = Following Documents need not be migrated . Check Tax code or Vendor master
Text Symbol: 025 = No Invoices or Clearings found for migration with selection crieteria
Text Symbol: 026 = Vendor


INCLUDES used within this REPORT J_1IEWT_MIGRATE

INCLUDE J_1IEWT_MIGTOP.


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:

J_1I7_USEREXIT_BP_MIGRATION CALL FUNCTION 'J_1I7_USEREXIT_BP_MIGRATION' EXPORTING temp_bukrs = zbukrs TABLES temp_gsber = zgsber temp_sect = zsect temp_tan = ztan CHANGING tan = zbupla.

J_1I7_USEREXIT_CLR_MIGRATION CALL FUNCTION 'J_1I7_USEREXIT_CLR_MIGRATION' EXPORTING temp_bukrs = zbukrs TABLES temp_tdstab = tds_tab temp_cleartab = clear_tab temp_withtab = with_tab temp_gsber = zgsber temp_sect = zsect temp_tan = ztan temp_budat = zbudat.

J_1I7_USEREXIT_DP_MIGRATION CALL FUNCTION 'J_1I7_USEREXIT_DP_MIGRATION' EXPORTING temp_bukrs = zbukrs TABLES temp_dptab = dp_tab temp_gsber = zgsber temp_sect = zsect temp_tan = ztan temp_budat = zbudat.

ENQUEUE_EJ_1I_WITH_ITEM CALL FUNCTION 'ENQUEUE_EJ_1I_WITH_ITEM' EXPORTING mode_with_item = 'S' mandt = sy-mandt bukrs = zbukrs EXCEPTIONS foreign_lock = 1 system_failure = 2 OTHERS = 3.

DEQUEUE_EJ_1I_WITH_ITEM CALL FUNCTION 'DEQUEUE_EJ_1I_WITH_ITEM' EXPORTING mode_with_item = 'S' mandt = sy-mandt bukrs = zbukrs.



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