cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

is there any way to call table in public cloud?

nirojan_vel
Explorer
0 Kudos
146

Hi Team,

Is there any way to call the table in public cloud? for my case I need PERNR and Userid fields from PA0105 table. did anyone know CDS/ API or any other ways?

I checked SAP Business Accelerator Hub. I couldn't able to find the fields PERNR and USERID

Thanks,

Nirojan.

View Entire Topic
Jerry_Lowery
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi nirojan_vel,

You won't have access to any tables directly programmatically or through business logic - you could check the Customer Data Browser to find some exposed tables.

That being said, you will need to find a CDS View

The View Browser app will let you search on a field, you can find PERNR for example, but none of the views are released for Key User or Developer Extensibility.

Because those are potentially personal data, SAP takes steps to protect the data due to privacy laws.

You can check the help, for example the HR related views:

https://help.sap.com/docs/SAP_S4HANA_CLOUD/c0c54048d35849128be8e872df5bea6d/8aeb6c48ea1b451aa27e34f1...

The Person Work Agreement has Personnel Number, if that is one you are looking for.

Workforce Person might also be useful for you as it has UserId.

Please let us know if this helps and what you find

Thank you
Jerry