ABAP Method- Exporting, Returning, Changing parameters can be combined
In earlier ABAP release, it was not allowed to combine exporting with returning or exporting with changing parameter with methods but in the new abap release these all combinations are allowed. Combing exporting with returning, combining exporting with changing and combining exporting,returning & changing all together.
Here when exporting is added with returning parameter the system shows below error message.
In higher abap release, we can really combine exporting with retruning.
Method test works fine.
It is also possible that the exporting can be combined with changing parameter.
Also exporting, returning and changing can be used together.