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: 

selection screen on maintenance screen

Former Member
0 Kudos

hello i built a maintenance screen for a table in order to update it.

now on the maintenance screen i have to build a selection screen in order to select only part of the records on the maintenance screen.

i built a new program with the selected parameter,

and a new transaction in se93, but in se93 i didnt know what to choose transaction or screen, and also what values to put in the screen field name and the value

thanks

1 ACCEPTED SOLUTION

Former Member
0 Kudos

i have a maintenance screen and now i have to build a selection screen for this maintenance screen in order to select only one plant.

for that i built a program with a selection screen and

i wanted to use call transaction using and the new transaction from se93.

but i have to know what parameters to put in se 93

thank you for your answer

yifat

3 REPLIES 3

athavanraja
Active Contributor
0 Kudos

You have a maintenance scree for a table - create using table maintenance generator , i guess?

now you have created another program which calls SM30 and you wanted to pass some values to the maintenance view call to restrict the no. of records (based on some condition). right?

so in se93 , you have to use transaction SM30 and in the screen field provide the following values.

VIEWNAME	<your table name>
UPDATE	X

The simples option would be to create a program utilising FM VIEW_MAINTENANCE_GIVEN_DATA or VIEW_MAINTENANCE_CALL

Its much easier to program. check the above mentioned FM documentation.

Regards

Raja

Former Member
0 Kudos

i have a maintenance screen and now i have to build a selection screen for this maintenance screen in order to select only one plant.

for that i built a program with a selection screen and

i wanted to use call transaction using and the new transaction from se93.

but i have to know what parameters to put in se 93

thank you for your answer

yifat

0 Kudos

when you say maintenance scree, is it a custome built dialog program?

Now from your other program (with selection screen) you wanted to call this dialog program?

If you want to create a transaction to call your program (with selection scree) then you would just provide the program name in se93 as it is of type 1 (executable program).

or if you want to create a transaction for the module pool program then you would give the initial screen number and the program name in se93.

Is it clear ? I am sorry i couldnt understand you question fully.

Regards

Raja