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

Maintenance view problem

Former Member
0 Likes
454

Hi All,

I have to update the table from the program using the Maintenance view of that table and one more requirement is the view should display only the filtered records depending on some condition.

Is there any standard FM or procedure?

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
418

Hi ,

You can use the function module VIEW_MAINTENANCE_CALL.

The imp parameters that are required are:

VIEW_NAME

DBA_SELLIST (Table parameter)

For VIEW_NAME , the view name should be passed.

An internal table of structure viewfield,left parameter, operator and value should be created and passed to the tables parameter DBA_SELLIST.

Regards,

Lakshmi

2 REPLIES 2
Read only

former_member194669
Active Contributor
0 Likes
418

Use fm VIEW_MAINTENANCE_CALL

a®

Read only

Former Member
0 Likes
419

Hi ,

You can use the function module VIEW_MAINTENANCE_CALL.

The imp parameters that are required are:

VIEW_NAME

DBA_SELLIST (Table parameter)

For VIEW_NAME , the view name should be passed.

An internal table of structure viewfield,left parameter, operator and value should be created and passed to the tables parameter DBA_SELLIST.

Regards,

Lakshmi