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

Load_Form Function Module

Former Member
0 Likes
443

Hi,

Can I get the o/p using Load_form FM instead of Open_form Fm.

If yes What is the difference b/w load_form and open_form and give me sample code.

Thanks in advance

1 REPLY 1
Read only

bpawanchand
Active Contributor
0 Likes
374

Hi

Iam not aware of LOAD_FORM do you START_FORM and OPEN_FORM

Open_Form : To OPEN A FORM FOR PRINTING THE FORM SHOULD BE

OPEN USING OPEN_FORM.

START_FORM : To Begin form several identical form with

different data in single spool request,it shold bestart

with START_FORM & CLOSE with END_FORM

regards

Pavan