to link the loop to a table control we use the addition WITH CONTROL else this works as as stand-alone________________?
1 3811to explicititly intialize the selection screen for each call you must you the event ________________?
2 4534what the tcode to check the consistency of work flow for ALE /EDI in a inbound error processing?
1 4727what is the field to be used in field catalog of an ALV report to hide the relevant column in the list?
1 5428
What are different ABAP editors? What are the differences?
What actually happens in real-time recruitment? : sap abap hr
What is the client concept in sap?
Exception handling and how does it transfer from called method to calling method?
What are two methods of modifying sap standard tables?
Explain the table, which contain the details of all the name of the programs and forms?
Is a logical database a requirement/must to write an abap/4 query?
Name some system global variables you can use in abap programs?
singleton class
What is the difference between rfc and bapi function modules? : abap bdc
What are the 3 types of tables in sap? : abap data dictionary
In selection screen I have three fields, plant mat no and material group. If I input plant how do I get the mat no and material group based on plant dynamically?
Where do you code the hide statement?
What is the difference between RETURNING and CHANGING parameters for a method?
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)