Forum

Kahn
Moderator
    Has successfully completed the online course Introduction
    Has successfully completed the online course Intermediate (200)
    Has successfully completed the online course Advanced (300)
5 years, 11 months ago #16487
Up
0
Down
::

Hi,

you will get the Contents of the Tables as follow:

  • Add the following parameter into your call configuration/operation/additionalReturnInformation[0]  and the value TABLE  to get the TABLES as output
  • Warning: By doing so you will get only the TABLES as OUTPUT, if you want to get your EXPORT or CHANGING, then please do the following
    • For EXPORT parameter: Add the following parameter into your call configuration/operation/additionalReturnInformation[1]  and the value EXPORT  to get the EXPORT as output
    • For CHANGIG parameter: Add the following parameter into your call configuration/operation/additionalReturnInformation[2]  and the value CHANGIG  to get the CHANGIG as output
  • You can also get the defined EXCEPTIONS as output if you desire so: Add the following Parameter into your call configuration/operation/additionalReturnInformation[3]  and the value EXCEPTION  to get the EXCEPTIONS as output

 

The standard behavior is as follows:

  • You provide an IMPORT parameter as input, then you will get automatically all EXPORT parameters as output
  • You provide a CHANGING parameter as input, then you will get automatically all CHANGING parameters as output
  • (Will follow soon: You provide a TABLE parameter as input, then you will get automatically all TABLE parameters as output)

 

I hope this helps you.

Regards

Kamil