SAP ABAP Interview Quesatons & Answers Part 11

«« Previous
Next »»

151. Are sapscripts client dependent or independent ?


Ans: Whenever we create a sapscript internally it is stored as text, as per SAP standards all text data is client dependent. SAPSCRIPTS are client dependent.

152. What are components of Layout Set in sapscript?


Ans: Header Data, Page,Page Windows, Windows, Paragraph Format and Character Format are the components of sapscript layout

153. Differentiate between Page1 & Page2 format in sapscript?


Ans: Page1 format: In this all pages have the same format. Page2 format: In this there is variation in page format i.e. first page has different format than second page.

154. How many main windows can we define per form and per page in sapscripts?


Ans: In sapscripts we can define one main window and 99 windows per page

155. Differentiate between Character format & Paragraph format in sapscript?


Ans: Paragraph format is used for formatting a paragraph, we can add tabs in this.We can use character format in paragraph format.
Character format are used for assigning various attributes of font like size, type, bold etc.

156. What is SAP style maintainace ?


Ans: It is a collection of character and paragraph format.

157. How will create standard text? How will you insert standard text in SAP Script?


Ans: SO10 is the transaction code for creating standard texts. To create standard text in SE71 go to ,main menu ->insert ->standard text or by using control command .

158. Can we use Function Modules in sapscript layout set ?


Ans: No, we can not use Function Modules in sapscript layout set

159. Can we use Subroutine within a sapscript Layout set?


Ans: Yes, we can use suproutines/performs in sapscript layout set

160. Can we call another Form from same print program in sapscript?


Ans: Yes, we can call other forms in the same print program/driver program

161. How do you upload logo in SAP script ?


Ans: We can upload logo using standard program RSTXLDMC or using transaction code SE78.

162. I have 1 basic list and 15 secondary list in interactive report. If i am in 9th list, how can i come directly to the basic list?


Ans: System variable sy-lsind stores the list number, by using this we can go to basic list.

163. I have a Ztable, I wants to add one more field to the table without disturbing previous data, what should I do ?


Ans: I have a Ztable, I wants to add one more field to the table without disturbing previous data, what should I do ?


164. Can we sort internal table without using SORT statement ? Explain ?


Ans: We can sort internal table without using SORT statement by declaring sorted internal table . ex: DATA : IT_MARA TYPE SORTED TABLE OF MARA.

165. What are dynamic modifications of a screen? explain?


Ans: Dynamic modifications are changing the screen(hiding/enabling/disabling etc of screen elements) based on user actions, this can be done by using event AT-SELECTION-SCREEN OUTPUT.

«« Previous
Next »»

No comments:

Post a Comment