Scrol

SAP Trainings contact sap.sreeram@gmail.com or 091-9916083157, 001-210-399-8414

SAP ABAP Reporting Formatting


In order to suppress the leading zeros of a number field the keywords used are :
NO-ZERO.

The  Command that allows for vertical alignment of fields one below the other.
UNDER.

In order to concatenate strings only for output purposes the command _________ can be used in conjunction with the 'Write' statement.
NO-GAP.

Data can be moved from one field to another using a 'Write:' Statement and stored in the desired format.
TRUE. Write : Date_1 to Date_2 format DD/MM/YY.

In order to have boldfaced text as output the command used is
Write : <f> INTENSIFIED.

Background and foreground colors can be interchanged using the command
Format inverse.

Which datatype cannot be used to define parameters.
Type F.

For each new event, the system resets all formatting options to their default values. TRUE.


The processing block following END-OF-PAGE  is processed only if you reserve lines for the footer in the LINE-COUNT option of the REPORT statement.              

To execute a page break under the condition that less than a certain number of lines is left on a page is achieved by ________________________.
RESERVE n lines.



What is the limit for the length of a page if the page length is not specified in the report statement.
60,000 Lines.

How can Symbols or R/3 icons be output on the screen?
WRITE <symbol-name> AS SYMBOL.
WRITE <icon-name>   AS ICON.