2010 Aug 19 12:58 PM
Hi Experts,
My question is:
where the graphics are stored after uploaded in SE78? And how to change the name and description of it?
Thanks And Regards,
Arun
Hi Arun,
They will be stored on Document server with name as ZHEX-MACRO-{name of image} on it is uploaded using RSTXLDMC program.
Regards
Abhii
2010 Aug 19 1:14 PM
Hi ,
The table STXH will have the name and descriptions of graphics stored using SE78
2010 Aug 19 1:15 PM
Hi Arun,
They will be stored on Document server with name as ZHEX-MACRO-{name of image} on it is uploaded using RSTXLDMC program.
Regards
Abhii
2010 Aug 25 7:53 PM
Thanks Experts for your valuable replays.
Thanks & Regards
Arun
2010 Aug 25 8:19 PM
Hi !
meaby i come late to help you but any way..
the table that store image from se78 is STXBITMAPS, and to change the name you can do a SELECT like this :
SELECT single *
INTO wa_image
FROM STXBITMAPS
WHERE tdname = 'imageName'.
and aply changes... but.. i don`t know if you can change description.
hope this help you.
regards!
2010 Aug 26 8:07 AM
| User | Count |
|---|---|
| 3 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |