When using call transaction method for 1000 records , If u
found error in 64th record then how can u find it and how
can u send this to user
Answer Posted / buddula15
Using BDCMSGCOLL structure you can capture the error
records.
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
What are differences between at selection-screen and at selection-screen output?
Why do we use events and actions in web dynpro?
Is the basic list deleted when the new list is created?
How to eliminate duplicate entries in internal tables?
What are the value tables?
What are internal tables? How do you get the number of lines in an internal table?
What are the functional areas? User groups?
What is the use of the statement leave to list-processing?
What is direct input method ?
What are the ways you can do the tuning?
What is a view? : abap data dictionary
Application Category?
Have you processed BDCs ?
What’s value table?
If i wont like to change the standard print program where i copied standard script to customer namespace,in this case is it possible to retreive the data if u connect the script with standard program.if yes how?if no why? Is it possible to print the logo in first page only,where the form consists of 10 pages.How can u do this? How can u set a table format where it cosists of fields like cust no, custname, amount ...in a script? How do u know that the particular BADI is suitable for the existed report.How do u findout this?When do u opt for BADI OR USEREXIT?did functional people tell u to adopt BADI or USEREXIT? What is the difference between SY-INDEX & SY-TABIX ? I have a report with fields Status,time & date. the contents it consists are Status Time Date AAA 01:20:15 05-06-10 AAA 11:02:32 O3-06-10 AAA 23:11:00 05-06-10 AAA 09:14:46 05-06-10 HOW DO U WRITE A CODE TO DISLAY A ROW WHICH WAS RECENTLY EXECUTED?( for this question it should display AAA 23:11:00 05-06-10 AS Output)