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
Below is a list of transaction codes which are relevant to this SAP report
J1INMIG - Data Migration Tool to EWT
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.
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.
INCLUDE J_1IEWT_MIGTOP.
No SAP DATABASE tables are accessed within this REPORT code!
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.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
J_1IEWT_MIGRATE - Data Migration Tool from Classic to Extended withholding tax J_1IEWT_MIGRATE - Data Migration Tool from Classic to Extended withholding tax J_1IEWT_HEALTH_CHECK_TOP - Include J_1IEWT_HEALTH_CHECK_TOP J_1IEWT_HEALTH_CHECK_F01 - Include J_1IEWT_HEALTH_CHECK_F01 J_1IEWT_HEALTH_CHECK - Health Check for Migration to EWT J_1IEWT_HEALTH_CHECK - Health Check for Migration to EWT