SAP ABAP Data Element TDFORM (Form name)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-SRV-SCR (Application Component) SAPscript
     STXD (Package) SAPscript
Basic Data
Data Element TDFORM
Short Description Form name  
Data Type
Category of Dictionary Type D   Domain
Type of Object Referenced     No Information
Domain / Name of Reference Type TDFORM    
Data Type CHAR   Character String 
Length 16    
Decimal Places 0    
Output Length 16    
Value Table      
Further Characteristics
Search Help: Name    
Search Help: Parameters    
Parameter ID   
Default Component name FORM   
Change document    
No Input History    
Basic direction is set to LTR    
No BIDI Filtering    
Field Label
  Length  Field Label  
Short 10 Form 
Medium 15 Form 
Long 20 Form 
Heading 16 Form 
Documentation

Definition

Name of a form. The name of a form has a maximum length of 16 characters and can include upper case letters and numeric characters. It must begin with a letter.

A form in SAPscript is used for page layout. The form contains various elements, which are used for layout control of the individual pages and also contain layout information for texts which are to be output on the individual pages.

To enable text formatting, the appropriate form must be assigned to the text. In the SAPscript standard text editor this occurs via a menu selection. A list of all the forms available in the system is displayed, from which a form can then be selected by the user.

A form definition contains the following elements:

Header data:

This is general information about the form, such as the user ID of the person who created it, a short text describing the form, and global control data, such as font used and page format.

Paragraphs:

Paragraphs are the real layout elements in SAPscript. Every text entered in the editor consists of various paragraphs. The beginning of a paragraph is indicated by a paragraph tag in the left column of the editor. Paragraph names and attributes are defined in the form.

Characteristics or attributes which can be defined for paragraphs include text alignment, line spacing, font used etc.

Character strings:

Character strings are layout elements relevant for a section of text within a paragraph. They are inserted in the continuous text. The beginning of a section of text is marked with the character combination <XX> and the end with </>. Here XX is the name of the character string, which is defined in the form.

Windows:

Windows represent logical units. Although they do not have a physical position on the page, they have a name which reflects the purpose of the text to be displayed in the window. For example, an address window, a window for a letter header etc.

A window type is assigned to every window. The most important type is the main window. "Continuous" text appears in the main window. The text can therefore extend over the main windows of several pages. The other window types, on the other hand, do not allow text which does not fit in the window to be continued in the window on a subsequent page.

Pages:

One or more pages which are to appear in the form are defined here. The attributes of a page include the name of the next page and the type of page numbering. The user determines the page sequence by specifying the next page and defining the first page of the form in the header data.

Page windows:

A page window is defined by specifying the position and size of a form window on a form page. The page window describes the position of a window on a specific page of the form and therefore the area in which text can be output in the form.

Supplementary Documentation - TDFORM 0001

Use

The form name identifies the SAPscript form which is to be used to output the withholding tax report for the vendor. If a form is not specified, the report uses the SAP standard forms. A SAPscript form is not required to output logs.

SAP standard forms are:

F_RFKQST20_10 for Belgium and France

F_RFKQST20_20 for Italy

Procedure

If a form is not entered, the report suggests the appropriate form. If the proposal is to be accepted, this can occur in two ways.

- The program can be started directly with F8.

- The proposal can be confirmed with RETURN and the entry is continued.

Examples

Dependencies

Supplementary Documentation - TDFORM 0002

Use

Name of the SAPscript form for the entries on the turnover tax advance return form.

History
Last changed by/on SAP  20010130 
SAP Release Created in