Answer Posted / dushyanta kumar
The R/3 system is multi user system and many users access
the same information at the same time, which is mainly
DATA. Consider the case where one user is modifying a
record, and second user is trying to delete the same
record. If the second user is successful in deleting the
record then the first user will face problem for modifying
the record that is already deleted. The avoid such
situation, R/3 system has provided Logical Unit of Work.
Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
what precautions or prerequisites do you follow to update a record into database table and how
How to combine multiple billing into one RV document ( Step by Step)?
How can we create callable modules of program code within one abap/4 program? : abap modularization
hi to all abap interview guys please notify this .. first if u have any doubts please go through google search or else please do debugging with some sample programs . but don't post even silly questions too. thanking you.
Explain the types of bdc's?
What are the different attributes that can be assigned to a variant?
What is difference between inner join and outer join?
What is an Open Item in SAP? How will you find an Open Item in SAP?
B -Credit Note report Selection Screen Ranges: Creation date Sales Org Sold to Party Selection condition: Document Category – VBTYP should be ‘O’ Table to be used: VBRK, VBRP,VBPA,ADRC List the CR order types or credit billing type by customer number (or selected customer) and displays the: - Billing Document date (FKDAT) - Customer number (KUNRG) - Name of the reseller (on top of the SAP No) (NAME1) - Billing document number,(VBELN) - order reason (AUGRU_AUFT) - Amount (NETWR) - Currency (WAERK) Group Currency wise, billing type wise sum of Net value. When user double click on field ‘Billing Document #’ , display the document in VF03 Do this using OO ABAP.
hi..i hav developed an interactive report in which alv list display in basic list and 1st secondary list in alv grid display.I want to get summation(total) of the columns in the secondary list.I hav used 'do_sum' but i couldnt get.is there any other way to get summation(total) in secondary list which is an alv grid display
Explain the different types of view?
Did you create primary index?
2)In production what is the user exit?
SM35 transaction, How to automate BDC ?
What are the parameters in bdc_open_group? : abap bdc