‎2011 Jun 21 6:15 PM
Hello gurus!
I'm having a problem because I'm trying to adapt the FM SAP_WAPI_START_WORKFLOW to perform some actions. I already have the code that we are using for some actions since 3 years more or less, but when i try to set all the parameters the error "TABLES parameters are obsolete" appears. So where I have to declare this parameters sine now are they obsolete?.
Regards
‎2011 Jun 21 7:02 PM
Utilize a table type, in your exporting or changing parameters.
From structure in DDIC, create a table type with a line type of that structure, then in export, declare an object TYPE the table type you created.... that allows you to pass out a table of that particular type. If you have an input, do the same, except put it in import or in changing.
Edited by: DaveL on Jun 21, 2011 8:03 PM
‎2011 Jun 21 7:02 PM
Utilize a table type, in your exporting or changing parameters.
From structure in DDIC, create a table type with a line type of that structure, then in export, declare an object TYPE the table type you created.... that allows you to pass out a table of that particular type. If you have an input, do the same, except put it in import or in changing.
Edited by: DaveL on Jun 21, 2011 8:03 PM
‎2011 Jun 21 9:11 PM