Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature Request: Indent RECEIVE RESULTS FROM FUNCTION correctly #166

Closed
fmabap opened this issue Oct 21, 2023 · 4 comments
Closed

Feature Request: Indent RECEIVE RESULTS FROM FUNCTION correctly #166

fmabap opened this issue Oct 21, 2023 · 4 comments
Assignees
Labels
enhancement New feature or request

Comments

@fmabap
Copy link

fmabap commented Oct 21, 2023

Hi,
the parameters and exceptions of the RECEIVE RESULTS FROM FUNCTION command are currently not indented correctly with the default profile. Can you please adjust it to indent them like at the CALL FUNCTION command?

Example:

    RECEIVE RESULTS FROM FUNCTION mv_funcname
      IMPORTING
        et_para1               = et_para1
      ET_PARA2 = LT_PAR2
ET_PARA3 = LT_PARA3
      EXCEPTIONS
    system_failure        = 1
     communication_failure = 2
       OTHERS                = 3.

Current cleaning:

image

Best regards
Frank

@jmgrassau jmgrassau added the enhancement New feature or request label Oct 22, 2023
@jmgrassau
Copy link
Member

Hi Frank,

good point, this should be easy to include into the "Align parameters and components" rule!

Kind regards,
Jörg-Michael

@jmgrassau jmgrassau self-assigned this Oct 22, 2023
@jmgrassau
Copy link
Member

Hi Frank,

voilà, this will be available (following the configuration of the "Align parameters and components" rule) in the next release:

image

Kind regards,
Jörg-Michael

@fmabap
Copy link
Author

fmabap commented Oct 22, 2023

Hi Jörg-Michael,

great, thank you!

I will leave the issue open until the next release.

Best regards
Frank

@jmgrassau
Copy link
Member

Hi Frank,

thanks again for opening this – RECEIVE RESULTS should now be aligned with version 1.8.0, which was just released!

Kind regards,
Jörg-Michael

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants