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

Records update in Custom table using CTS

Former Member
0 Likes
938

hi,

I have a scenerio to add/update records in a custom table using CTS. Is there any FM which would help me to do the same?

regards

Saravanan

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
881

try to find the user exit in function group xcat

hi,

I have a scenerio to add/update records in a custom table using CTS. Is there any FM which would help me to do the same?

regards

Saravanan

2 REPLIES 2
Read only

Former Member
0 Likes
882

try to find the user exit in function group xcat

Read only

uwe_schieferstein
Active Contributor
0 Likes
879

Hello Saravanan

I assume with custom table you mean a customer table (e.g. z-table).

If you want to transport all your entries then

(1) create a workbench request,

(2) add the transport object entry R3TR TABU <name of your z-table> manually (by editing the object list of the request in SE10).

(3) Next enter the required keys for the single object entry:

- client-independent table => key = '*' (all entries)

- client-dependent table => key = '100*' (all entries of client 100)

If you need only a subset of all the entries in your z-table then I would define the keys in an Excel sheet and copy&paste as transport object keys into the request.

Regards,

Uwe