Answers

  1. Tables in SAP Smart Forms are subnodes of windows and are created like all other subnodes using the context menu of the _______________.

    Answer: navigation tree
  2. What all information is required for line types?
    Answer:

    The following information is required for line types: -

    • Name
    • Protection against page breaks
    • Number and width of the cells
    • Default type: Without relevance
    • The table width must be identical to the total width of all cells for each line type.

  3. What are the two assignment types possible while processing tables?
    Answer:

    The two possible assignment types are into and assigning. In case of into, the lines are copied from the table into the work area while in assigning, the lines are assigned to a field symbol.

  4. How are the header, the main area, and the footer of a table processed if they all appear on one page?
    Answer:

    If all three areas of a table appear on one page, they are processed from top to bottom, that is, first the header, then the main area, and finally the footer.

  5. To sort the internal table within the form, the names of the fields to be used are entered as the _______________.

    Answer: Sort criteria
  6. If you select _______________ and/or _______________ for a sort criterion, the corresponding control levels are inserted into the navigation tree of the table.

    Answer: Event on Sort Begin, Event on Sort End
  7. You use the events before loop or after loop to count sublevels.

    Answer: False

    You use the events before loop or after loop if a calculation is to be performed for every processed line of the table.

  8. What is the use of a template node type of an SAP Smart Form?
    Answer:

    The Template node type of an SAP Smart Form is used to output tables with a fixed layout and size. Templates are used for printing data on predefined forms, such as flight tickets or tax forms.

  9. Choosing _______________ as the vertical alignment places the template in the window directly underneath the node that precedes the template in the navigation tree.

    Answer: Currently
  10. Settings for frames or shading are permitted on the Output Options tab page.

    Answer: False

    No settings are permitted for frames or shading on the Output Options tab page. You have to make these settings on the Template tab page.

  11. To make redrawing the original form easier, you can deselect the _______________ checkbox in the Table Painter settings.

    Answer: Align tables with grid