What take most time in SAP Script programming?
Answer Posted / bhanu
logo insertion
| Is This Answer Correct ? | 3 Yes | 7 No |
Post New Answer View All Answers
What abap statement will trigger list generation?
There is a delivery that is being created through the ABAP code and in the middle it says delivery created but someone is modifying , how would you rectify this issue
What is the difference between data elements and domains? : abap data dictionary
Why do we need to code a loop statement in both the pbo and pai events for each table in the screen?
What is going life actually? What is the role of a functional consultant in it? : sap abap hr
Where can you find error log for call transaction? : abap bdc
How many main windows are allowed in sapscript?
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)
What is alv programming in abap? When is this grid used in abap? : abap hr
Can a transparent table exist in data dictionary but not in the data base physically? : sap abap data dictionary
What is meant by hotspots?
If I have put commit in badi implementation class after update, is it allowed? Also if some standard functionality already implemented an update and now i m doing update and if it fails, what will be the impact of commit?
How are the date abd time field values stored in sap?
What is the meaning of table buffer? This buffer is used by which type oftable?
Where do you code the hide statement?