cancel
Showing results for 
Search instead for 
Did you mean: 

Doubts about SAP Script

Former Member
0 Kudos

Hi to all,

Plz solve the following doubts

1) how can i display a logo(of big size) in the script

2)after entering into NACE Transaction , it is not displaying in editable mode , giving the warning "Client 100 has status 'not modifiable'".

3)Can i convert SAP Script into smartform and assign it in NACE

Accepted Solutions (1)

Accepted Solutions (1)

former_member442210
Active Participant
0 Kudos

TRAN Se78->Upload file into SAP. then from Script this logo can be called.

Yes, the smartform can be attached in NACE.

Former Member
0 Kudos

how to upload in the script?

former_member442210
Active Participant
0 Kudos

SE78 ->Expand Form Graphics ->Graphics-> BMAP->click on graphic menu-> Import - Choose file.

Former Member
0 Kudos

Hi,

1) Upload the graphic in the SE78 transaction with the selected radio buttons ie., color or black and white

2) When you go to the line editor in the script you have to go to

INSERT -> GRAPHICS

a popup appears select the tab as required and then give the name of the graphic as you mentioned

or

/: BITMAP 'name of the image' OBJECT GRAPHICS ID BMAP TYPE BCOL DPI 075

75 is the resolution it can be according to requirement

3) you can convert the script to smartform by choosing the utilities-> migrate -> import sap script

you can even assign the smartform in the nace as output type

Thanks&Regards

Sarves

Former Member
0 Kudos

Hi,

First Upload the image(Bit Map file) through SE78 Transaction.

In u r form create separate window for graphic> in goto->insert--->graphic.

Here u can give u r file name.

It displays like this.

/: BITMAP 'ARROW1' OBJECT GRAPHICS ID BMAP TYPE BMON DPI 100

if u want to increase the resolution increase the DPI 200.

Former Member
0 Kudos

Hi

You can create standard text of your logo(logo file sholud be in Tiff format).

Execute program RSTXLDMC. It will ask for the name of the standard text you wish to create and the file path for logo.

After execution it will create a standard text which you can include in your script.

Regards

Vijai

Answers (1)

Answers (1)

former_member555112
Active Contributor
0 Kudos

Hi,

For the following

"after entering into NACE Transaction , it is not displaying in editable mode , giving the warning "Client 100 has status 'not modifiable'". Your client 100 is not open.

Probably this is not the development/customising client. Maintain the entries in your development/customising client.

Regards,

Ankur Parab