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

SAP-SCRIPT

Former Member
0 Likes
439

Hai

In driver program i want to call layoutset what can i do for this?

3 REPLIES 3
Read only

Former Member
0 Likes
402

Hi,

The questions ic not clear.

You can use OPEN_FORM , WRITE_FORM and CLOSE_FORM to call your layyout from the print program.

Cheers

VJ

Read only

Former Member
0 Likes
402

please explain briefly.

Read only

Former Member
0 Likes
402

HI

GOOD

WHAT LAYOUT YOU WANT TO CALL IN YOUR DRIVER PROGRAM ITS A SAPSCRIPT OR SMARTFORM.

IN SAP SCRIPT YOU HAVE TO USE THE OPEN_FORM FUNCTION MODULE TO CALL YOUR LAYOUT SET.

IN SMARTFORM YOU HAVE TO USE

DATA: fm_name TYPE rs38l_fnam,

p_form TYPE tdsfname VALUE 'ZSALES_FORM',

control TYPE ssfctrlop,

errtab TYPE tsferror.

thanks

mrutyun