Hai, Please post all SAP SD Q&A to my emailid: nagendra15061975@gmail.com
How are error messages created and handled in webdynpro?
Does a primary key have to be a number?
What is the incorrect declaration of a set?
What is transclude in custom directive?
What is syn flood?
can u plz send me technical questions asked in SCHNEIDER ELECTRICAL technical paper?
Explain factory method in angularjs?
What is firstordefault c#?
What is a php tag?
What's the order in which the objects in an array are destructed?
What is the tfdbg tensorflow debugging?
Explain isolation levels. : Transact sql
Has your degree benefited your digital marketing career?
I AM TRYING PORT CODE FROM WINRUNNER TO QTP AND DON'T KNOW TO HOW TO CHECK THE ERRORS. IN WINRUNNER FUNCTION RETURNS EIGHER 0 OR -1 AGAINST WHICH RESULT CAN BE MADE PASS OR FAIL BUT IN QTP I DON'T SEE FUNCTIONS RETURNING ANY VALUE. APPRECIATE IF ANYONE COULD HELP ME CONVERTING FOLLWOING WINRUNNER CODE TO QTP. set_window("Customer Service"); rc = web_obj_get_text("Summary","#2","#4",ssn,""," ",1); if (rc != E_OK) { report_msg("[GetSubscriberSummary] Could Not get subscriber SSN; rc = "&rc); myRC = rc; } else { ssn = StripBlank(ssn); if (DEBUG) report_msg ("[GetSubscriberSummary] SSN: "&ssn); }