Get field value action

The Get field value action in the SAP BAPI package enables you to obtain data of a specific field from a function, table, or structure.

Settings

  • In the BAPI function alias field, enter the alias you have provided for SAB BAPI function using the Create function action.
  • Select one of the following option to specify whether you want to obtain data from a function, table, or structure:
    • Function: Enables you to get the value of a field from a function.
    • Table: Enables you to get the value of a field from a table in a SAP BAPI function.

      You must specify the Table alias from which you want to obtain data.

      You must use the Get table action before you use the Get field action to obtain the value of a field from a table in a SAP BAPI function. You must also specify the Table alias from which you want to get data.

    • Structure: Enables you to obtain data from a structure in a SAP application.

      You must use the Get structure action before you use the Get field action to obtain the value of a field from a structure in a SAP BAPI function. You must also specify the Table alias from which you want to obtain data.

  • In the Field name field, enter the name of the field from which you want to get data.
  • In the SAP BAPI Session field, enter the session name you used to connect to the SAP application in the Connect action.
  • In the Save the output to a variable field, specify a string variable.