Menu

SAP Function Module TB_TR_DYNAMIC_READ_OF_FIELDS

read field names of 2 tables and compare

The Function Module TB_TR_DYNAMIC_READ_OF_FIELDS (read field names of 2 tables and compare) is a standard Function Module in SAP ERP and is part of the function group TB46 within the package FTT.

Technical Information

Function Module TB_TR_DYNAMIC_READ_OF_FIELDS
Short Text read field names of 2 tables and compare
Function Group TB46
Package FTT
Module Type Normal Module

Importing Parameters

These are the IMPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
I_DDIC1 TYPE C 1. Name of DDIC object
I_DDIC2 TYPE C 2. Name of DDIC object

Exporting Parameters

These are the EXPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
E_TAW_FIELDS1 TYPE TRDE_TAB_FIELDS Fieldnames of 1. DDIC object
E_TAW_FIELDS2 TYPE TRDE_TAB_FIELDS Fieldnames of 2. DDIC object
E_TAW_FIELDS_BOTH TYPE TRDE_TAB_FIELDS Intersection of 1. and 2. DDIC objects

Changing Parameters

This function module does not define any CHANGING parameters.

Table Parameters

This function module does not define any TABLE parameters.

Exceptions

This function module does not define any Exceptions.