what precautions or prerequisites do you follow to update a
record into database table and how
Answer / kubera naidu
Hi Check this out...
1) Lock data to be edited(creating a lock object from
dictionary and call the FM Enqueue_lock).
2) Read the data
3) Process data and write it to database
4) Release the locks(Use FM Dequeue_lock)
Is This Answer Correct ? | 11 Yes | 1 No |
how to fetch data form without header line internal table ?
What is roll area?
How would you add fields to the sapscript without modifying the print program?
What are the Synchronous and asynchronous methods in bdc ?
i have a requirement.there are 2 fields and one check box on my selection screen.initially first field sud be mandatory, when we click on check box the first field which was mandatory sud now be optional and second field sud be mandatory?please provide me the solution asap.Thank you
What primary key and foreign key relationship
how many records are updated from a flatfile to sap database in one shot?
what is the purpose of table maintanance,(i think it's for authorizarion purpose) what is ment by authorization?
What is the difference between skip and new-line?
I have 1 basic list and 9 secondary list in interactive report. If i am in 5th list, how can i come directly to the basic list?
What is primary index?
can we call a dialog module(Type M) into the executable program(Type E).If it yes then how ?