SAP ABAP Data Element FB_RC_TABNAME (Table Name)
Hierarchy
EA-FIN (Software Component) EA-FIN
   FI-GL-GL-CL (Application Component) Closing Operations
     FB_RC (Package) Reconciliation Tool
Basic Data
Data Element FB_RC_TABNAME
Short Description Table Name  
Data Type
Category of Dictionary Type D   Domain
Type of Object Referenced     No Information
Domain / Name of Reference Type AS4TAB    
Data Type CHAR   Character String 
Length 30    
Decimal Places 0    
Output Length 30    
Value Table DD02L    
Further Characteristics
Search Help: Name    
Search Help: Parameters    
Parameter ID   
Default Component name    
Change document    
No Input History    
Basic direction is set to LTR    
No BIDI Filtering    
Field Label
  Length  Field Label  
Short 10 Table 
Medium 15 Table Name 
Long 20 Table Name 
Heading 30 Table Name 
Supplementary Documentation - FB_RC_TABNAME0001

Use

If you would like the texts for the specified characteristics to be displayed on the Sets: Single Entries screen specify the name of the text table you would like to use in this field.

Dependencies

Example

Application    Data Element    Text Table

Financials    SAKNR    SKAT

Financials    KUNNR    KNA1

Financials    LIFNR    LFA1

Supplementary Documentation - FB_RC_TABNAME0002

Use

Enter the name of the structure which will be used for displaying the unassigned items in the Reconciliation Display. Typically this structure will include all relevant fields of the database table storing the detail data records plus some additional fields (e.g. text fields or additional fields to display a status icon with text).

Dependencies

Example

Supplementary Documentation - FB_RC_TABNAME0003

Use

Enter the name of the structure which will be used for displaying the assigned items in the Reconciliation Display. This structure must contain the same fields as the display structure for unassigned items. Additionally you should include any fields which are to be displayed from the partner's data record and a field for the currency of the group difference and the amount of the group difference.

Dependencies

The field mapping for filling the Assigned Items structure is provided in the implementation of method if_fbrc_presentation~get_mapping_table.

The Assigned Items structure must contain a field for displaying the currrency of the group difference and the amount of the difference. The names for these fields must be supplied in the implementation of method if_fbrc_presentation~get_assigned_amount_fields.

Example

Fields included in Unassigned Items structure:

Field Name    Description

ORGUNIT    Leading organizational unit

PARTNER    Leading partner unit

RECNO    Identifying record number

CURR    Primary currency key

AMOUNT    Primary amount

Fields included in Assigned Items structure:

Field Name    Description

ORGUNIT    Leading organizational unit

PARTNER    Leading partner unit

RECNO    Identifying record number

CURR    Primary currency key

AMOUNT    Primary amount

PRECNO    Identifying record number from partner's record

PCURR    Primary currency key from partner's record

PAMOUNT    Primary amount from partner's record

GCURR    Field for displaying currency of group difference

GAMOUNT    Field for displaying group difference

Supplementary Documentation - FB_RC_TABNAME0010

Use

In case you would like to group the contact persons of this Contact Person Database you must specify a table name and field name. This field must have a value help available (e.g. foreign key or search help).

Dependencies

Example

Group Contacts By    Group By Table    Group By Field

Company    T001    RCOMP

Company Code    T001    BUKRS

History
Last changed by/on SAP  20050520 
SAP Release Created in 500