New SAPScript Interview Questions :: ALLInterview.com http://www.allinterview.com New SAPScript Interview Questions en-us I want few sample tech spec&#039;s in ABAP http://www.allinterview.com/showanswers/76406.html how you create standardtext and how to transfer standard text from o http://www.allinterview.com/showanswers/75702.html The T-code for creation of standard text is SO10 there r two ways of transfering of standard text By using standard program RSTXSCRP download/upload or By using standard program RSTXTRAN first transfer to correction, transport request is How to insert field in standard script ..? http://www.allinterview.com/showanswers/70716.html Using itcsy structure.This Structure has two fields 1) name 2) value systax. perform <pername> in program <progname> using <field> changing <field>. how we can debug in sap scipt http://www.allinterview.com/showanswers/69112.html go to se 71 and give form name and go to utilities and clicked on active debugger--> or RSTXLDMC-->executable program for debugging. 10. Tcode used fo complete documentation of BAPI data record online. http://www.allinterview.com/showanswers/66412.html Tcode SWO1->buisiness object repository sekect the application and can see the list of BAPI available with documentation 9. How do u suppress blank space in sap script. http://www.allinterview.com/showanswers/66411.html &variable(C)& for compressing the blanks of that variable. 8. You can link a search help to a parameter using syntax http://www.allinterview.com/showanswers/66410.html PARAMETERS var TYPE dobj MATCHCODE OBJECT objname create the search help objname 7. What is the tcode to find application server directories. http://www.allinterview.com/showanswers/66409.html AL11 6. What is the difference between file port and TRFC port. http://www.allinterview.com/showanswers/66408.html File port is used in EDI whereas the TRFC port is used in ALE for IDOCs. with best wishes, bhai..... 5. What are the difference between BADI and user Exit. http://www.allinterview.com/showanswers/66407.html badi is objective oriented but user exit is not 4. Whatis the outbnd process code for quotion http://www.allinterview.com/showanswers/66406.html Tcode - WE64 here you can find all the process codes,message type and function module assigned to that process code. Process code for Quotation - SD12 3. In ABAP/4 programs how do u access data present in presentation s http://www.allinterview.com/showanswers/66405.html for presentation server -- gui_upload for application server -- open_dataset 2. Which datatype can not be used to define parameter. http://www.allinterview.com/showanswers/66404.html we cannot use data type "float " to define parameters. 1.What are the methods to modify sap standard tables. http://www.allinterview.com/showanswers/66403.html Append Structure Customizing Include what is the use of label http://www.allinterview.com/showanswers/64904.html for reusability perpose lables can be used in scripts