cancel
Showing results for 
Search instead for 
Did you mean: 

Regarding Selection Screen in smartforms

Former Member
0 Kudos

Hi:

I got the following requirement.

I've to make a smartform & do the coding in smartform itself. I'm not sure that how to populate a selection screen. I need to populate a Select-options. Please help me out.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

You can use the structures in the Smartforms, use RANGE_C8 for 8 charecter length select-optins, you can use RANGE_C* (* indicates the Number) in the Smartform, just give the type of this Structure to act like a Select-option

Regards

Sudheer

Former Member
0 Kudos

Hi Sudheer:

Thanks for the help. Could u please give me a sample coding & the place where I've to write the code. I'm actually very weak in smartforms.I'll be helpful.

Former Member
0 Kudos

HI,

You can create the Selection screen in a program and call the Smartform function module in the Program and you can pass the Selection screen parameters to the Smartfor, if you create the Fields in FROM INTERFACE in Smartfroms, then that become import paramters in the function module and you can pass the selection screen fields to this paramters

Look at the below link, it is having the Program and the Progam using the select-options also

http://www.erpgenie.com/abap/smartforms.htm

Regards

Sudheer

Former Member
0 Kudos

I want to do the coding in Smartform itself. No print program please.