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

table for predefined function codes

paruchuri_nagesh
Active Contributor
0 Likes
572

hi

exprts what is the table for predefined function codes

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
529

hi

plz check RSMPTEXTS

regards

karthik

3 REPLIES 3
Read only

Former Member
0 Likes
530

hi

plz check RSMPTEXTS

regards

karthik

Read only

former_member404244
Active Contributor
0 Likes
529

Hi,

check the belwo tables

RSMPCHECK

RSMPCHECKT

RSMPTEXTS

RSMPTEXTSI

Regards,

Nagaraj

Read only

RaymondGiuseppi
Active Contributor
0 Likes
529

Most OK_CODE are defined in Menu painter and depend on the status associated with the screen. (SET PF-STATUS in PBO)

The text are stored in RSMPTEXTS Menu Painter: Texts, you can make query on this table, but keep in mind that the in the key you have the program field, you can even have different value for the same OK_CODE in different status of a single program. (SUB_CODE > 001)

(OBJ_TYPE = F for OK_CODE, TEXTTYPE = M for Object text)

Regards