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

Issue with Custom table

Former Member
0 Likes
474

Hi All,

I have created a Custom Table in Dev server and updated the table with few set of values.

Now, if i transport this object to Quality/Prod server, the table gets tranported, but not the data...

In such case, how to update the data in subesquent servers?

For trial, i have updated the table manually in Quality.

But i can't do it in Production....

How to handle and resolve this issue?

Regards

Pavan

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
450

Hi,

In this case you need to create the entries in SM30(table maintainance generator).

Then create a transaction code for that table maintainance generator, and then transport the request which contains the new tcode.

Hope it is clear.

say, you table is ZTABLE, go to SM30 for ZTABLE and create entries.

then go to SE93 to create a tcode ZTCODE for SM30 for ZTABLE.

This will solve your issue.

Reward points if useful.

Thanks,

Arul.

3 REPLIES 3
Read only

former_member156446
Active Contributor
0 Likes
450

Hi Pavan

you need to create a transport request for the table entries and make sure the table structure request number goes first and then the table entries request number.

Read only

Former Member
0 Likes
450

Hi,

You can write the code to update the table, pass the file name and update the table with the file value

and transport the same to Prod also

Regards

Shiva

Read only

Former Member
0 Likes
451

Hi,

In this case you need to create the entries in SM30(table maintainance generator).

Then create a transaction code for that table maintainance generator, and then transport the request which contains the new tcode.

Hope it is clear.

say, you table is ZTABLE, go to SM30 for ZTABLE and create entries.

then go to SE93 to create a tcode ZTCODE for SM30 for ZTABLE.

This will solve your issue.

Reward points if useful.

Thanks,

Arul.