what technology used at presentation layer for displaying
GUI to SAP user ? and where those files were put?
Answers were Sorted based on User's Feedback
Answer / ravinjaypee
ASP.NET the files are saved in root directory.
Is This Answer Correct ? | 4 Yes | 7 No |
Answer / saptech
SAP GUI is used as to display response from application
server. It is installed on same server.
Is This Answer Correct ? | 0 Yes | 4 No |
How many types of data classes are there in sap abap? : abap data dictionary
How do you get help in ABAP?
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 is an update task?
what are the two methods of modifying sap standard tables ?
loop at itab. IF <cond>. Continue. Endif. Endloop. If continue triggers what will happen, it comes out of loop and endloop for further loop pass or just comes out of IF and Endif.
What is its?
Hi All , Please mail me Interview Questions Related to SAP ABAP WITH CRM FUNCTIONAL EXPERIENCE please help me out ASAP as i m in Great need of Help.. my email Id is surendhar.palle@gmail.com Thanks and Regards surendhar
what command will use in logical database for retrieve the data (select OR retrieve OR GET)
Can we access static attribute from instance method
what is result set of an inner join at database level ?
Give few names of cluster tables in sap ?