In an customer exit (include Z) program, only the last record is getting fetched. The exit is getting called after pressing save button. What to write for fetching the first record ? Before saved to a SAP table how can i call all these records in an itab in the exit ?
2030Write a pseudo code to evaluate a number to any base given (2...16) based on the input. Number greater than 9 should be given as A-F for 10-15.
2540Given a set. Write the pseudo code to get all the subsets for the given set. Eg. Input : {1,2} Output : (),(1),(2),(1,2)
2723Given three sides of a triangle. Write the Program to determine whether the triangle is : 1) Invalid 2) Right Angled 3) Isoscales 4) Equilateral 5) Not Special An Isoscales right angled triangle should be taken as a Right Angled Triangle
3 50014Post New Programming Languages AllOther Questions
if 2 is passed as an argument to the method,void GC.Collect then what would be the result?
Suppose we are doing 4 operations on database using service, first operation is successful but due to some reason remaining 3 operations are failed. I) is this transaction successful or not? ii) How can you give that error message to user?
when we use mantis? how learn mantis?
Where do we need Operator overloading?
what is programmable BIST in today ic design
will it allow to add same value in HashMap class.
Diffrence between 2.0,3.0,3.5,4.0. versions of .net?
in IBM PC -AT.WAT AT REFERS TO?
Code for display the images from drive using vb 6.0?
Write a program to find duplicate number from array in minimum time complexity.
sample and simple coding where we get?
In loading programs into memory, what is the difference between load-time dynamic linking and run-time dynamic linking?
Write a shell program. Enter number of days from keyboard. Find out the number of years, month and days it contains
Given a cube of size n*n*n (i.e made up of n^3 smaller cubes), find the number of smaller cubes on the surface. Extend this to k-dimension.
hi all, i need ur help in preparing a sql which performs scd2, i mean i have a scd2 mapping i need a sql which can give me same result as scd2 mapping, SRC table: cust_no, loc 01 abc 02 xyz TGT table: pm_ky cust_no loc current_flag 1 01 abc Y 2 02 xyz Y cust 1 has changed his loc to xyz then it loads into TGT table as below, pm_ky cust_no loc current_flag 1 01 abc N 2 02 xyz Y 3 01 xyz Y i need sql to get the above result, hope got me question, Any suggestion will be appreciate.. thanks, Vinod