cancel
Showing results for 
Search instead for 
Did you mean: 

Business Graphics Customizing

thomas_rodemer
Employee
Employee
0 Kudos

Hi,

i want to set customizing for my business graphics element in Abap WebDynpro.

If i click with the right mouse button on the BG element, and change something and then click ok, the transport request dialog appears. I select one and click ok.

But the system does not create the Folder "MIME Objects" in the WebDynpro Component! In another system it creates this folder and includes the created customizing xml file. But not in this system. Why?

The consequence is that it ignores the customizing if i run the wd component.

Can anybody help?

Kind Regards,

Thomas

Accepted Solutions (0)

Answers (2)

Answers (2)

florian_royer
Participant
0 Kudos

If you use the chart designer tool (by clicking secondary mouse button on the business graphics ui element), it automatically sets an url into "customizing".

you find this generated xml in mime repository -> sap > bc > webdynpro > <application_name>.

My question now is:

How can i use the settings i made dynamically in a method?

i tried it by setting an id like this:

lr_series_element->set_attribute( name = 'CUSTOMIZING' value = 'Series2' ).

In View designer i set "CustomizingID" to the corresponding node in context..

Thx a lot!

0 Kudos

Hi Experts,

I am also facing the same situation. Does anyone have an answer to this ? How to use the settings i made dynamically in a method?

Best Regards,

Viqar Ali.

florian_royer
Participant
0 Kudos

Hi - i already solved this issue.

The context has three nodes - series / under series points, and the categories node. every node has a "customizing" attribute.

These attribute you can use in the layout tab to bind the customizingID to the context.

When you finished coding, you can add a custom xml to design your business graph -> secondary mouse button on business graphics element in layout tab -> add customizing xml.

there you can add a series for example. it can be named - this name must be the same you use in the code --> Series2.

Former Member
0 Kudos

Hi,

I found your thread because I got the the same problem...

SAP told me that this error occurs in older support package level stacks (don't know which ones).

have a look at the path /sap/bc/webdynpro/<application_name> in the mime repository... Usually the xml-files should be stored at /sap/bc/webdynpro/sap/<application_name>.

If this is the case you could download the xml-file from mime-repository and upload it to the right path... Afterwards the customizing should work.

Regards