Application Development and Automation 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: 
Read only

problem in se80

Former Member
0 Likes
428

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
Read only

Former Member
0 Likes
393

Can you elaborate clearly as your problem is not understandable.

Regards,

Aman

Read only

0 Likes
393

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

Read only

Former Member
0 Likes
393

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