what are the tools you are using for performance tuning in a object?
Answers were Sorted based on User's Feedback
Answer / pratik
We have to use below Tcode for performance Check
SLIN : Syntex check
SCII : Code Inspection
SE30 : Performance Analysis
ST05 : SQL Tracer
Is This Answer Correct ? | 21 Yes | 0 No |
Answer / deep
we can use standard code inspector tcode SCI and tune the performance of the objects.
Is This Answer Correct ? | 11 Yes | 4 No |
Explain how to write a bdc - how do you go about it?
what is cardinality?how it works in ABAP?
What you did in scripts?
3 Answers Cap Gemini, FutureSoft,
What are indexes? : abap hr
Hi, Can any one help me. i have a dropdown list box with values like LG01 SAMPLEDRAW LG02 LASER......... Like this i have multiple values .and my table name is T496N. Whenever i select ex:lgo1 sampledraw the program title should be change with SAMPLEDRAW(With out execute f8 button). Thanks and Regards
as a developer how u will decided which internal table we will use for requirement?
what is meant by enhancement category?
What is the difference between open sql & native sql ?
3 Answers Accenture, SAP Labs,
Hi to all abap gurus iam new to abap and my querry is as follows . and i feel so happy if u give exact anwers ? Querry1: i have one page( named "page1" )in my script with three windows(logo,adress,main windows) my requirement is to display some dynamic data in the script that is list of orders of the customer whn u give the customer number in selction-screen .then we can go for main window only to dispaly dynamic data ? or is there any other option ? then what should we give as apage number in the next page attribute in the header information. suppose if i dont give "page1" in the next page attribute as anext page what will happen ? i mean that dynamic data will be displayed or not ? Querry2: one one more querry incase if we have two pages in my layout .in page1 (3 windows as said above ) and page2 ( only logo and address window ) and no main window in page2. now if we give "page2" as next page in the next page attribute of page1 then that dynamic data will be displayed or not ?
how should post data from my internal table to flat file manually in bdc .please explain step by step
steps for creating table
in which event validation is done?