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

put data to table by user

Former Member
0 Likes
1,118

hello all,

user want to put the data himself in a 'Z' table.

is it possible?

wich transaction do this?

thanks,

dana.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,091

make table maintinance view for table(sm30) ..

and also u provide authority to perticular user to fill data.

make table maintinance view for table(sm30) ..

and also u provide authority to perticular user to fill data.

7 REPLIES 7
Read only

gopi_narendra
Active Contributor
0 Likes
1,091

create a table maintenance generator for the Ztable

SE11 - > enter table name - > utilities - > table maintenance generator

go to SM30 to maintain data

Regards

- Gopi

Read only

Former Member
0 Likes
1,092

make table maintinance view for table(sm30) ..

and also u provide authority to perticular user to fill data.

Read only

Former Member
0 Likes
1,091

Hi,

For updating Z table you need to define your own transaction or abap code. If you want to update the Z table at the time of updating some SAP transaction then you have to go for User exits.

If you want to manually update the table then you have to maintain the table Maintenance generator so that SM30 can be used.

Hope this helps.

Read only

Former Member
0 Likes
1,091

According to my understanding u can put the data.

Create ur own tcode and insert the data.

Try to be more clear.

Regards

Read only

Former Member
0 Likes
1,091

Hi dana,

1. a) First we have to create a table maintenance,

using se11 itself.

(this will generated the required code, screens etc,

for entering/modifying/deleting data)

b) Then using SM30 and the table name,

one can maintain the data.

regards,

amit m.

Read only

Former Member
0 Likes
1,091

thank you very much ,

it work.

Read only

Former Member
0 Likes
1,091

Hi,

Go to

se11>utilities>table maintenance generator-->there u fill

Fungroup group (inthe function group u give a z name related to ur table name)

package

maintenance screen type and screen name

After this save and activate.

Then goto

Utilities>TABLE CONTENTS>CREATE ENTERIES

Hope this will be useful for u.

Thanks

Raj.