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

table maintenance selection

Former Member
0 Likes
683

Hi Experts,

I have created one ZTABLE and having comp code details.

In the table maintenance,i want to create one selection screen to enter company code to get selected data.

So that i can select particular company code and enter NEW data.

How can i create selection screen for table maintenance

(SM31)?

Reward guranrteed,

thanks

kaki

1 ACCEPTED SOLUTION
Read only

Laxmana_Appana_
Active Contributor
0 Likes
650

Hi,

Check this FM : VIEW_MAINTENANCE_CALL.

and also check this program : RKKBVMA1 to use the above FM . we can call table maintenance screen through this FM with some restrictions.

and also check this link :

Regards

Appana

6 REPLIES 6
Read only

Former Member
0 Likes
650

Hi Kaki,

Did you try SM30 --> Radio button options? Enter Conditions?

Cheers

VJ

Read only

0 Likes
650

Hi VJ,

I tried these conditions.It shows the selection range.

I do not want range. I need only single selection.

Is it possible?

Read only

0 Likes
650

Hi Kaki,

try this steps...

1). Create a custom view for your table. ( single table view )

2). While creating the view sellect the MOD column in the view, for the field for which you want to have a restricion. ( Select this column and put a tick mark )

3). Save and now try to maintain the record from SM30 you will find the difference.

Cheers

VJ

If it helps dont forget to award points.

Read only

0 Likes
650

Hi All,

Thanks for the all replies...

Since my requirement is matched to Appana's reply,

Iam assining full points to L Appana.

cheerks

kaki

Read only

Laxmana_Appana_
Active Contributor
0 Likes
651

Hi,

Check this FM : VIEW_MAINTENANCE_CALL.

and also check this program : RKKBVMA1 to use the above FM . we can call table maintenance screen through this FM with some restrictions.

and also check this link :

Regards

Appana

Read only

Former Member
0 Likes
650

Hi,

Create a maintenance view for the Z table and while creating the view in the fourth column (P - Maintanence attribute) give the value as 'S' for the company code field.

Then generate the screen for the maintenance view..

Try this..this might work..

Thanks,

Naren