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: 

form assignment

Former Member
0 Kudos

hi all.,

i have a problem with form assignment,i have made complete print program for order quotation and layout. but when i execute from se 38 editor i get the selection screen and after giving the order number i am able to view the output layout but when i assign it in the outtype ba00. its not giving the output. i have even tried making z output type by copying ba00 and assigning print program and layout but when i try issueing output its not showing output. is there any thing else to be done.please help me out with this. urgent

5 REPLIES 5

Former Member
0 Kudos

Hi,

In the TCode : NACT, select theoutput type BA00 and click on processing routines.

Here you have to specify your own form and the print program.

Eg: For print output, the default entries are :

Print output RVADOR01 ENTRY RVORDER01

YOu need to replace the se with your entries and it should work.

Please reward if useful.

cheers,

0 Kudos

hi i have used this but still i am not getting the output still, i have changed my print program completely .

0 Kudos

Abhinash,

1.Check the ZPrint Program name.

2.Check the Zsmartform Name

3.Go to NACE.

4.Check whether you have assigned the same zprint program to the zsmartform.

If all the above steps are fine,then

5.check the partner functions.Here the Functional Consultant can validate to which partner functions will we have to set the print/fax/edi attributes.

If they have configured only for Sold to Party only SP will be able to get the print and not any other.

6.Take the help of your Functiona Consultant.

K.Kiran.

Former Member
0 Kudos

Hi

Since you have designed your own Z Custom driver program with your own selection screen for the Order/quotation and Zscript you can't trigger the Output using Std Output type BA00

This std Output type is triggered with the Std program RVADR01 and with the form RVORDER01

You can copy these program and Script and do changes and attach the Copied program and Script to this output it will be triggered agaon

So means to say that the Output type BAOO is triggered from the Std program (even if you copy this std and attach it will trigger)

But you are using your own designed program with selection screen it is better to run your own program and take the output type.

But if you wants to see/take output type you have to use this std program and use and attach in NACE tcode or in V/30 Tcode

Reward points for useful Answers

Regards

Anji

Former Member
0 Kudos

hi thanks all i have defined transaction for that