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

updating a standard database table

Former Member
0 Likes
974

how to update a standard db table using t-code

(without any program)

how to update a standard db table using t-code

(without any program)

6 REPLIES 6
Read only

Sm1tje
Active Contributor
0 Likes
801

????

I would say, enter transaction code (top left of SAP screen) enter relevant data and save!!!

Read only

Former Member
0 Likes
801

hi,

Use any tcode like mm01,

enter values

save

refer the tables like mara makt....

so db table updated

Rgds

Umakanth

Read only

Former Member
0 Likes
801

Hi Karteek

Enter the transaction codes like

MM01

XK01

VA01

It will directly updates the database tables directly with out any programms and u can enter relevant data and save!!!

Plz rewards points if helpful,

Ganesh.

Read only

Former Member
0 Likes
801

Hi,

Create a program for the insertion,deletion,change records and give it a transaction code.

Hope it helps!

Manish

Read only

Former Member
0 Likes
801

To data in standard tables are related to the transaction.

The data which you are storing through transaction which will be stored in more than one table at a time.

Its possible to enter the data in one table bye writing the simple code.

But that is not right way.

You have to use the BDC or BAPI function module to store the transaction data.

Regards,

Madan.

Read only

Former Member
0 Likes
801

Hi,

Create Maintenance transaction generator and T-code for the maintenace generator.Use this T-code for updating DB table.

Regards,

Prabhat