2006 Jun 17 12:54 PM
Hi Experts
I am having some small doubts please clarify my doubts.
1,Whether its possible to place bakground picture in Sapscript?if means say how?
2,In ABAP tables are client dependent or independent not? Give me reasons please, if means?
2006 Jun 17 12:57 PM
Hi,
1. Please mention more details about the requirement. Why do you want to place backgrnd pic. in sapscript ?
2. Tables are both Client Dependent and independent. If a table has CLIENT (MANDT) field, then it is client dependent.
Best regards,
Prashant
Hi Experts
I am having some small doubts please clarify my doubts.
1,Whether its possible to place bakground picture in Sapscript?if means say how?
2,In ABAP tables are client dependent or independent not? Give me reasons please, if means?
2006 Jun 17 12:57 PM
Hi,
1. Please mention more details about the requirement. Why do you want to place backgrnd pic. in sapscript ?
2. Tables are both Client Dependent and independent. If a table has CLIENT (MANDT) field, then it is client dependent.
Best regards,
Prashant
2006 Jun 17 1:50 PM
Hi Bala,
2) The table structure that you are creating in the SE11 is client indpendent. Tables are client indpendent but the DATA(records) that are going to be store in the table are client dependent if there is a MANDT field and client indpendet if there is not MANDT field.
Thanks and Regards,
Bharat Kumar Reddy.V
2006 Jun 17 2:29 PM
Hi Bala,
the background picture can be done easily. Create a window with the size of the whole page. Your Picture should be available as SAP graphic with the correct size and resolution. You may use a BMP or TIFF6.0 format graphics file and load it with SE78.
Then use the BITMAP command in this new window like BITMAP &PHOTO& OBJECT GRAPHICS ID BMAP TYPE BMON DPI 300 .
Make a test print. We used this to print a tax form. As background picture we used the BMP Scan of the form. The variable parts are printed in some other windows on top of the background.
Regards,
Clemens
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |