Using FM SO_OBJECT_DOWNLOAD

Hi all,
I am having problem in using this FM. I want to download any file to my local desktop from the file attachment list of an employee in PA20/PA30. I kept on getting Access via 'NULL' object reference not possible error message.
This is how I use it. The filename is obtained through the a pop up box asking user to input a file name with a file path.
CALL FUNCTION 'SO_OBJECT_DOWNLOAD'
   EXPORTING
  BIN_FILESIZE           = 0
  DEFAULT_FILENAME       = ' '
     filetype               = 'BIN'
     path_and_file          = lo_stru_output_param-file_name  "C:\Users\sc\Desktop\xyz.pdf
  EXTCT                  = ' '
     no_dialog              = ' '
  CODEPAGE               =
IMPORTING
  FILELENGTH             =
  F_CANCELLED            =
  ACT_FILETYPE           =
  ACT_FILENAME           =
    TABLES
      objcont                = lt_object_cont
   EXCEPTIONS
     file_write_error       = 1
     invalid_type           = 2
     x_error                = 3
     kpro_error             = 4
     OTHERS                 = 5
    IF sy-subrc <> 0.
MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
        WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
    ENDIF.

Use this:
DATA lr_conv   TYPE REF TO cl_abap_conv_out_ce.
  DATA lv_data   TYPE        string.
  DATA lv_xfile  TYPE        xstring.
  lv_data = 'Example text, which will be opened in MS Word.'.
  cl_abap_conv_out_ce=>create( RECEIVING conv = lr_conv ).
  lr_conv->convert( EXPORTING data   = lv_data
                    IMPORTING buffer = lv_xfile ).
  cl_wd_runtime_services=>attach_file_to_response(
                     EXPORTING i_filename  = 'wd4a.doc'
                               i_content   = lv_xfile
                               i_mime_type = 'application/msword' ).

Similar Messages

  • Upload Gos Document Problem?

    Hi friends.I wrote this code.I want to download gos attachment from computer . Where is problem? thansk for all replies.
    Data : Lv_Instid_b Like Srgbtbrel-Instid_b.
    Data : Lt_Folder Like  Soodk Occurs 0 With Header Line  ,
              Lt_Object Like  Soodk Occurs 0 With Header Line  .
    Data : Lt_Folder Like  Soodk Occurs 0 With Header Line .
    Data : Lt_Sood1       Like Sood1                        .
    Data : Gt_Objcont_tab Like Soli    Occurs 0 With Header Line .
    Lv_Instid_b = 'FOL30000000000004EXT34000000000091'.
        Move : Lv_Instid_b+0(3)  To Lt_Folder-Objtp ,
               Lv_Instid_b+3(2)  To Lt_Folder-Objyr ,
               Lv_Instid_b+5(12) To Lt_Folder-Objno .
        Move : Lv_Filetype  To Lt_Sood1-File_ext   ,
                  'ATTA'          To Lt_Sood1-Objnam     ,
                  'Eee1'          To Lt_Sood1-Objdes     ,
                  5                 To Lt_Sood1-Objpri     .
        CALL FUNCTION 'SO_DOCUMENT_INSERT'
          EXPORTING
            PARENT_ID        = Lt_Folder
            OBJECT_HD_CHANGE = Lt_Sood1
            DOCUMENT_TYPE    = 'EXT'
          IMPORTING
            DOCUMENT_ID      = Lt_Object
          TABLES
            OBJCONT_TEXT     = Gt_Objcont_tab.

    Hi friends.I wrote this code.I want to download gos attachment from computer
    If you want to download GOS file then you need to use fm SO_OBJECT_DOWNLOAD instead of SO_DOCUMENT_INSERT
    and in sap we have standard program to do this
    Please check RSSOUPDL

  • Error using SO_OBJECT_DOWNLOAD to download attachments

    I am using the SO_OBECJT_DOWNLOAD function to download the attachments to a shared folder. The program works when I run it directly. But after I scheduled it as a background job, the program failed. Here is the description of the error:
    An exception occurred that is explained in detail below.
    The exception, which is assigned to class 'CX_SY_CODEPAGE_CONVERTER_INIT', was
    not caught in
    procedure "SO_OBJECT_DOWNLOAD" "(FUNCTION)", nor was it propagated by a RAISING
    clause.
    Since the caller of the procedure could not have anticipated that the
    exception would occur, the current program is terminated.
    The reason for the exception is:
    Possibly, one of the codepages '4103' or '0000' - needed for the
    conversion - is unknown to the system. Another option is, that a Unicode
    codepage was specified for a file in LEGACY MODE, which is not allowed.
    Additional parameters for the codepage conversion (as , for example, the
    replacement character) might have invalid values. You can find further
    information under 'Inernal notes'.

    The attachments are downloaded to a shared folder on a file server. I got codepage convet error when the program trying to read the file, which means the error happens before the file is downloaded.

  • Alternate FM for SO_OBJECT_DOWNLOAD

    Hi All,
    Can any one tell me is there any altenate FM for "SO_OBJECT_DOWNLOAD" .
    I am getting 0 bytes transfered message while using the above FM.
    I need to download the vendor attachments from 4.7 and upload it in 6.0

    The zero bytes result from a suppressed internal error.
    the call to "cl_gui_frontend_services=>directory_get_current" fails and kills the process. usually because the ITS Server installation is incorrect.
    Declare a data variable of char 250.
    Write the value of the destination folder to this variable.
    Set the Parameter 'SOL' to the variable.
    The failing call is no longer needed and the file is produced.
    I.E.
    Data  ltp_file_path_xs(250) type c,
              ltp_pathin type string.          "holds target folder path.
      ltp_file_path_xs = ltp_pathin.
    set parameter id 'SOP' field ltp_file_path_xs.
      Call Function 'SO_OBJECT_DOWNLOAD'

  • How do I use Edge Web Fonts with Muse?

    How do I use Edge Web Fonts with Muse - is it an update to load, a stand alone, how does it interface with Muse? I've updated to CC but have no info on this.

    Hello,
    Is there a reason why you want to use Edge Web Fonts with Adobe Muse?
    Assuming you wish to improve typography of your web pages, you should know that Muse is fully integrated with Typekit. This allows you to access and apply over 500 web fonts from within Muse. Here's how you do it:
    Select a text component within Muse, and click the Text drop-down.
    Select Add Web Fonts option, to pop-open the Add Web Fonts dialog.
    Browse and apply fonts per your design needs.
    Muse also allows you to create paragraph styles that you can save and apply to chunks of text, a la InDesign. Watch this video for more information: http://tv.adobe.com/watch/muse-feature-tour/using-typekit-with-adobe-muse/
    Also take a look at these help files to see if they help you:
    http://helpx.adobe.com/muse/tutorials/typography-muse-part-1.html
    http://helpx.adobe.com/muse/tutorials/typography-muse-part-2.html
    http://helpx.adobe.com/muse/tutorials/typography-muse-part-3.html
    Hope this helps!
    Regards,
    Suhas Yogin

  • How can multiple family members use one account?

    My children have iphones, ipads, ipods and mac books, my problem is how do you use home sharing with the devices and not get each others data.  My Husband just added his iphone to the account and got all of my daughters contacts.  I understand they could have there own accounts but if i buy music on itunes and both children want the same song, I don't feel i should have to pay for it twice.  Is there away we can have home sharing on the devices and they can pick and choose what they want? and is this icloud going to make it harder to keep their devices seperate?

    My children have iphones, ipads, ipods and mac books, my problem is how do you use home sharing with the devices and not get each others data.  My Husband just added his iphone to the account and got all of my daughters contacts.  I understand they could have there own accounts but if i buy music on itunes and both children want the same song, I don't feel i should have to pay for it twice.  Is there away we can have home sharing on the devices and they can pick and choose what they want? and is this icloud going to make it harder to keep their devices seperate?

  • Iphoto crashing after using mini-dvi to video adapter

    Hi, IPhoto on my Macbook is crashing. I can open it, then as soon as I scroll down it locks up and I have to force quit.
    This started happening right after I used a Mini-DVI to Video Adapter cable to hook my macbook up to my TV. The adapter/s-video connection worked and I was able to see the video on the tv. But iphoto immediately locked up the computer when I went to slide show and now it locks every time I open it.
    Any ideas?
    Thank you:)
    Dorothy

    It means that the issue resides in your existing Library.
    Option 1
    Back Up and try rebuild the library: hold down the command and option (or alt) keys while launching iPhoto. Use the resulting dialogue to rebuild. Choose to Rebuild iPhoto Library Database from automatic backup.
    If that fails:
    Option 2
    Download iPhoto Library Manager and use its rebuild function. This will create a new library based on data in the albumdata.xml file. Not everything will be brought over - no slideshows, books or calendars, for instance - but it should get all your albums and keywords, faces and places back.
    Because this process creates an entirely new library and leaves your old one untouched, it is non-destructive, and if you're not happy with the results you can simply return to your old one.
    Regards
    TD

  • How do multiple family members use iTunes.? One account or multiple?

    How do multiple family members use iTunes. One account right now but apps gets added to all devices and iTunes messages go to all devices.  Can multiple accounts be setup and still have ability to share purchased items?

    Hey Ajtt!
    I have an article for you that can help inform you about using Apple IDs in a variety of ways:
    Using your Apple ID for Apple services
    http://support.apple.com/kb/ht4895
    Using one Apple ID for iCloud and a different Apple ID for Store Purchases
    You can use different Apple IDs for iCloud and Store purchases and still get all of the benefits of iCloud. Just follow these steps:
    iPhone, iPad, or iPod touch:
    When you first set up your device with iOS 5 or later, enter the Apple ID you want to use with iCloud. If you skipped the setup assistant, sign in to Settings > iCloud and enter the Apple ID you’d like to use with iCloud.
    In Settings > iTunes and App Stores, sign in with the Apple ID you want to use for Store purchases (including iTunes in the Cloud and iTunes Match). You may need to sign out first to change the Apple ID.
    Mac:
    Enter the Apple ID you want to use for iCloud in Apple () menu > System Preferences > iCloud.
    Enter the Apple ID you want to use for Store purchases (including iTunes in the Cloud and iTunes Match) in Store > Sign In. In iTunes 11, you can also click iTunes Store > Quick Links: Account.
    PC (Windows 8):
    Enter the Apple ID you want to use for iCloud in the Control Panel. To access the iCloud Control Panel, move the pointer to the upper-right corner of the screen to show the Charms bar, click the Search charm, and then click the iCloud Control Panel on the left.
    Enter the Apple ID you want to use for Store purchases (including iTunes in the Cloud and iTunes Match) in iTunes. In iTunes 10, select Store > Sign In. In iTunes 11, click iTunes Store > Quick Links: Account.
    PC (Windows 7 and Vista):
    Enter the Apple ID you want to use for iCloud in Control Panel > Network and Internet > iCloud.
    Enter the Apple ID you want to use for Store purchases (including iTunes in the Cloud and iTunes Match) in iTunes 10 in Store > Sign In. In iTunes 11, click iTunes Store > Quick Links: Account.
    Note: Once a device or computer is associated with your Apple ID for your iTunes Store account, you cannot associate that device or computer with another Apple ID for 90 days. Learn more about associating a device or computer to your Apple ID.
    Thanks for using the Apple Support Communities!
    Cheers,
    Braden

  • Using SQVI to generate report of open and released delivery schedule lines

    All,
    I'm using SQVI  to generate an excel spreadsheet for some buyers to show open released schedule lines because they are a 1 line item per scheduling agreement company.
    I used the logical database MEPOLDB instead of a table joint and pulled fields from EKKO(vendor, SA #,&purchasing group), EKPO(Material Number), EKEH(schedule line type), and EKET(delivery date, scheduled qty,previous qty).
    Does this sound like I'll get the results I want on paper as long as I use the right selection criteria, because the report I'm getting isn't quite what I expect? I am unable to identify which lines are authorized to ship vs. trade-off zone, planning, etc. in the report thus far.

    Hi Mark,
                 I have faced same requirement. I am not sure about transporting to TST and PROD. I done by this way.
    After generating SQVI program in DEV , I assigned that program  to a transaction and tested in DEV. Later i have regenarated SQVI in Production. then I assigned the generated Program to same transaction in DEV. And transported the Tcode assignment of program to Production..
    About authorization , if its not sensitive report, BASIS can restrict at transaction level.
    Regards,
    Ravi.

  • Using Mini DVI to VGA adapter on MacBook

    I bought the adapter from Apple & hooked up my LCD monitor to the MacBook, but the video I get on the monitor is different that on my laptop. It has an old screen background & the dock but nothing on my desktop shows up. Also, when I'm plugged to the monitor, my dock disappears on the laptop screen. Is there some setting I need to change? It worked fine with my G4 PowerBook.
    Thanks for any help....
    MacBook   Mac OS X (10.4.6)  

    i use the mini dvi-vga adapter in my classroom almost everyday. It sounds like your new monitor is running as a side by side monitor to your display instead of a "replacement" display.
    To get your projector/monitor to basically show whatever is on your macbook screen once you've hooked up press F7....this should make your projector/monitory become your display with your dock & all of your desktop stuff. Your new monitor will completely mirror your display.
    THis should do what you're looking for.

  • Using mini-DVI to VGA adapter to Samsung display

    I have 2009 late model of mac mini, The text on display looks washed out, not clear or sharp at all from day one, I thought it was the old model of monitor, tried the same cable to another monitor on another computer, SAME. so I thought the problem could be the cable or adapter.
    It's hard for me to believe is the signal from computer. I'm using VGA adapter made by Dynex bought from Best Buy.
    Anybody has suggestions?? Thanks

    Yeah, My old Samsung is lcd synmaster 17", bought many years ago at around $1000. Crazy, crazy price looked back. It's fine when I used it on the retired old Dell. It must be the adapter, trying not to buy another VGA adapter, could not image my next lcd will use one, anyway.
    This cable has only 14 pins vs 15 pins on the other cable, not sure if it matters?? Or if Safari has anything to do with it??
    Thank for you reply...

  • Using S-Video w/ the Mini DVI to Video Adapter

    I just purchased a MacBook last week and I also purchased a Mini DVI to Video adapter for it so I can use the built-in DVD player to watch movies on my TV. I have a composite to composite cable and that worked fine when I connected the cable between the Mini DVI to Video Adapter and my TV. However, when I tried to use a S-Video cable and connected that between the Mini DVI to Video Adapter and my TV; then I got no picture at all. All I saw on the TV was a picture of the MAC desktop w/o the dock and the movie or nothing else played at all.
    Is the composite connection a better connection for the MAC, or, are there some settings I need to work with on the MAC to get the S-Video connection to work?

    I managed to figure this one out, by fluke. The MacBook has to be powered on and ready for user input prior to connecting the mini DVI to video adapter with the s video already connected to it, and to the TV. Once I did it this way, it worked fine. I just thought I'd share this.

  • Using a mini-DVI to video adapter

    I have connected the video adapter and everything works fine. I use the internet for my video source and I was just wondering, is it possible to have video playing fullscreen on the tv and have another window open on my desktop that I can work with without disrupting the video from the browser? Every time I watch something I am unable to work on my computer while the video is playing.

    As far as I know, you can't go full screen on one monitor without it interfering with the other. I believe this would require a second video card, which isn't possible for a MacBook.
    ~Lyssa

  • Display problems using mini-dvi to video adapter

    I recently purchased the mini-dvi to video adapter for my powerbook to use my TV as a monitor and to play pictures and videos from the laptop to the TV. I am getting a full color display on the TV, but it's only the screen saver. None of my files, text, or any other desktop folders or menus appear when I open them up on the laptop. The only screen that opens is the display preferences when I open that up, but it's a different set of preferences than what's in my computer's display preferences, as it's header is "NTSC/PAL". But other than that 1 menu, nothing is appearing but the screen saver.

    OK, I discovered that I didn't know what I was doing. With the Mini-DVI to video adapter, you need to use an S-Video cable that plugs into an S-video jack on the TV, and then you need a separate cable to plug into the audio out jack on the MacBook to plug into the TV.
    I think you could also use an S-video to RCA component cable if you have a TV with component video input, but I couldn't get that to work so I went to the s-video to s-video cable.

  • Resolution using Mini-DVI to Video Adapter

    I have a Mini-DVI to Video Adapter that I connect to a television set. When I connect it my resolution drops from 1280x800 on my MacBook to 1024x768 on the television. On the MacBook tech specs screen it says: "Simultaneously supports full native resolution on the built-in display and up to 1920 by 1200 pixels on an external display, both at millions of colours".
    Is it just something that I'll have to live with when switching to the television, or is there any way that I can increase this resolution?

    You can make the TV the main monitor by dragging the menu bar to it in the "Arrangement" pane of "Displays" System Preference, or if you connect the power adapter and an external mouse and keyboard, just close the lid. It will sleep, but will wake when you use the mouse or keyboard.

Maybe you are looking for

  • How to merge user accounts into one account

    I have 2 user accounts and need to merge them into one (having both running seems to slow down the computer significantly). There is some overlap in itunes and apps but none on iphoto. What would be the best way to do it? Krzys

  • LIVE Video Streaming

    Im using Adobe Premiere and Adobe Flash Live Media Encoder, What is a FML Url? What is Mine? My website is www.voccc.com I want to live Stream Video to there. I can buy any program that I need, I just need to get this LIVE Video thing working!

  • 802.1x wired authentication to AD

    Wired authentication: This is what I want to accomplish: Switch - ACS 4.0 -> Active Directory Assume a new user is logging into the network for the first time and he starts his computer which has been configured for 802.1x PEAP. I have checked off th

  • Mysql instance

    I have somehow locked myself out of being able to connect to the mysql 5 server using mysql administrator. Error: Could not connect to MySql instance at localhost. Error: Access denied for user 'root'@localhost I tried Navicat and that also does not

  • Fault in string comparisons?

    Hallo. I have the following problem. An XML file, encoded in ISO8859-2, should be presented in a table in a browser's window. The file is "one level deep", something like: <type>animal</type> <name>cat</name> <type>insect</type> <name>ant</name> ...a