2008 Dec 19 7:04 AM
Hi All,
I hav recorded SE78 Tcode for uploading BMP file.
report ZSR_REC_SE78_1
no standard page heading line-size 255.
include bdcrecx1.
start-of-selection.
perform open_group.
perform bdc_dynpro using 'SAPMSSCH' '2000'.
perform bdc_field using 'BDC_OKCODE'
'=%_GC 102 22'.
perform bdc_dynpro using 'SAPMSSCH' '2000'.
perform bdc_field using 'BDC_OKCODE'
'=GIMP'.
perform bdc_field using 'BDC_CURSOR'
'RSTXT-TDNAME'.
perform bdc_field using 'RSSCG-BTYPE_BCOL'
'X'.
perform bdc_dynpro using 'SAPLSTXBITMAPS' '4001'.
perform bdc_field using 'BDC_CURSOR'
'RB_GRAPHIC_BCOL'.
perform bdc_field using 'BDC_OKCODE'
'=OK'.
perform bdc_field using 'RLGRAP-FILENAME'
'C:\Documents and Settings\Srikanthc\De'
& 'sktop\sri1.bmp'.
perform bdc_field using 'STXBITMAPS-TDNAME'
'Piechart3'.
perform bdc_field using 'RB_GRAPHIC_BMON'
''.
perform bdc_field using 'RB_GRAPHIC_BCOL'
'X'.
perform bdc_field using 'STXBITMAPS-AUTOHEIGHT'
'X'.
perform bdc_field using 'STXBITMAPS-BMCOMP'
'X'.
perform bdc_dynpro using 'SAPMSSCH' '2000'.
perform bdc_field using 'BDC_OKCODE'
'=BACK'.
perform bdc_field using 'BDC_CURSOR'
'RSTXT-TDNAME'.
perform bdc_field using 'RSTXT-TDNAME'
'PIECHART3'.
perform bdc_field using 'RSSCG-BTYPE_BCOL'
'X'.
perform bdc_transaction using 'SE78'.
wen excuting in Call trax, All screen mode,
facing a problem at the first screen, it didn't recorded for the axpanding nodes of Stored-.Graphis>BMAP....
Can any tel how to write code for that.
Thanks,
Srikanth.CH.
Hi All,
I hav recorded SE78 Tcode for uploading BMP file.
report ZSR_REC_SE78_1
no standard page heading line-size 255.
include bdcrecx1.
start-of-selection.
perform open_group.
perform bdc_dynpro using 'SAPMSSCH' '2000'.
perform bdc_field using 'BDC_OKCODE'
'=%_GC 102 22'.
perform bdc_dynpro using 'SAPMSSCH' '2000'.
perform bdc_field using 'BDC_OKCODE'
'=GIMP'.
perform bdc_field using 'BDC_CURSOR'
'RSTXT-TDNAME'.
perform bdc_field using 'RSSCG-BTYPE_BCOL'
'X'.
perform bdc_dynpro using 'SAPLSTXBITMAPS' '4001'.
perform bdc_field using 'BDC_CURSOR'
'RB_GRAPHIC_BCOL'.
perform bdc_field using 'BDC_OKCODE'
'=OK'.
perform bdc_field using 'RLGRAP-FILENAME'
'C:\Documents and Settings\Srikanthc\De'
& 'sktop\sri1.bmp'.
perform bdc_field using 'STXBITMAPS-TDNAME'
'Piechart3'.
perform bdc_field using 'RB_GRAPHIC_BMON'
''.
perform bdc_field using 'RB_GRAPHIC_BCOL'
'X'.
perform bdc_field using 'STXBITMAPS-AUTOHEIGHT'
'X'.
perform bdc_field using 'STXBITMAPS-BMCOMP'
'X'.
perform bdc_dynpro using 'SAPMSSCH' '2000'.
perform bdc_field using 'BDC_OKCODE'
'=BACK'.
perform bdc_field using 'BDC_CURSOR'
'RSTXT-TDNAME'.
perform bdc_field using 'RSTXT-TDNAME'
'PIECHART3'.
perform bdc_field using 'RSSCG-BTYPE_BCOL'
'X'.
perform bdc_transaction using 'SE78'.
wen excuting in Call trax, All screen mode,
facing a problem at the first screen, it didn't recorded for the axpanding nodes of Stored-.Graphis>BMAP....
Can any tel how to write code for that.
Thanks,
Srikanth.CH.
2008 Dec 19 8:28 AM
Hi
First of all, we use SE78 to upload, right??? How many images you need to upload?? Why dont you do it manually??
Vishwa.
2008 Dec 19 8:39 AM
Hi.
my req is download a bmp file from report to desktop & upload it to se78.
Here i need only 1 file to upload.
Thanks.