ABAP Method- New Feature

lightABAP 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.

0


In higher abap release, we can really combine exporting with retruning.

1

2

Method test works fine.

34


It is also possible that the exporting can be combined with changing parameter.

5

Also  exporting, returning and changing can be used together.

6


 

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Twitter picture

You are commenting using your Twitter account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s