Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Create a new Structure or Table in your new Application named exactly like the one you wish to copy.

  2. Provide the Application Name of the Source App in the Reference FAB Project property.

  3. Provide the Structure name of the structure you are copying in the Reference Node property.

  4. Right click the Structure and select Add Fields from FAB Reference Project.

  5. The fields will be copied from the Source App.

  6. Set the Direct Type Declaration to true or false. If set to true, the structure is declared in the implementation class (GS_DATA) and it assumes all the properties of the specified data type. If set to false, the structure is declared as a custom type.

...