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

smartforms Driver programs or Z program?

Former Member
0 Likes
392

hi Sap gurus,

I would like to have a suggestion from u all.

I need to develop a invoice on smartforms. I am wondering whether driver program rlb_invoice and form lb_bil_invoice is pretty efficient.

Nor developing our own ZPrograms. Bcos the forms only require couple of modifications. Can u suggest me which one to go? and whats the usual procedure ? whether driver programs or Z programs?

Thanxs in Advance

3 REPLIES 3
Read only

Former Member
0 Likes
357

Hari,

I don't think driver program is needed for this.

Create an Application form then attach that smartform to this application form. Assign that smartform to Contract account.

Regards,

Prakash.

Read only

amit_khare
Active Contributor
0 Likes
357

Hi,

The difference is pretty straight, as you mention the form just need some modifications means you have to create a Z-form.

Also if all ur requirements are satisfied thru the standard driver program go with that but the problem is you cannot control the flow....it will go as per predefined routines and any changes will lead to a Z-program.

Regards,

Amit

Read only

Former Member
0 Likes
357

Hi Hari,

Many cases we won't touch the Driver programs, if the basic logic need to be changed then we touch the Driver program, so in your case, just copy the layout to Zlayout and do the modifications, if you want to write any code in that then you can use the External performs ....

mark all the helpful answers

Regards

Sudheer