I'm new to ABAP. What is Module pool in SAP?
No Answer is Posted For this Question
Be the First to Post Answer
Why did you ever become involved in QA/testing?
There are 2 tables: EMP : EmpId, Ename, Sal, DeptId DEPT : DeptId, Dname Write a query to find out emp names and their department names. if any emp has null in Deptid the it shows ?No Department?. Write a query to find out those department names which has no employee. Write a query to find out those employees whose salary is greater than their department?s average salary.
what is fisrt female program
What do you mean by an array ? explain with an example
hi, all this is shoba m.c.a . i have learned abap but no oppurtunities right now as fresher , right now i want to learn any course on demand any one pls suggest me good course and institute in hyderabad
which one is the best practice using synchronization method or synchronization block
which of the following is efficient in terms of space a. insertion sort b. quick sort c. selection d. both a and c
i am exeprienced person what is selection process
___ method used to move a recordset pointer in nth position in DAG.
1. Consider the following input and generate the object code using single pass assembler. JOHN START 0 USING *,15 L 1,FIVE A 1,FOUR ST 1,TEMP FOUR DC F’4’ FIVE DC F’5’ TEMP DS ‘F END
What is the difference b/w Object base and object oriented programming?
Write a shell program. Enter basic pay of an employee and calculate DA, HRA, Deduction, Gross pay and Net pay as follows: DA = 75 % of BASIC HRA = 10 % of BASIC DEDUCTION = 15 % of BASIC GROSS PAY = BASIC+DA+HRA NET PAY = GROSS PAY-DEDUCTION.