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: 

how I could transport table entries from table NRIV

Former Member
0 Kudos
1,329

Does anyone knows how I could transport table entries from table NRIV.

I can mark them in se16 but the "table entries"->"transport" is grey. What shouuld be done.

Is there another way to transport NRIV entries.

Thank you in advance

6 REPLIES 6

Former Member
0 Kudos
495

You have to create a <b>table maintainance view</b> for this table.Once you create the table maintainance view,a screen will be available to you where you can enter values.On saving a customizing request will ber created which will allow you to transport the values to production.

former_member223537
Active Contributor
0 Kudos
495

Hi,

Goto SE01 -> Create Transport Request.

Assign the Workbench request/Project.

Single click the TR. Click on the DISPLAY OBJECT LIST or Press SHIFT + F11.

Click on CHANGE -> Insert.

PgmID Obj Object name

R3TR TABU NRIV

CLick Extras -> Change Object Function -> All entries.

Save.

Release the Tr.

Best regards,

Prashant

Former Member
0 Kudos
495

Hello

have a look at fuba DDIF_FIELDINFO_GET.

Former Member
0 Kudos
495

follow the steps given by Srinivas Adavi. it may useful to you.

Regards

srikanth

Former Member
0 Kudos
495

goto Se10 , click on create button

u will get one new request

put ur cursor on task and click the button display object list

then R3TR TABU <TABLE_NAME>

double click on table name

then double click on empty text box

there specify ur entries and go back

add as many entries as u can and save

then u can transport the request

shishupalreddy
Active Contributor
0 Kudos
495

Hi ,

If you want to transport the table entries.

1.create a maintenance dialogue using table maintenance generator in SE11.

2. go to sM30 .

SELECT ALL TABLE ENTRIES AND SELECT TRANSPORT OPTION WHICH WILL CREATE A transport request number .

Once you complete the process by assigning a request number all your table entries will be in the target system on releasing the tRANSPORT nUMBER .

THANKS