2006 Jun 09 10:03 AM
Hi, the problem is:
i must print a page (with SMARTFORM) in this mode:
From a parameter (from a selection-screen) i select a dependent (for example from TABLE PA0001) and then i put his photo on page. How i could do it?
Thanks for answers.
2006 Jun 09 10:27 AM
Hi,
If the photo images are already stored in the SAP repository, i.e Using SE78(Graphics Management)first assign the image name to the variable in the print program. Then we use the variable in the graphics node(&<<b><i>logo variable Name</i></b>>&).
or
The following code is written in the Smartform(Event INITIALIZATION):
can check the photo images storing table. then retrieve the image name from that table and using it in the Graphics window.
Hope this will help you.
- Selvapandian Arunachalam
Hi, the problem is:
i must print a page (with SMARTFORM) in this mode:
From a parameter (from a selection-screen) i select a dependent (for example from TABLE PA0001) and then i put his photo on page. How i could do it?
Thanks for answers.
2006 Jun 09 10:17 AM
hii
check this func modules
<b>HR_IMAGE_*
HRWPC_RFC_EP_READ_PHOTO_URI
HR_ESS_EMPLOYEE_PHOTO_CHECK
HR_ESS_EMPLOYEE_PHOTO_INIT
HR_ESS_EMPLOYEE_PHOTO_RESET
HR_ESS_EMPLOYEE_PHOTO_SAVE
HR_ESS_EMPLOYEE_PHOTO_SHOW
HR_ESS_EMPLOYEE_PHOTO_TAKE</b>
transfer the photo from (Tcode OAAD) to sapscript graphics (SE78).
regards
Naresh
Regards
Naresh
2006 Jun 09 10:21 AM
The problem is how to transfer from report to the SMARTFORM. Thanks.
Message was edited by: Avalor
2006 Jun 09 10:27 AM
Hi,
If the photo images are already stored in the SAP repository, i.e Using SE78(Graphics Management)first assign the image name to the variable in the print program. Then we use the variable in the graphics node(&<<b><i>logo variable Name</i></b>>&).
or
The following code is written in the Smartform(Event INITIALIZATION):
can check the photo images storing table. then retrieve the image name from that table and using it in the Graphics window.
Hope this will help you.
- Selvapandian Arunachalam
2006 Jun 09 10:36 AM
Where in the GRAPHIC NODE? I cannot create nodes under GRAPHICS in SMARTFORM.
2006 Jun 09 10:59 AM
In Graphics window,
u can pass the &<b><i>logo variable name</i></b>& to Name. it is in the General attributes.
- Selvapandian Arunachalam
2006 Jun 09 10:36 AM
Check this Demo program.
I think this will help u .
DEMO_PICTURE_CONTROL**********Picture Control Demo
RSDEMO_PICTURE_CONTROL************Program
REgards
PRaneeth
2006 Jun 09 10:41 AM
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |