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

transport request is not getting created

0 Likes
1,773

i want to enter data in a database table in the development system and update the same in the production system.

but the problem is a transport request is not getting created when i insert values in table.

why is the transport request not getting created?

is there any solution to my problem ?

or atleast a work around solution that is not as tedious as entering record by record directly in the production server ?

regards.

i want to enter data in a database table in the development system and update the same in the production system.

but the problem is a transport request is not getting created when i insert values in table.

why is the transport request not getting created?

is there any solution to my problem ?

or atleast a work around solution that is not as tedious as entering record by record directly in the production server ?

regards.

7 REPLIES 7
Read only

suresh_datti
Active Contributor
0 Likes
1,514

check the table attributes.. there should be a radiobutton that says something like 'recrding routine'..

this option is available under 'Table Maintenance Dialog' & will prompt the change req auomatically..

~Suresh

Message was edited by: Suresh Datti

Read only

former_member195698
Active Contributor
0 Likes
1,514

Change the Delivery Class of the table to C.

And in the Table maintenance generate ..select the radio button "standard recording routine"

Read only

Former Member
0 Likes
1,514

hi,

Is there table maintenance generator for that table?

If it exists, Check whether Standard recording routine radiobutton is selected in Recording routine section.

If it is No, or User Recording routine, it doesnt ask for a transport request.

Regards,

Sailaja.

Read only

Former Member
0 Likes
1,514

Hi Sasi

Use transaction SOBJ if you have authorization to forcifully create a request when manipulated manullay.

Kind Regards

Eswar

Read only

0 Likes
1,514

yes. the recording routine selected is no, or user, recording routine.

so, isnt there any way out except entering every record manually ?

regards,

Sasi.

Read only

0 Likes
1,514

i even dont have authorization to 'sobj'.

Read only

0 Likes
1,514

hi ,

you can transport your entries with trx SE09:

r3tr tabu ztab

-> by the key-fields you cna work with *

A.