‎2007 Dec 21 2:12 PM
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?
‎2007 Dec 21 3:32 PM
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
‎2007 Dec 21 2:18 PM
‎2007 Dec 21 3:32 PM
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