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 printing

Former Member
0 Kudos

Hi ppl,

When i try to print a smartform, the following error occurs:

"Error when accessing graphic (BDS), RC = 2

Message no. SSFCOMPOSER210

Diagnosis

The graphic with the key (CO_LOGO,GRAPHICS,BMAP,BCOL) (name, object, ID, type) should be output. The return code of the function module SAPSCRIPT_BITMAP_GET was 2.

System Response

Error message.

Procedure

There is probably an error in the BDS. Create a problem message.

"

Please help me in eliminating this error.

Thanks,

Zahabia.

2 REPLIES 2

Former Member
0 Kudos

You need to check transaction SE78 for the existance of graphic CO_LOGO in the system where you're running this form.

If it exists debug the call of function module SAPSCRIPT_BITMAP_GET to determine what is causing the RC 2.

Regards,

Nick

Former Member
0 Kudos

Hi,

I also got this same error , How solved this error, can you explain pls..