SAP Scripts are used to generate printable business legal documents like invoice, delivery note, sale order, purchase order etc. SAP Scripts are client dependent. Here we are providing list of Scripts interview questions part 2.
SAP Scripts Interview Questions
1) How to add extra functionality to a standard print program with out touching the print program?
2) What is sub routine pool in sap script? When it is used?
3) How to read standard text in sap scripts?
4) What is the difference between scripts & smart forms?
5) Sap scripts and abap programs are client dependent or not?
6) What is the transaction code for logo uploading?
7) How can you send forms from one client to other?
8) What is the difference between open_form and close_form?
9) How to convert a sap script to smart form?
10) How to send a smart form result through mail?
11) How to select desired paper size in sap script?
12) How to debug a script?
13) What is the program name to find out script names?
14) What is the program name to convert sap script standard text to raw format
(ASCII)?
15) What is the program name for converting OTF format to PDF format?
16) What is the program name to copy forms between clients?
17) What is the program name to compare two forms?
18) What is the program name for conversion of page format for forms?
19) What is the program name for conversion of sap script texts (ITF) to html?
20) What is the transport program for sap script transport objects?
21) What is the program name to find out styles?
22) What is the program name to find out standard text?
23) How can we have different fonts on the same line?
24) how can we print footer notes only on the last page
25) I have 2 pages for a form in sap script.
26) Can i have 2 different orientations for 2 pages
ie can i assign page1 as portrait & page2 as landscape??? If so, how????
27) How do you translate scripts to different languages?
28) How to convert sap script spools request to PDF?
29) I need to find the program that calls the particular form.
30) Delete load program for sap script
31) How can we upload/download layout sets?
32) How to take a back up of script layout into your hard disk and load it later
33) How do you use tab sets in layout sets?
34) In what format does sap script store text?
35) What is the use of new-page command?
36) What are standard symbols?
37) What are program symbols?
38) What are text symbols?
39) How do we define text symbols?
40)How do we set the date, time format?
41) How do we set the date, time format?
42)What is the table name that will contain all the script form names and print program names?
43) Can you assign your own form to a standard print program? How?
Friends if you know any answers to the above questions please provide the answers in the below comment box.
"You found the information helpful and want to say thanks? Your donation is enough to inspire us to do more. Thanks a bunch!"
2 comments:
42.TNAPR
43.yes,In the print program in FM open_form/start_form, the form name has to be mentioned in the first place. Check out whether in your standard print program, in the FM open_form/start_form the form name is hardcoded or not. If hardcoded, you have to change the form name used in the print program only.
If not hardcoded, form name can be fetched from some database table like TNAPR (field FONAM) and assigned to FM. In such case, you have to change configuration for the corresponding output type in transaction NACE.
Post a Comment
Note: Only a member of this blog may post a comment.