Application Development 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: 

issue with new smartform for shipment output

Former Member
0 Kudos

Hi,

Not sure why my old thread was rejected.

I am creating a new form and driver program for new shipment output type which is custom , want to print a label as output for the new output type.

Could you please suggest the steps to be followed for getting the driver programe name and also those stuff.  I know we can copy the standrad driver prog to a custom prog and give it in nace. I think RVADTR01 . but I doubt if correct or not how to check ?

I know to create custom output type and link the smartform and driver program in NACE, My question is what are the includes and all the standard stuff to be copied from standard driver program to custom driver prog. I already gone through some existing custom output types and checked the smartform and driver progarmes.

Thanks,

RG

2 REPLIES 2

Jelena
Active Contributor
0 Kudos

I'm honestly confused what replies are expected here. Analyzing programs is what ABAPers do daily, so what exactly is the challenge?

Is there some kind of a specific technical issue? Why do you believe you need to copy a standard program? How can we on SCN possibly know what "standard stuff to be copied" if we don't know why?

Patrick_vN
Active Contributor
0 Kudos

The only requirement that I know is that a subroutine exist (the one you select in NACE) in your print program, and that it has the two parameters required.

I see no reason whatsoever to copy (or use) standard includes to make a custom form work.