SAP for Higher Education and Research Discussions
Spark conversations about student engagement, research optimization, and administrative efficiency using SAP in higher education and research. Join in!
cancel
Showing results for 
Search instead for 
Did you mean: 

Finding student demographics

Former Member
0 Kudos

Hi. We're trying to find out what are the demographics of our students. For this, we wanted to use the postal code or the state field (found within standard address details tab in the student master data.)

If we use an infoset query, we believe it should be possible to get this information. However, what are the tables and fields to query is not known to us.

Can somebody help us with this information?

Best Wishes,

Ashish

1 REPLY 1

former_member583013
Active Contributor
0 Kudos

Ashish,

The address data for a student is actually stored with the Business Partner. There would be multiple tables to join to get this information. You would be better off using the function module BAPI_BUPA_ADDRESSES_GET to discover the GUID for the standard address, and then calling BAPI_BUPA_ADDRESS_GETDETAIL to get the details.

Michael