Skip to Content
0
Sep 07, 2023 at 05:41 PM

sapcpsdk CLI - generate async/await classes?

223 Views

Hi,

I just created a new application with the assistant (9.2.2) and got nice async/await classes implemented as OnlineDataServiceAsync.

When running CLI proxygen to create classes for another destination, they're all in the old completionHandler style as LegacyDataService<Provider> .

Are there any parameters I can use to generate modern style async/await classes with the CLI or do I have to create new dummy projects with the assistant for each update and move the classes into my existing project?