SAP / cloud-sdk

The SAP Cloud SDK documentation and support repository.
https://sap.github.io/cloud-sdk/
Apache License 2.0
44 stars 41 forks source link

Missing RFC and BAPI sections in javadocs #917

Closed gman77 closed 2 years ago

gman77 commented 2 years ago

Hi,

Issue Description

Although its doc, its really techincal doc which is probably generated so I put it here. The javadoc seems to be missing for RFC and BAPI, maybe this is done on purpose? The sourcecode provides some hints but it would be nice if it was an equal citizen as Odata for instance.

No com.sap.cloud.sdk.s4hana.connectivity.rfc image

Impact / Priority

Inconvienent and not Java like :(

Error Message

None


Johannes-Schneider commented 2 years ago

Hi @gman77,

thanks for reaching out to us.

I'll check with the team why the docs are currently missing and come back with an answer as soon as I can.

Best regards, Johannes

Johannes-Schneider commented 2 years ago

Hi @gman77,

we are currently about to change the way we are publishing JavaDoc, which, unfortunately, will still take some time. Therefore, adding the missing JavaDocs to the help.sap.com page isn't easily possible.

Fortunately, however, you can still conveniently view the JavaDoc through javadoc.io. So, to view the JavaDocs of our com.sap.cloud.sdk.s4hana:rfc module, you can use following link: https://javadoc.io/doc/com.sap.cloud.sdk.s4hana/rfc/latest/index.html

Best regards, Johannes

gman77 commented 2 years ago

Ok great I will go with that for now.