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

Problem with screen

Former Member
0 Likes
850

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.

Problem

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.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
598

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

4 REPLIES 4
Read only

Former Member
0 Likes
599

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

Read only

Former Member
0 Likes
598

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@

Read only

Former Member
0 Likes
598

I need to reload standard subscreen.

How can i do thad?

Read only

Former Member
0 Likes
598

I found solution about my problem.

I used function SAPGUI_SET_FUNCTIONCODE for reload screen.

Tank´s !