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
291

Hi,

I have a doubt in sap script , i have two layouts (for ex 1. x 2. y) and one print program (for ex . a) and they are two output types defined for them (ex . pq and pc) so do i need to write any logic to fire a particular layout ? or when we select the ouput type the layout will be fired automatically as we have defined the layouts and the print program in the output types.

Thanks & Regards

Syed

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
272

It should pick it up from output type configuration. Form name is available in the standard structure.

You can also override and do whatever you want within the driver program

Hope it helps

Raj

Reward points if helpful

1 REPLY 1
Read only

Former Member
0 Likes
273

It should pick it up from output type configuration. Form name is available in the standard structure.

You can also override and do whatever you want within the driver program

Hope it helps

Raj

Reward points if helpful