cancel
Showing results for 
Search instead for 
Did you mean: 

Is it possible to hide graphic in SAP Script by input value?

Former Member
0 Kudos

Hi....

I should copy standard sap script and input different graphics by company code.

Is it possible to hide or display an exact graphic following company code ( input value ) in one sap script?

I knew that is possible in smartforms.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Just add a couple of IF...ENDIF statements in your script.

Regards,

John.

Former Member
0 Kudos

Hi...

In case of graphics, is that possible to use IF... ENDIF statements?

.

.

.

It's done.

I misunderstand about SAPScript.

I did below step to show dynamic graphics like seal.

1. Upload Graphics by SE78.

2. Create Window for graphics in the SAP Script by SE71.

3. Add Command to Window like 'BITMAP &SEALNAME& OBJECT GRAPHICS ID BMAP TYPE BCOL'

- &SEALNAME& is a variable in the sapscript print program.

4. Assign exact graphic name to SEALNAME in the print program.

5. CALL WRITE_FORM Function in the print program.

Then It works.

Thank you////

Edited by: Hi Young Park on Jun 26, 2008 4:01 AM

Answers (0)