SAP SCRIPTS INTERVIEW QUESTIONS AND ANSWERS
42. What for Sap script are
used?
Ans: Sap script is used to
design and print the layout sets.
43. What are Sap script
elements?
Ans: Header, Pages, Windows, Page windows,
Paragraph formats, Character formats, Documentation.
44. What are different types of
windows?
Ans: There are 4 types of windows. 1. Main window
2. Constant window 3. Variable window 4.Grid screen.
45. What is the character
format? What are they?
Ans:
46. How to print a logo?
Ans: To print a logo run the
report program RSTXLDMC, give the macro name. In the layout set Insert-Graphics
give the file name.
47. What are the settings you
done while creating a logo as an abaper?
Ans:
48.How you write a print
program?
Ans To write a print program use
the function modules OPEN_FORM, WRITE_FORM, CLOSE_FORM.
49. How will you call a layout
set in a print program?
Ans: You should give the layout
set name in the OPEN_FORM attributes. It will open that layout set form for
writing purpose.
50. Have you ever debugged a
layout set? How will you debug a layout set?
Ans:
51. At a time how many variables
you can see while debugging?
Ans: at a time you can see 4
variables while debugging.
52. What is difference between
watch point and break point?
Ans:
53. How will you debug a report,
Transaction, BDC program?
Ans:
54. What are the Sap script
elements?
Ans: Header, Pages, Windows,
Page Window, Paragraph format, Character format, Documentation.
55. How many types of windows in
SAP Script? What are they? Explain?
Ans: In Sap script they are 3
types of windows.
1. Main
window: whose contents can extend more than one page.
2. Constant
window: Whose content does not change from page to page.
3. Variable
window: Whose content change from page to page.
56. For layout set how many main
windows and how many sub windows?
Ans: Per layout set, you can
create only one main window and up to 99 sub windows.
0 comments:
Post a Comment