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: 

PF-Status for Functional Module VIEW_MAINTENANCE_CALL?

Former Member
0 Kudos
363

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

1 ACCEPTED SOLUTION

Former Member
0 Kudos
126

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

2 REPLIES 2

Former Member
0 Kudos
127

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

Peranandam
Contributor
0 Kudos
126

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