Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Question reg. Transport error

Former Member
0 Likes
608

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.

3 REPLIES 3
Read only

Former Member
0 Likes
571

hi Krishen,

Regenerate the Table Maintainence Generator ...

Regards,

Santosh

Read only

Former Member
0 Likes
571

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.

Read only

0 Likes
571

Is there any other reason that could be the cause?

(reg ' * ' before the table name?

Thanks for your input.