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: 

Mime repository url address

Former Member
0 Kudos

Hi

Can anybody give the exact url address of mime repository? I have to use it in adobe forms.

Thanks and regards

Dinesh

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi,

note that the documentation in the Help Portal http://help.sap.com/saphelp_nw2004s/helpdata/en/3c/a670692dbc494fb5416fdaa93ee1a9/frameset.htm under 4. states that you cannot access a graphic in the MIME repository via URL. You need to include it as graphic content. You need to define this in the print program.

To use a URL, you need to store the graphic on a dedicated server and create the reference to this server.

regards,

omkar.

13 REPLIES 13

Former Member
0 Kudos

Hi,

note that the documentation in the Help Portal http://help.sap.com/saphelp_nw2004s/helpdata/en/3c/a670692dbc494fb5416fdaa93ee1a9/frameset.htm under 4. states that you cannot access a graphic in the MIME repository via URL. You need to include it as graphic content. You need to define this in the print program.

To use a URL, you need to store the graphic on a dedicated server and create the reference to this server.

regards,

omkar.

Former Member
0 Kudos

Hi

I have done exactly the same as specified in this link,

1) Created a field in interface with type string.

2) Created a graphic in form .

3) Specified the graphic type as content

4) Create an image in layout.

But I am unable to see the logo in my form output.

Please guide where am i missing.

Regards

dinesh

0 Kudos

Hi Dinesh,

Check the solution..

BC480_CONTEXT_ONLY

in u r sap system ..

Regards,

omkar.

Former Member
0 Kudos

HI

What object is this BC480_CONTEXT_ONLY. No form or interface exists with this name.

Regards

Dinesh

0 Kudos

Hi,

This u can check in demo systems..

R u creating data binding for that image field in layout with the context..

regards,

omkar.

0 Kudos

Hi

I havnt created any kind of binding. Can you elaborate on that.

Regards

Dinesh

0 Kudos

Hi,

Read this once...

Image fields should have their equivalents in the context: either type Graphic

Content (a variable that holds the data) or Graphic Reference (a variable that

points to the address where the image is located). Make sure the data binding

is set accordingly.

Even though you can set a URL and even select Embed Image Data for image

fields, these options will be ignored unless you set the binding to None. However,

in this case, it would make more sense to choose type Static image.

I think now u will understand...

Regards,

Omkar.

0 Kudos

R u new to adobe forms...???

Former Member
0 Kudos

Hi

Yes I am new to pdf forms but i am familiar with these details. I have specified graphic content and i am trying to use the image from mime repository.

Please guide.

Thanks and regards

dinesh

0 Kudos

Ok ..then u create the image field in layout ....

and give data binding for that field....for that in object pallete..

In data binding field..navigate to context fields...and give that image field..

then it will give like..$record.imagefieldname.form..like that..

read documentation for adobe Live cycle designer for data binding..

Any way read this, u will understand..

In the Report palette, Binding tab, you will find different lists for the fields in

the layout:

• Fields with Normal Data Binding

• Fields with Data Binding by reference: All fields with relative or absolute

path names to their corresponding fields from the Data View (context).

• Fields with no Data Binding: Type None makes sense only if you have

scripting to determine the field value.

<b>Inserting Image Fields</b>

Image fields should have their equivalents in the context: either type Graphic

Content (a variable that holds the data) or Graphic Reference (a variable that

points to the address where the image is located). Make sure the data binding

is set accordingly.

As with dynamic texts, on the Layout palette you can check Expand to fit for the

width and height of the image. The size that you determine in the layout will then

be considered the minimum size of an image. At runtime, it might be considerably

larger or smaller.

Even though you can set a URL and even select Embed Image Data for image

fields, these options will be ignored unless you set the binding to None. However,

in this case, it would make more sense to choose type Static image.

let me know if u have any issues...

0 Kudos

You got the output...

0 Kudos

Hi

I am trying....

Will tell you if it worked

Former Member
0 Kudos

Thanks