cancel
Showing results for 
Search instead for 
Did you mean: 

Nace Smartform Configuration issue

Former Member
0 Kudos

Hi All,

I have created a z condition type in nace, configured Zprogram and Zsmartform.

But when i execute t.code vf01 my driver program and smartform not firing.

But if i given standard program name and form name it's displaying output.

I have all required entries in NAST and TNAPR Table.

This problem happening to some configured smartforms also.

I have checked condition records also.

May i know is there any other process to do apart from above.

regards,

subba

Accepted Solutions (0)

Answers (6)

Answers (6)

Former Member
0 Kudos

Resolved

Former Member
0 Kudos

Hi,

I'm facing the same issue.

Can you please share, How u resolved the issue with me ?

Former Member
0 Kudos

Even after u doing that. The respective consultant should do some priting configuration ( this is different case, not for all )

Former Member
0 Kudos

Hi..try this..

1> goto the transaction VF01.

2> fill in necessary details

3> form the menu..goto billing document->issue ouput to->issue ouput to.

4> Select your output type and press the print preview button.

Remeber your output type must be attached to the application V1(sales)

Former Member
0 Kudos

Use tcode - NACE and follow procedure as follows

1)Choose Application from list(eg PO)

2)Click OP type

3)Chose one OP type from Right pane.

4)Click on processing routines

and attach driver program and smartform to processing routine.

With Regards

Nikunj Shah

former_member188685
Active Contributor
0 Kudos

debug it once,

Go to program RSNAST00 , and line#1327 you can see the dynamic perform , there keep the break point. Now in the Output box you give your output type to tirgger it.

also keep break point in ZDRIVER also..

and Try to activate the Update Debugging also.

If it is not triggering means , there is some problem with Config.

amit_khare
Active Contributor
0 Kudos

First you need to confirm that your driver program is called or not.

Put a brak point in the program and execute the transaction. You will come to know where is the problem.

If it dont calls ur program then you need to check one thing -

1. The Access Sequence is maintained for the output type.

2. Is there a particular subroutine in standard program for which the transaction is loking when it is executed. If tyes, then you need to create that FORM in ur driver program and call all ur code from inside that.

Regards,

Amit