2007 Jan 23 3:36 PM
Hi,
I tried transporting a table y_cod (with the function group name as y_cod while genrating table maintenance) and its maintenance genrator to quality, but got transport error. when i expanded the log it says, there is a syntax error in line 20 of LY_CODT00.
********below is the source code for that include
DATA: BEGIN OF STATUS_Y_COD . "state vector
INCLUDE STRUCTURE VIMSTATUS.
DATA: END OF STATUS_Y_COD .
CONTROLS: TCTRL_Y_COD
TYPE TABLEVIEW USING SCREEN '0023'.
.........table declarations:.................................
TABLES: *Y_COD .
TABLES: Y_COD .
general table data declarations..............
INCLUDE LSVIMTDT
*************************
The line 20 in the above code is TABLES: *Y_COD . I have n't created any table with the name *Y_COD but thought this could have come up here automatically while creating table maintenance.
Please give your input here reg. what could be the problem.
Thank you very much.
2007 Jan 23 3:39 PM
hi Krishen,
Regenerate the Table Maintainence Generator ...
Regards,
Santosh
2007 Jan 23 3:40 PM
You need to assign the table maintainance to a function group. Does this function group contain maintainance views for any other tables that may not of been transported.
2007 Jan 23 4:21 PM
Is there any other reason that could be the cause?
(reg ' * ' before the table name?
Thanks for your input.