Write syntax for message error (report)?
what is the output of given code? data : f1 type i, f2 type i. write : / f1, f2. do 2 times. perform addfld. enddo. write : / f1, f2. form addfld. data : f1 type i, f2 type i. add 1 to f1. add 1 to f2. write : / f1 , f2. endform. int : f1 , f2.
What are the field and chain statements?
Select option?
Why defining Logical systems?
what is an HIDE technique?
in ECC6.0 version which package u r working means what? if errors occurs during database updation using bapi how vl v know??bcoz it directly updates db?? how vl v pass tables in smartformd?
what is call back in alv?
In module pool program how to pass the one screen input value to another screen input value?
Is it possible to run host command from SAP environment? How do you run?
HOW DO WE JOIN TWO INTERNAL TABLES USING READT STATEMENT??
what is sales order confirmation and how can do design it in webdynpro. what is Tcode for the same?
What is meant by payscale structure? How did you configure pay scale structure? : sap abap hr