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

regarding database tables in which i can write directly

Former Member
0 Likes
524

hi experts,

i have to create a database table in which i can write directly in to the table with out using update statement,what sud i do for this plz help me......

hi experts,

i have to create a database table in which i can write directly in to the table with out using update statement,what sud i do for this plz help me......

3 REPLIES 3
Read only

Former Member
0 Likes
501

Hi Ravi,

If you mean you need to directly update values on the screen, SE11 has a menu for the table maintenance generator. In there you can generate screens and everything needed for your table to allow entry with or without transports. You then capture the data through transaction SM30 or SM31.

Cheers

Wayne

Read only

Former Member
0 Likes
501

Hi,

Create a Function module and write the Logic in that Function with updating with the table, then call that function module in all the reports which you want to update the values in the table

Regards

Sudheer

Read only

Former Member
0 Likes
501

Hi,

In SE11, under delivery and maintenance tab set the data browser/table view maint. to display/maintenance allowed.

Then goto TC SM30 to enter the values.

Thanks,

Sandeep.