How would you design a BDC (session method ) in which session will get executed itself. user do not need to go to SM35.
2 6089How will you know which BADI is being, if there are multiple implementations of BADI in the same project.
1 5964If there are two table with Foriegn Key relationship, and if any changes is made to the check table in Table Maintanance Generator how will this the other table?
2 5854If there are errors in BDC Call Transaction method, once the correction of errors is made how will you run this as Session method ?
3 8585Post New IBM SAP ABAP Interview Questions
Why should I use a pivot table?
How psychology different from sociology?
What is use of print_r () and dump () functions?
Is it possible to call win runner script in qtp?
Tell something about bank regulation act?
What is floor in java?
Explain the war file?
main() { struct s1 { char *str; struct s1 *ptr; }; static struct s1 arr[] = { {"Hyderabad",arr+1}, {"Bangalore",arr+2}, {"Delhi",arr} }; struct s1 *p[3]; int i; < BR> for(i=0;i<=2;i++) p[i] = arr[i].ptr; printf("%s ",(*p)->str); printf("%s ",(++*p)->str); printf("%s ",((*p)++)->str); }
What is the difference between PIC 9.99 and PIC9v99?
CSS corp interview process and placement papers
How do I install a wordpress theme from a zip file?
How to use apache web server linux?
What is ms word & why it is used for?
Types of Session handling methods in Django?
How do you reverse a string in java without using string buffer?