cancel
Showing results for 
Search instead for 
Did you mean: 

The use of ! in METHOD IMPORTING parameter

raffinkira
Participant
0 Kudos

Hi experts,

In the following code, you can see there is a ! in front of the parameter name.

 

METHODS xyzabc

IMPORTING

  !aaa TYPE i.

What's difference if ! is used or not?

 

Regards,

Ming

 

 

View Entire Topic
filiperittercruz
Explorer

The ! can be used if you have an ABAP keyword as a parameter. “Type” for example would not be allowed as a parameter. Then you need to use !type.

 

Best Regards,

Filipe