cancel
Showing results for 
Search instead for 
Did you mean: 

How to out put graphics on pre-printed diamonds (Rhombus)in GLM labels

satya11719
Active Contributor
0 Kudos

Hello All,

My client using in pre printed label with Red border rhombus and i want to print only graphic with out red borders only black graphic in centre.

How can i print that ? if i use the graphic with out red borders in WWI graphic path it will effect my SDS out put.

I red some threads about we can use GCG_HAZBLA symbol , But in my system this symbol is not available in SPRO and i can't find that G11 report group also. Client is using Ehp5 only.

Do i need to activate any BC set for that?

Anyone please suggest me this..

Please find the graphic attached with out red bordersi need to out put this graphic on my label.

Thanks

Satya

Accepted Solutions (0)

Answers (4)

Answers (4)

gaurishdessai
Participant

HI Satya,

Best solution is to create a Method to change the image files from ones with red border to without and use this method for expanding the GHS Symbols for the required Labels.

Regards,

Gaurish

satya11719
Active Contributor
0 Kudos

Yeah I know that but client don't want any custom things so we are planning for seperate GLM server in production where i can use my pictogram with out red border.

Thanks

christoph_bergemann
Active Contributor
0 Kudos

Dear Satya

referring to thread "https://archive.sap.com/discussions/thread/3327381"

This thread discuss partially in my opinon a "macro" related "exit" (as part of WWi ini) and not a "user exit" related ABAP exit.

Check e.g. https://archive.sap.com/discussions/thread/3341592 fow wwi.ini discussion

Here you will find this (as part of wwi.ini):

[UserExit]

;MacroName=wwiAddIn.Main

The issue is; I have currentlky no clue how you could use this "Visual Basic" macro approach to solve your topic.. On the top: I would not take the risk to use this "macro" option. The macro must be part of any WWI installation (gen server, local etc.). We have seen so many troubles wih WWI installations (windows patches(e.g. security related), new WinWord, New SAP release, new WWI release etc.) that this is not a "good" approach

PS: check may be this link as well: https://www.consolut.com/en/s/sap-ides-access/d/s/doc/YY-GLM_CCGLV_BASIC/

You will find some documentation on these "GLM" related symbols. I have reread the SAP help. I do not get 100% the story. SAP explains. These are "parameter values" but te data is still part of "raw report". So i "assume" that in the final report some "data" (as part of the process) is sued to "surpress" (or select) the data which is still part of raw report,

PPS: this ts the thread with the "rotation" story: https://archive.sap.com/discussions/thread/3425725

christoph_bergemann
Active Contributor
0 Kudos

Dear Satya

regarding: I read some threads about we can use GCG_HAZBLA symbol , But in my system this symbol is not available in SPRO and i can't find that G11 report group also. Client is using Ehp5 only.

There is a good chance that you will need a "higher SAP" release. There is a chance tha this report symbol is part of "GLM+" which is delivered with EnhPAck7 (if i remember correct). Therefore may be you need to "upgrade" and activate the new GLM related business function. IN any case "GLM+" does have really better options than anything before. So an "upgrade" could make sense in any case

C.B.

christoph_bergemann
Active Contributor
0 Kudos

Dear Satya

i did not 100% get your question. I start with this:

"How can i print that ? if i use the graphic with out red borders in WWI graphic path it will effect my SDS out put."

this is the generally handling: You have a "graphic" which can be assigned e.g. to a phrase., If there is data in database and you have prepared properly WWI layout the graphic will be printed based on data.

I assume you are looking on this challenge. In SDS you would like to print the graphic with red border and in label with out using the same data.

I am sorry. my blog "WWI for experts is now "disrupted". and i am not sure if my GLM blog has a reference: but we have seen "similar" discussion in the past. In this case: person would like to have the "option" to "rotate" the graphic in one layout but not in the other.

Check this thread: https://archive.sap.com/discussions/thread/1400700

The "simplest" approach is: use two data records using two different phrases having link to the graphic with red border and without the red border. THis is the "easy" way to get a solution. But end user will not be happy (as now two data records are used)

The next option is: you need a "WWI" symbol (newsymbol) there you can check the generation variant used during WWI generation. If Report symbol is "SDS" related to can retrieve "Graphic with red border" and if it is "Label" related: you can retrieve Graphic with out red border" (check the discussion in "rotate graphic")

C.B:

PS: looking on: https://help.sap.com/doc/erp2005_ehp_07/6.07/de-DE/97/cb2f51a6737062e10000000a44538d/frameset.htm (sorry german version)

you should invest more timein trying to understand GCG-HAZPIC and GCG-HAZBLA symbols. I believe this is clearly anoption (you can print then "white" (and not black) to get rid of "red border")

satya11719
Active Contributor
0 Kudos

Hello CB,

I gone through this thread really helpful

https://archive.sap.com/discussions/thread/3327381

So, Now have to create new parameter symbol and need to design a functional module, and the FM will pick the correct graphic file right ?

Here i have some questions..

How can this FM switch the phrase in the Characteristic , Like we have to maintain another rating (LABEL1) for this in usage ? and the same Rating we have to maintain in generation variant also ?

Where we will maintain two different phrases (1 without border, 2 with border ) ? in the same Characteristic as 2 diff VA instances is it?

Colud you please clarify more on this .... my approach is correct ?

Thanks

Satya

christoph_bergemann
Active Contributor
0 Kudos

Dear Satya

you need to differentiate the "raw report" part and the "final report" part. So let us try step by step

1.) According to the SAP help (refer to my link) report symbol GCG-HAZPIC and GCG-HAZBLA are of type "parameter"; so you should may be check first: how does they work? How to use them properly in WWI?

2:) in context of: How can this FM switch the phrase in the Characteristic , Like we have to maintain another rating (LABEL1) for this in usage ? and the same Rating we have to maintain in generation variant also ?

This is option 1.) (very simple; stupid and straightforward)

You have a property with a "class based" structure and you have therein a phrase based characteristic

Now you create (fictive example) phrase "blue" and assign graphic file one (with red border); then you create a second phrase "blue" but you assign graphic file two (without red border)

I data base you could create VAT 1 with phrase "blue" (red border symbol) with usage "LABEL/REG_WORLD"

and VAT 2 with phrase "Blue" (no red border) with usage "STANDARD/REG_WORLD

The generation variant for SDS/MSDS generation will be defined different in comparison to generation variant of label (topic of used "ratings") and you will get the result you are looking for

This simple approach is "easy" for developper (no special WWI action; standard WWI architecture); straight forward set up of generation variant etc.

The "negative" part is: you must create two data records with content "Blue" (which is in most cases not accepted by the end user etc.)

Then we have option 2.) which uses the "generation variant" as an input to "change" the graphic file to print. Because of legal reasons I can not share the approach to go on like that; but this is an option

Option 3 might be:

You generate a new characteristic in the "property" having the value "MSDS" or "Label"; by using clever WWI techniques (and some methods) you could try as:

IF the new characteristic contain value "MSDS" then use graphic file with red border; if Label: use graphic file without border.

This option has the "pro" that you need only one "VAT" with phrase blue (but logic is than in WWI layout)

These are potential options. You should always (if possible) use the "simplest" approach (for developer and end user)

By clever use of transaction "CG02" this is option 1.

Hope this helps

C.B: