cancel
Showing results for 
Search instead for 
Did you mean: 

smartforms

Former Member
0 Kudos

Hi i am using sapfm07p_smart as print program and zsmart as smartform for goods receipt and placed them in nace.

but when i am trigerring migo and posting the doc.in display i had selected indicator and then gone sp01 and seen the out put , here i am getting the sapscript output instead of smartforms please help as this urgent.

Accepted Solutions (0)

Answers (7)

Answers (7)

Former Member
0 Kudos

Hi Naresh,

We are looking in to wrong transaction migo

if we want to see the output in smartforms,use t-code mb02.

in that give the doc number and messages, then save it.

after this go to sp01 and here you can find the print preview in smartforms.

using migo we will get sapscript output.

if we want to see the output in smartforms using migo we must write a exit.

Based on your answer we were able to solve our problem related to other smartform we are doing.

Former Member
0 Kudos

thanks for u r reply.

Former Member
0 Kudos

thanks it helped me a lot

Bye

Former Member
0 Kudos

hi vijaya,

can you plese let us wht exactly u r problem happned , how did u solved it.. so that we get to know how to how resolve this type of problems

Former Member
0 Kudos

Hi

Configured the NACE with driver program name sapfm07p_smart and removed script name and smart form name zsmart is attached but when I want to see the print preview through MIGO tcode it is giving script output instead of smart form output.

Thanks in advance.

Former Member
0 Kudos

have you checked the driver program.. check the above post,, in that i have given some info.. then...

if still you r unable to know the problem...write here

Former Member
0 Kudos

hi

1. Check you r NACE configuration.

2.put a break point(porgram SAPFM07P_SMART) below code then <b>check the tnapr-sform</b>.. wether it giving you r smart form name or not .. you r problem will be solved

CALL FUNCTION 'SSF_FUNCTION_MODULE_NAME'
    EXPORTING
  <b>   formname                 = tnapr-sform</b>
   IMPORTING
     fm_name                  = l_fm_name
   EXCEPTIONS
     no_form                  = 1
     no_function_module       = 2
     OTHERS                   = 3.

Please Close this thread.. when u r problem is solved

Reward if Helpful

Regards

Naresh Reddy K

Former Member
0 Kudos

Hi Laxmi,

I think out put types and the form name r not properly assigned in NACE

check it out once...

~~Guduri

Former Member
0 Kudos

Hi,

Did you try entering the SMartform name alone and removing the sapscript name NACE?

Regards

Subramanian

Former Member
0 Kudos

check NACE settings for the same .

Regards

prabhu