2009 Jul 23 5:24 PM
Hello together,
does anybody know if it is possible to use a spacial GUI-status when calling functional module VIEW_MAINTENANCE_CALL ?
I only want to allow changing of entries in a view/table but not creating new or deleting or copying of entries.
Kind regards
Udo
2009 Jul 23 5:30 PM
Hello
In the parameter EXCL_CUA_FUNCT you can exclude certain funtions. Find the function code that
gets exectued for create, delete and copy and include those in this table EXCL_CUA_FUNCT .
The function module documentation will give a few more details.
Regards
Greg Kern
2009 Jul 23 5:30 PM
Hello
In the parameter EXCL_CUA_FUNCT you can exclude certain funtions. Find the function code that
gets exectued for create, delete and copy and include those in this table EXCL_CUA_FUNCT .
The function module documentation will give a few more details.
Regards
Greg Kern
2009 Jul 23 6:14 PM
Hi,
you need to pass following value to EXCL_CUA_FUNCT parameter for excluding status.
NEWL - for excluding new entries button
DELE - for excluding delete button