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

SE11 or SE16

Former Member
0 Likes
775

Hello,

Can you any tell me in which transcation and how do we change the data that has been loaded in tables & fields from LSMW, since the data is not a lot, i would like to manually enter it.

regards

1 ACCEPTED SOLUTION
Read only

RaymondGiuseppi
Active Contributor
0 Likes
718

If the editable option is checked for the table definition (SE11) you may use SE16/SE16N typing ok code &SAP_EDIT to add/change data. Else build a maintenance dialog via SE54 and use it via SM30.

Of course, use that only in sandbox or on custom Z-table.

Regards

3 REPLIES 3
Read only

Former Member
0 Likes
718

Hello,

In SE11, Click 'Display' button. Then Utilities->Table Contents->Create Entries.

In SE16, Table->Create Entries.

Thanks,

Venu

Read only

Former Member
0 Likes
718

Table maintenance generator should be created for the tables which you are planning to change the data. you can use SM30 transaction to maintain table.

Read only

RaymondGiuseppi
Active Contributor
0 Likes
719

If the editable option is checked for the table definition (SE11) you may use SE16/SE16N typing ok code &SAP_EDIT to add/change data. Else build a maintenance dialog via SE54 and use it via SM30.

Of course, use that only in sandbox or on custom Z-table.

Regards