‎2008 Oct 31 7:57 PM
Hello!
I have to lock a table control fields. But screen is standard.
The process is that:
Transaction CLM2. Enter claim number.
In tabstrip "Associated Docs" i need block for input the fields of table control "Linked Documents" when user status = COMM. See screen.
I tried to use user-exit, but doesn´t work very well. When enter in tabstrip, the fields are showed for input, but when press Enter, the fields are locked.
With user-exit and press enter
I need that table control start locked.
Please, i need help!
Tank´s.
‎2008 Nov 01 4:43 AM
Hi,
try these user-exits....
Enhancement/ Business Add-in Description
Enhancement
IWO10026 User check on setting status 'Do not perform'
IWO10027 User exit: Generate user-defined settlement rule
IWOC0001 Create PM/SM notification: Determine reference object
IWOC0002 PM/SM notification: Check whether status change is allowed
IWOC0003 PM/SM authorization check of ref. object and planner group
IWOC0004 Change single-level list editing PM/QM/SM ALV settings
Business Add-in
WOC_FL_DETERMINE Determine Date for Determining Installation Loc. Equi.
NOTIF_AUTHORITY_01 Additional Authorization Checks for the Notification
IWOC_OBJECTINFO_CHNG Changes to Data of Object Info Screen
IWOC_LIST_TUNING Performance Tuning for Lists in PM/CS
IWO1_SUBSCREEN_0170 Display Additional Data on Object Screen 0170 PhysicalSample
IQS_MASS_CHANGE BadI for Mass Changes to Notifications
IQS0_STATUS_MAINTAIN Control of Changeability of User Status
No.of Exits: 6
No.of BADis: 7
Arunima
‎2008 Nov 01 4:43 AM
Hi,
try these user-exits....
Enhancement/ Business Add-in Description
Enhancement
IWO10026 User check on setting status 'Do not perform'
IWO10027 User exit: Generate user-defined settlement rule
IWOC0001 Create PM/SM notification: Determine reference object
IWOC0002 PM/SM notification: Check whether status change is allowed
IWOC0003 PM/SM authorization check of ref. object and planner group
IWOC0004 Change single-level list editing PM/QM/SM ALV settings
Business Add-in
WOC_FL_DETERMINE Determine Date for Determining Installation Loc. Equi.
NOTIF_AUTHORITY_01 Additional Authorization Checks for the Notification
IWOC_OBJECTINFO_CHNG Changes to Data of Object Info Screen
IWOC_LIST_TUNING Performance Tuning for Lists in PM/CS
IWO1_SUBSCREEN_0170 Display Additional Data on Object Screen 0170 PhysicalSample
IQS_MASS_CHANGE BadI for Mass Changes to Notifications
IQS0_STATUS_MAINTAIN Control of Changeability of User Status
No.of Exits: 6
No.of BADis: 7
Arunima
‎2008 Nov 01 4:53 AM
Hi,
Try to make your fields of tables inactive by which even when you press enter the data will not be displayed.
Search for that and make you fields of table disable and output = 0.
Cheers!!
VEnk@
‎2008 Nov 03 3:07 PM
‎2008 Nov 06 12:16 PM
I found solution about my problem.
I used function SAPGUI_SET_FUNCTIONCODE for reload screen.
Tank´s !