Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

RFC function modules to read user profile and table definitions?

Former Member
0 Likes
921

Hi Gurus,

do you know any function modules can read user profiles (roles/language... whatever we see in SU01) and table definitions (components, searchhelps and whatever others we see in SE11)?

Thanks a lot.

Hi Gurus,

do you know any function modules can read user profiles (roles/language... whatever we see in SU01) and table definitions (components, searchhelps and whatever others we see in SE11)?

Thanks a lot.

5 REPLIES 5
Read only

Former Member
0 Likes
852

Hello

BAPI_USER_GET_DETAIL - for user details

SCPR_DB_TABLE_TABFLDDEF_GET - for table details

Read only

0 Likes
852

Thank you.

One more question, is there any remote-enabled function module to read table definitions?

Read only

0 Likes
852

I got one to read table columns:

RFC_GET_STRUCTURE_DEFINITION

any function modules else? Thanks

Read only

0 Likes
852

Hello

Oh, sorry ...

SRTT_GET_REMOTE_TABLE_DEF

Read only

0 Likes
852

RFC_GET_NAMETAB, that is it!