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

table and transaction

Former Member
0 Likes
829

Hi ,

I created one table and also creted a transaction code for that table where when we execute the transaction all the contents of the table are displayed in display mode.

Now i made the changes in the table (like field names , dataelements) and activated it.But these changes are not reflecting in the transaction.

Please tell me how to update transaction with the changes made in the table.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
786

1) check if u have activated ur dataelements and tables

2) go to se80 and ur module pool program and right click on name and activate it 2

amit

Hi ,

I created one table and also creted a transaction code for that table where when we execute the transaction all the contents of the table are displayed in display mode.

Now i made the changes in the table (like field names , dataelements) and activated it.But these changes are not reflecting in the transaction.

Please tell me how to update transaction with the changes made in the table.

5 REPLIES 5
Read only

Former Member
0 Likes
786

did u regenarate the table maintenance generator for the same in tcode Sm30.

Do the activate and adjust database and regenarate the table maintenance for the same .

regards,

vijay.

Read only

Former Member
0 Likes
786

just check when u make transaction for table maintinance

in parameter value u pass

show 'X'

INSTEAD OF THIS PASS

UPDATE 'X'

Read only

Former Member
0 Likes
787

1) check if u have activated ur dataelements and tables

2) go to se80 and ur module pool program and right click on name and activate it 2

amit

Read only

0 Likes
786

Go to SE 14 and enter ur table and activate it by clicking on pushbutton Activate and adjust Database button

Read only

Former Member
0 Likes
786

thanks to all