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: 

problem in se80

Former Member
0 Kudos

Hi guyz,

problem:

when i click on display .........control must goto smartforms ie , zff_oi_print_segregation(function) .... including the message on the layout screen

thanks in advance......

sudheer

3 REPLIES 3

Former Member
0 Kudos

Can you elaborate clearly as your problem is not understandable.

Regards,

Aman

0 Kudos

Layout:

i got three pushbuttons

save .....delete .............display

under that i got a layout

when i enter data in the layout it shud be saved and when i click display the control shud take me to smartforms along with the saved data.....

my program iz:

when 'DIS'

call function <function name>

thanks

sudheer

Former Member
0 Kudos

Hi Sudheer,

Your problem looks simple.

Just use submit command, if you are using a smartforms print program as below:

(only part of code)

-


When 'DISP'. here DISP is your function code for diplay button.

Submit zff_oi_print_segregation.

(You can call function module also)

-


Please feel free to contact.

If helpful rewards are welcome.

-B S B