Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Problem with SE78 recordimg

Former Member
0 Likes
553

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.

2 REPLIES 2
Read only

Former Member
0 Likes
521

Hi

First of all, we use SE78 to upload, right??? How many images you need to upload?? Why dont you do it manually??

Vishwa.

Read only

0 Likes
521

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.