cancel
Showing results for 
Search instead for 
Did you mean: 

selection screen and smart form..

Former Member
0 Kudos

Hi Frnds,

In Creating Material transfer form I need to have a selection screen giving two options whether the user wants 1) Material transfer form

or 2) Material Transfer Challan.

And reg this selection the appropriate form should be generated.

(Note: I have created 2 appropriate forms. and no Print pgm , all code written in forms itself)

Thanks in advance.

Sree

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

hi,

u hav eto write print prog with selection screen with two radio buttonsfor ex

parameter Material transfer form radiobtton group rad.

parameter Material Transfer Challan radiobtton group rad .

if Material transfer form = 'x'.

call sf Material transfer form

else .

call sf Material Transfer Challan

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

Print program is must. in the print program write code for selction-screen and depending on selected value call that form..

http://www.sapmaterial.com/smartforms1.html