Application Development and Automation 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: 
Read only

Display Graphics on SAP Script Form from Network path

Former Member
0 Likes
390

Hi Guys,

I have an urgent requirement to display Graphics on SAP Script Form from Network path.My Network path is

\\SIDCWVS1\USER\ESP\CUPA\Graphics\

Need your Valuable inputs in this regard urgently.

Br

MSI

1 REPLY 1
Read only

arindam_m
Active Contributor
0 Likes
350

Hi,

The best way might be to read the file in binary format and the upload is SAP graphics repository via a program.

You can check the form import_bitmap_bds in include LSTXBITMAPSF05 for a logic on how to read and import graphics.

Cheers,

Arindam