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

FM RS_CORR_INSERT

rohit_trivedi
Product and Topic Expert
Product and Topic Expert
0 Likes
527

Dear All,

I created a report which runs only on DEV system

and appends some rows in a database table.

Now, since i change(i.e. add) rows in a Table, this needs to be passed to T and P systems.

So, could you help me how to do this? i've figured out that FM RS_CORR_INSERT should be used, but i can't find

the documentation of it and dont know what all values need to be passed.

Do i need to pass the whole table object or the structure as soon as i append it to table?

If anyone can provide me some documentation of this FM, it would be very helpful.

Thnx,

Rohit.

Dear All,

I created a report which runs only on DEV system

and appends some rows in a database table.

Now, since i change(i.e. add) rows in a Table, this needs to be passed to T and P systems.

So, could you help me how to do this? i've figured out that FM RS_CORR_INSERT should be used, but i can't find

the documentation of it and dont know what all values need to be passed.

Do i need to pass the whole table object or the structure as soon as i append it to table?

If anyone can provide me some documentation of this FM, it would be very helpful.

Thnx,

Rohit.

1 REPLY 1
Read only

Lakshmant1
Active Contributor
0 Likes
474

Hi Rohit,

For transpoting table entries you can try this,

Go to transaction SE16,

select your entries and go to Table entry -> Transport entries and assign the entries to transport request.

Or You have to create a Workbench transport request with transaction SE01/SE10. Add Entry

PgmID = R3TR

Obj = TABU

Object name = Name of your table

Double-click on the created line and put '*' in the key field or double-click on it and select the key you need to transport and specify the value range.

Thanks

Lakshman