for example in client 710 i update the records for tcode
me21 using bdc,in the same server if i update 5 records and
in the mean while other user do the same bdc update for
me21 for 3 records how do u resolve the remaining 2 records.
Answers were Sorted based on User's Feedback
Answer / sreenivasa rao yarru
by lock mechanisom we can solve this problem
Is This Answer Correct ? | 2 Yes | 0 No |
Answer / jamaluddin
by using LUW technique we can resolve this problem
Is This Answer Correct ? | 2 Yes | 1 No |
suppose i want to print sap script output in different printers at a time what are the settings i'll have to make?
What two statements would be used to exchange data between programs using abap memory?
How to call transaction in session method without recording?
what exact functionality of the END-OF-SELECTION event? and in a report im using the END-OF-PAGE and END-OF-SELECTION events which one will triggers first?
What is the difference between value table and check table?
4 Answers Accenture, TechCatalyst,
What is img? : sap abap hr
Table ztest has a secondary index on the following fields: tnum, tcode. Select * from ztest where tnum ne '123' and tcode = '456'. Why is the index not used in the above case? Choices: a) Indexes are not allowed on Z tables b) Variables must be used, NOT literals c) Select individual fields, not select * d) Client is not in the where clause e) NE invalidates the use of an index Info: Can someone explain in detail why this happened? It will be really helpful to handle to case in Secondary index:
Is ABAP a GUI language?
What is its? : abap hr
how bapi is different from call transaction/session?
By using which FM we can upload data into Infotype
What is a view? : abap data dictionary