Application Development 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: 

Function code for push button in customer screen

former_member647955
Participant
0 Kudos
662

Dear ABAPers,

I need to modified MM01/02/03 with additional tab.

I have some problem when adding push button in my new tab and assigning function code to that push button.

When I test it, there is error said that 'Record <function code> doesn't exist in table T133E'

When I take a look at table T133E, I can't found record with function code that I made.

Do anybody know how to insert my custom functional code to table T133E. I believe it will not be directly insert into T133E. Is there any step / procedure I need to do to register my function code?

Thanks

Regards

Hadi

1 ACCEPTED SOLUTION

andreas_mann3
Active Contributor
0 Kudos
120

try to use view V_T133E

grx.

Andreas

2 REPLIES 2

andreas_mann3
Active Contributor
0 Kudos
121

try to use view V_T133E

grx.

Andreas

0 Kudos
120

Thank You Andreas,

I think I can maintain it through the maintenance view you provided. It solves my query.

Thanks

Regards

Hadi