Application Development 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: 

how to make entry in a table e.g. vbak table

Former Member
0 Kudos

how make entries in a table.

what is the procedure.

can i do it in production directly?

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi,

Its always better to use some standad SAP procedure to make an entry into database table like BAPI , BDC etc.

You cannot do directly on to production server its not at all a good practice.

If yours is ztable then possible through either maintenance view or by program having INSERT , UPDATE, MODIFY statements.

thanx.

9 REPLIES 9

Former Member
0 Kudos

through zprogram u can do it using modify,update, insert. statements.

and then transport this zprogram to PRD server .

u can not do directly in PRD server.

if you want code ,you can find many threads in forum itself.

All the best.

0 Kudos

>

> through zprogram u can do it using modify,update, insert. statements.

> All the best.

You might want to think of the repurcussions of doing such a thing.

pk

@ Jyothi: Do a little search here in SCN to find out why this should not be done. You will also find answers to your query after the search.

former_member188685
Active Contributor
0 Kudos

>

> how make entries in a table.

> what is the procedure.

> can i do it in production directly?

it is not good practice to create the entries in standard table directly. use BAPI or BDC methods and proceed.

it is not possible to do it directly in production. if you do that you will loose your job, don't practice those on production.

0 Kudos

>

> it is not possible to do it directly in production. if you do that you will loose your job, don't practice those on production.

More than loosing you job you are violating the contractual terms with SAP. You will simply loose all Support from SAP.

I wonder how an ABAPer got a uid in Proction Server. Its a strict no-no in our organization.

pk

Former Member
0 Kudos

Hi,

U can make entries into standard table through BDC or BAPI.

But dont do them in the production server directly.

Manish

Former Member
0 Kudos

hi,

for making enteries in standard table like: vbak u can use BDC or BAPI

For more reference go through link:

hope it will help you

regards

rahul sharma

Edited by: RAHUL SHARMA on Sep 11, 2008 6:16 AM

Former Member
0 Kudos

This message was moderated.

Former Member
0 Kudos

Hi,

You can do it in two ways.

either use BAPI or Bdc OR u acn do it with the help of update,modify, insert statement in your program.

dont try to make entries directly to server.

Thanks

Rajesh Kumar

Former Member
0 Kudos

Hi,

Its always better to use some standad SAP procedure to make an entry into database table like BAPI , BDC etc.

You cannot do directly on to production server its not at all a good practice.

If yours is ztable then possible through either maintenance view or by program having INSERT , UPDATE, MODIFY statements.

thanx.