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: 

regarding selection screen

Former Member
0 Kudos

Hi gurus,

im making a driver prog for sap script. can i attach a selection screen to the pro?

i want to create a script in which a food bill will be generated.

in this script i want an input from the user that for a given person how many lunch is been taken. this i want as auser input.

so please help me out that can i create a selection screen in a script driver prog.

reward point fro all useful ans

4 REPLIES 4

Former Member
0 Kudos

Hi,

I think, not required, ask to your functional gusy, which transation code, it will be executed.

I think, your script will executed some other Tcode, we need not creaeted in any selection screen, in some cases, we have to created.

Regs

Rams

Former Member
0 Kudos

hi,

Using scripts it is not possible, but using smart form, u can provide selection screen, try using smart forms

Former Member
0 Kudos

Hi,

Yes,You can create selection screen in driver program. driver program is a processing black for script.So you can use selection screen and use it in your processing.

L.Velu

0 Kudos

Hi velu,

im using the event start-of-selection and at that i want to put a break-point. bt then im nt able to put a break point.

more over the function module open_form and all the function module should be written in between the start-of-selection and end-of-selection event.