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

About FUNCTIONCODES

Former Member
0 Likes
465

Hi Developers,

Can any one tell in which table all trhe function codes are stored,

Thanks&Regards,

phnai

3 REPLIES 3
Read only

Former Member
0 Likes
431

Hi.

Please check out table RSMPTEXTS.

Best Regards

Niklas

Read only

0 Likes
431

Please award points if the answers provided are helpful.

Best Regards

Niklas

Read only

Former Member
0 Likes
431

The table that stores function codes standard SAP program table is "<b>RSMPTEXTS</b>".

You can use the fm <b>RS_CUA_GET_FUNCTIONS</b> to get the list of function codes for a given program.

Reward Points if useful.