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 in Table maintenance generator

Former Member
0 Likes
497

Hi,

I have created table maintenance generator for my cutom table.

I am calling this from my custom transaction using : VIEW_MAINTENANCE_CALL

Initially, I am displaying all the data : in DISPLAY Mode.

But, my requirement is, when the user says "CHANGE' Icon, then based on a condition, only few records should come in change mode. remaining records should be in DISPLAY mode only ( as he doesnt hav change authorization on those records).

Please let me know, how can I do this...

Thanks,

Sandeep

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
456

Hi,

I suggest that in your custom program before calling the FM; create a selection screen for the key fields where the user can enter the selection criteria.

Then check the entered values against the authority check object and pass only those to the FM which satisfy the authority check.

Then he can go to the change mode.

REgards,

Ankur PArab

3 REPLIES 3
Read only

Former Member
0 Likes
456

This message was moderated.

Read only

Former Member
0 Likes
456

On the table maintenance generator, Go to Environment>Modification>Maintenance Screens.

These are the PBO and PAI for your SM 30 screens. You may write your own module here and make changes as per your requirement.

Check:

Edited by: jaya rangwani on Jul 31, 2009 12:08 PM

Read only

Former Member
0 Likes
457

Hi,

I suggest that in your custom program before calling the FM; create a selection screen for the key fields where the user can enter the selection criteria.

Then check the entered values against the authority check object and pass only those to the FM which satisfy the authority check.

Then he can go to the change mode.

REgards,

Ankur PArab