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: 

Smartform is not displaying in the BDC.

Former Member
0 Kudos

Hi,

I am working on a program which internally calls a BDC (VA03) for displaying the print preview of the Order.

But when I execute the program by putting the order then it displays all the information which is on the smartform but in text format .

I am not able to see the different font types and the logo.

I want to display it in actual Form.

Can anybody gone through the such scenario....

Thanks in advance.

-Umesh

2 REPLIES 2

naresh_kumar2
Explorer
0 Kudos

HI

IT IS LONG BACK QUESTION , BUT IT COULD BE USEFUL FOR OTHERS .

USE BELOW CODE :

DATA opt TYPE ctu_params.

OPT-NOBINPT = 'X'.

CALL TRANSACTION 'VF03' USING INT_BDCDATA OPTIONS FROM OPT.

THIS CODE WILL HELP YOU TO DISPLAY DATA IN SMARTFORM.

Former Member
0 Kudos

Hello,

For that purpose I hope you have to install some of the relavant font types and also creates som og the logos in the system.

Regards,

Akg