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: 

Doubt in Smartform

Former Member
0 Kudos

Hi,

I developed a Smartform to replace the Standard SAP Script and assigned it in NACE for a particular Output type FUCO (Certificate of Origin), the corresponding standard program RVADAUS1 and its Function pool SAPLZTV55E was also copied to a 'Z' program and has been assignd in the NACE.

But when i give the issue to output in vf02 and select the output type my smartform is not getting detected and i am not getting the print preview.

Any suggestions and help will be highly appreciatable.

Thanks

Kumar

5 REPLIES 5

Former Member
0 Kudos

hi check this....

activate all the includes in the copied program

former_member181995
Active Contributor
0 Kudos

Try with output type V3.

Amit.

0 Kudos

Hi,

I have activated all the includes in the Function Pool as well as the driver program. and the application i am using is V3.

Issue is If i give the issue to output my smartform is not being called for Print Preview.

Thanks.

Kumar

Former Member
0 Kudos

Try placing a breakpoint in the driver program and check wht is happening. Have you attached the smartform correctly in NACE for application V3 and and your particular output type. In VF02 did u attach your output type correctly using GOTO ->HEADER ->OUTPUT

vamshi_mohan
Participant
0 Kudos

hi,

suggestions:

You need to check whether all the definitions in NACE are correct and referring your smartform.

Also check if the function module name is correct.

Whether it is performing any checks before getting executed. If so, are the conditions satisfied. In the case, check there is relevant data available in your development client.