cap-js / cds-typer

CDS type generator for JavaScript
Apache License 2.0
29 stars 10 forks source link

Disable positional call style for ABAP RFC actions #311

Closed chgeo closed 2 months ago

chgeo commented 2 months ago

Actions for ABAP RFC modules should only be callable with named parameters. Such modules have 'parameter categories' (import/export/changing/tables) that cannot be called in a flat order.

chgeo commented 2 months ago

LGTM (here's to hope we don't have to support too many special forms, endpoints, quirks beyond RFC)

Yes, I hope so too. ABAP is always special :)

chgeo commented 2 months ago

But we can also discuss w/ the importer/compiler colleagues if they can give us an annotation hint (@cds.action.callstyle.positional:false or so).