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

Maintainence view for HRHAP_APPER

Former Member
0 Likes
560

Is it possible to create a maintainence view for this table - HRHAP_APPER ?

After creating one , I need to asign a custom tcode (z tcode ) to the view .

Thanks,

Nitu Kumari

1 ACCEPTED SOLUTION
Read only

prasenjit_sharma
Active Contributor
0 Likes
516

Hi,

You cannot create maintenance views for standard tables. You need to write to code to update them. Write a small report that will have a selection screen and call functions to update the table fields.

Later on you can create transactions to call the report.

Regards

Prasenjit

2 REPLIES 2
Read only

Former Member
0 Likes
516

Hi

No it is not possible to create maintainence view for table - HRHAP_APPER .

Let me know what is your requirement.

Regards

Chandra

Read only

prasenjit_sharma
Active Contributor
0 Likes
517

Hi,

You cannot create maintenance views for standard tables. You need to write to code to update them. Write a small report that will have a selection screen and call functions to update the table fields.

Later on you can create transactions to call the report.

Regards

Prasenjit