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

merging two seperate forms into a single one

Former Member
0 Likes
634

hi...

my requirement would be merging two seperate sap forms in to a single smart form,will it be possible.

thanx

hi...

my requirement would be merging two seperate sap forms in to a single smart form,will it be possible.

thanx

4 REPLIES 4
Read only

Former Member
0 Likes
610

It is possible. If you can pass the data to smartform interface or uisng the Program lines populate the data in smartform and display.

Before merging them design the layout and pages which page should come first etc.. and then proceed.

Read only

Former Member
0 Likes
610

hi check this....

Read only

Former Member
0 Likes
610

Prashant,

use START_FORM and give form name which need to be merge

above function module shoud be followed by END_FORM .

Amit.

Read only

Former Member
0 Likes
610

Hi,

If u want to merge two scripts then you can call other script with a different layout using start_form and end_form.

But for smartforms a different process is followed.

Refer the below link.

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/62ae7fcd-0b01-0010-3e9d-a54f2694...