How many sql statements are used? Define them.
How can we use the "CreateObject("Shell.Application")" in QTP and what is the definition and purpose of it?
What is re-factoring in software?
What is the difference between "revocable beneficiary" and "irrevocable beneficiary"?
What are five rules of using powerpoint in a professional presentation?
How do you determine the sensitivity of the ResultSet object?
What are the basics of machine learning?
Explain me what the webdriver supported mobile testing drivers do you know?
.find the output of the following program? char*myfunc(char*ptr) { ptr +=3; return (ptr); } int main() { char*x,*y; x="HELLO"; y=myfunc(x); printf("y = %s ",y); return 0; }
I am trying to automate a manual processing of iDOCs in BD87. I used the following code to pass idoc-id to global variable 'DCN' and then skip the first screen of BD87 to go to processing directly. After running this code SET PARAMETER ID 'DCN' FIELD itabhdr-idoc_id. CALL TRANSACTION 'BD87' AND SKIP FIRST SCREEN. it takes me to the first screen because it cannot recognize my idoc-id. How I can pass idoc-id to global? I have used the above code to goto VA02 with VBELN and it worked perfectly.
Tell us what is detergent?
Please give me customization setting for FI/Co - CIN? up to vendor/customer invoice posting for excise/service tax / withholding tax? as a fi consultant what are the settings to be done? pls is there any website for the CIN separately for self learning? rgds, Bindu
Difference between DataGid and Girdview? Difference b/w .Net 2.0, 3.0 and 3.5 ? Diff b/w dispose & Finialize Methods?
Why haven't you been placed yet?
You need to add a notnull column in a table by using alter command (without using default command). How would you do that?