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: 

Dynamic graphics in SmartForms

former_member184029
Participant
0 Kudos

Hi, all

I'm programming a report wich execute an SmartForms,

I need to use a Dynamic Graphics with Black/White and Color

but I don't know what I have to put in General Attributes to determine dynamically(BMON,BCOL)

Any information I will really appreciate it.

Thanks in advance!!!

Tokio

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi Tokio,

Please refer the transaction SE78 for importing graphics into SAP system.

For more details, refer the following documentation provided by SAP:

<a href="http://help.sap.com/saphelp_47x200/helpdata/en/9b/e3b0dcc2a711d3b558006094192fe3/frameset.htm">http://help.sap.com/saphelp_47x200/helpdata/en/9b/e3b0dcc2a711d3b558006094192fe3/frameset.htm</a>

Regards,

Chetan.

PS: Reward points if this is helpful.

2 REPLIES 2

Former Member
0 Kudos

Hi Tokio,

Please refer the transaction SE78 for importing graphics into SAP system.

For more details, refer the following documentation provided by SAP:

<a href="http://help.sap.com/saphelp_47x200/helpdata/en/9b/e3b0dcc2a711d3b558006094192fe3/frameset.htm">http://help.sap.com/saphelp_47x200/helpdata/en/9b/e3b0dcc2a711d3b558006094192fe3/frameset.htm</a>

Regards,

Chetan.

PS: Reward points if this is helpful.

Former Member
0 Kudos

Hi,

You can call the graphic dynamically as per your requirement by calling the Graphic dynamically, For ex: Name of the graphic: &WA_ITAB-FIELD1& ( which is a field of IntTab ITAB taken into Work area WA_ITAB ).

Hope this helps you.

Regards,

Kumar