Literature Module DropDownList - Easy Uploading?

I am migrating a new website to Business Catalyst which has about 80-100 PDF files that need to be organized into the Literature module.
However, rather than have all these listed on the page, I would really like to have them in a DropDownList.
I was able to populate a DropDownList with all the literature items by customizing the 'Media Downloads Layout' List view, but I need to create an action on the page that calls the Literature Item URL, but I can't find anyway to grab this from BC.  I can populate the <option value="{tag_name}"> but this generates an href with target=blank and then the item URL and breaks the link.
Is there anyway to dynamically pull just the URL from each Literature Item?
Also, is there anyway to import a list of LIterature Items or upload them via FTP so I can create them more easily then doing each one manually?
Any help appreciated.
Thanks

You can use an imacro in firefox to upload them for you using browser macros.
Thats pretty much it though, its painful.
Or better still tell the guys at BC you would like literature in the file API system for BC v3.
We really need one and a better api all round is need to take BC to a new level.

Similar Messages

  • Existing Function modules or Standard upload Programs

    Hi,
    Can any one tell, Are there any Function modules or Standard upload programs exists for following transactions:
    Creating production version(C223)
    Creating Master recipe(C201)
    Creation Apportionment Structure(C202)
    Creation BOM Allocation(CS08)
    (This all tcodes comes under Production planning.)
    Thanks in advance.

    Hi Vanitha,
    Check this
    for C223
    CM_FV_PROD_VERS_MAINTAIN
    CM_FV_PROD_VERS_SAVE
    CM_FV_PROD_VERS_SAVE_ALL
    CY01_ORDER_MODIFY_PROD_VERSION
    For C201
    C2_CU_RECIPE_EXCLUDE_CREATE
    CONTROL_RECIPE_CREATE
    For C202
    APPOINTMENT_GRP_CREATE
    APPOINTMENT_CREATE
    APPOINTMENT_GENERATE
    APPOINTMENT_GENERATE_2
    For CS08
    CSAP_MAT_BOM_ALLOC_CREATE
    Hope it helps...
    Lokesh
    pls. reward appropriate points
    Message was edited by: Lokesh Aggarwal

  • How to down lode function module & how to uploaded

    Dear  friends,
    Iam trying  2  transport request 4m development 2 production ,
    unknowing i deleted  customized function module, 
    Same functional module was in other client  plz guide me how to downloaded functional module  & how to up lode ,
    How to down lode function module & how to uploaded
    Regards,
    Reddy

    Hello,
    Create a request of type Transport of Copies.
    Go to transaction SE03 , select the option Include Objects in a Transport Request, select the object, include in your request and liberate it.
    Then copy the DATA and COFILE of this request to your destination system and import it in transaction STMS.
    Take a look at this: Transport error!
    Regards,

  • Is there any function module which will upload storage locations for a mat

    Hi gurus,
      Is there any function module or BAPI to extend the storage locations of material which is done through <b>MMSC</b> transaction. I need to write a program to upload new storage locations for some materials.Please advise.
    Thanks ,
    Sam.

    You can do this using the BAPI_MATERIAL_SAVEDATA
    Regards,
    Rich Heilman

  • Wht are the function modules for download upload excel files in bdc.

    hi all,
    this question seems to be silly but i had open office excel files i am getting problems to upload or down loading.  can you tell which function modules can upload or down load open office excel files.
    another dought this is not need full but i need to get some of graphics which are in se78  .
    how can we dowload them from sap.
    thanq,
    rajesh.k

    Hi,
      use  :   CALL FUNCTION 'TEXT_CONVERT_XLS_TO_SAP'
       REPORT  YKC_XL_UPLOAD.
    TYPE-POOLS TRUXS.
    TABLES : ZMARA.
    * Selection screen
    PARAMETER P_FILE TYPE RLGRAP-FILENAME DEFAULT
    'C:\Kris\TEST_UPLOAD.xls'.
    TYPES:  BEGIN OF T_TAB,
            MATNR   LIKE ZMARA-MATNR,
            ERSDA  LIKE ZMARA-ERSDA,
            ERNAM  LIKE ZMARA-ERNAM,
            END OF T_TAB.
    DATA :  T_UPLOAD  TYPE STANDARD TABLE OF T_TAB WITH HEADER LINE ,
            WA_UPLOAD TYPE T_TAB,
            IT_RAW TYPE TRUXS_T_TEXT_DATA.  "work table internal table
    AT SELECTION-SCREEN ON VALUE-REQUEST FOR P_FILE.
      CALL FUNCTION 'F4_FILENAME'
        EXPORTING
          PROGRAM_NAME  = SYST-CPROG
          DYNPRO_NUMBER = SYST-DYNNR
          FIELD_NAME    = 'P_FILE '
        IMPORTING
          FILE_NAME     = P_FILE.
    START-OF-SELECTION.
    * Uploading the data in the file into internal table
      CALL FUNCTION 'TEXT_CONVERT_XLS_TO_SAP'
      EXPORTING
    *   I_FIELD_SEPERATOR =
    *   I_LINE_HEADER  = 'X'
        I_TAB_RAW_DATA = IT_RAW
        I_FILENAME     = P_FILE
      TABLES
        I_TAB_CONVERTED_DATA = T_UPLOAD[]
      EXCEPTIONS
        CONVERSION_FAILED = 1
        OTHERS            = 2.
      IF SY-SUBRC NE  0.
        MESSAGE ID SY-MSGID
                TYPE SY-MSGTY
                NUMBER SY-MSGNO
                WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
      ENDIF.
    END-OF-SELECTION.
    * Uploading the data into the database table
      LOOP AT T_UPLOAD INTO T_UPLOAD.
        ZMARA-MATNR = T_UPLOAD-MATNR.
        ZMARA-ERSDA = T_UPLOAD-ERSDA.
        ZMARA-ERNAM = T_UPLOAD-ERNAM.
        INSERT  ZMARA.
    Endloop.
    Tks,
    Krishna

  • Function Module OrIdoc To Upload Campaign

    Hi All,
             Is there any function module or idoc to upload campaign .
    Regards,
    Naveen Kumar M S

    check if the campaign already exists , if not, then do the following
          Class name cl_crm_mktpl_appl_base->ELEMENT_CREATE
          then call cl_crm_mktpl_appl_base->save
          and cl_crm_mktpl_appl_base->commit of this class.
          If you have BW and  want to sync with the system then
         call cl_crm_mktpl_appl_base->after_commit.
      if the campaign exists already, then
           Read the campaign using  cl_crm_mktpl_appl_base->Element_read
           cl_crm_mktpl_appl_base->Element_change
             then call cl_crm_mktpl_appl_base->save
             and cl_crm_mktpl_appl_base->commit of this class.
             If you have BW and  want to sync with the system then
             call cl_crm_mktpl_appl_base->after_commit.
    Probably you will do this in a loop.

  • Function Module Error In Uploading Data for Basic Pay Infotype

    Hi All,
    I'm trying to upload data into Basic Pay Infotype 0008 Using LSMW Subtype 0(Basic Contract). While we are trying to input values into ANSAL(Annual Salary) field directly using default wage type as 1000.
    We are gettting a error in function module RP_ANSAL_FROM_WAGETYPES.
    and eventhough we are inputting values into ANSAL field it is taking it as 0.00 by default .
    Kidly suggest me solution.
    Thanks,
    Vasanth

    Hi ..
    check this
    765785
    673372
    730976
    note 1032950
    http://help.sap.com/saphelp_nw2004s/helpdata/en/8d/3e4ec2462a11d189000000e8323d3a/content.htm
    Message was edited by:
            hari kv

  • Function Module for Data upload in background

    Hi,
    I want to upload data from a flat file in background . I tried the function module ws_upload but its giving an error when program is executed in background .
    I am working on sap 4.6b .
    Can any one help me alternate function module or any other way by which i can upload data in background in this version of sap.

    hi...
    you can upload your file on application server.Then you can use open dataset to upload data from this file on application server and schedule this program in background.
    i have done a similar kind of program.
    you can try this method.

  • Lightroom 2.1 Web Module Crashing on Upload

    Just upgraded to 2.1 this morning and now I cannot upload files to the web using the web module. It crashes 100% of the time after 15+ attempts. Any suggestions would be greatly appreciated.
    I am using Mac OS 10.4.11
    Thank you
    Brian

    You have to report more about what symptoms the crash shows: blue screen, reboot, LR crashes, what does Windows say?
    From your description you could have a computer with a hardware problem. Exporting is computationally intensive and taxes the hardware. I can export hundreds of pictures with no problem...
    Get a tool like hwmonitor from cpuid.com and monitor your temperatures. And post more detailled symptoms.

  • Flash Media Server - Easy Upload Tool?

    Hi,
    My company currently uses FMS 3.5 and use it quite reguraly to stream video to clients over the web. I am currently the only user with access to the root FTP for placing the video files onto the FMS. What we would like to know; Is there any easy way to for other colleagues to upload videos onto the FMS without giving them direct access. IE an upload tool that places a video onto the server.
    I have found a tutorial here:
    http://www.adobe.com/devnet/adobe-media-server/articles/video_sharing_web_app.html
    which seemed to solve an issue, however it seems to require Flash Media Encoding Server, which no longer exists and we do not have.
    Any help or suggestions would be greatly appreciated.
    Regards,
    Martin

    This forum is just for discussions on the forums themselves. I suggest that you post your question here:
    http://forums.adobe.com/community/adobe_media_server

  • Function Modules for Benefits Upload

    Hi,
        I am working on ECC 6.0 with HR 6.00
        My requirement is to Create/Maintain
    1) Benefits Savings Plan information (IT0169)
    2) Family members/Dependents for this savings plan (IT0021)
       Please let me know if there are any HR-BAPI function modules or HR function modules to achieve this.
       Also can you please send me detailed information on the parameters for these function modules.
    Thanks and Regards,
    Aditya

    Hi Kum,
               I just checked HR_BEN_CREATE_SAVINGS_PLAN. This will definitely create a savings plan.
               I need a function module to edit the savings plan also (preferably standard function module). Do let me know if one exists
    Thanks and Regards,
    Aditya

  • SM-SRE-710-K9 CUE module crashed after uploading mailbox license files

    Kindly find the attached file for the error I am getting after reloading the CUE module.

    Did u eventually got this running, I too have the same problem.
    I am unable to configure the SRE-300-K9, always i have to reset and go to the int ism0/0 and give no shut to bring it up but it comes up in boot loader configuration.
    I tried to install using the guide but after all installation and language selection it keeps saying as payload missing and curl code error 19 and sometimes curl code error 78.
    If u already found some solutions pls share it.

  • Any Program/Function module to Download/Upload Smartform?

    Hi All,
        I had forgotten in my previous thread to mention that I dont have option Utilities->Download/Upload Form in t-code SMARTFORMS. so I am looking for alternative method to download or upload the smartform..pls help me out.
    Regards
    Shaik.

    Not that I'm aware of.  But here some code for ya.
    report zrich_0001.
    Parameters: d2 type localfile default '/usr/sap/TST/SYS/Data1.txt'.
    data: begin of itab occurs 0,
          rec(20) type c,
          end of itab.
    data: wa like line of itab.
    start-of-selection.
    wa-rec = 'Test'.
    append wa to itab.
      open dataset d2 for output in text mode.
      loop at itab.
        transfer itab to d2.
      endloop.
      close dataset d2.
    Regards,
    Rich Heilman

  • Is the  color space conversion needed for optimal uploads to Blurb using the book module automatic?

    Just uploaded my first book to Blurb  using the module in LR4. Blurb recommendations are to upload sRGB if using their software, or to convert to their cmyk profile if using Indesign or a pdf workflow ( I think).
    So, I hope that the proper conversion is done automatically when uploading using the new book module. I uploaded a mix of edited raw nefs, edited tifs, psd's, jpegs which normally I would convert upon export to srgb to use in the stand alone booksmart app with great success color wise.  I'll see my new books in a couple of weeks, but I'd like to rest easy till then.

    Yes, the direct export sends sRGB to Blurb.

  • WANTED: Function Module (Product Allocation Planning Hierarchy Upload Tool)

    Hi,
    I would like to seek assistance in utilizing the <b>right function module</b> in uploading Product Allocation Planning Hierarchy to MC62.
    I've tried direct table update and BDC but to no avial.
    Points will be rewarded.
    Thanks in advance

    Hi,
    I'm having trouble using the FM 'MCP_GET_HIERARCHY'.
      CALL FUNCTION 'MCP_GET_HIERARCHY'
        EXPORTING
          i_gstru             =
    IMPORTING
      RETURN              =
        TABLES
          t_filter            =
          t_char_values       = .
    What do I put in i_gstru, t_filter, and t_char_values?
    I'm very new with this.
    Thanks in advance for the help.

Maybe you are looking for

  • Unable to upload photos to any hosting site since upgrading to Tiger....

    ....while using Safari this is the error message that I get when trying to upload photos to any site (http://www.PictureTrail.com or any other site like it): Safari can't open the page. Safari can't open the page "http://www.scubadivingsingles.com/me

  • SET_TABLE_FOR_DISPLAY - Edited value from dynamic internal table need to be captured

    Hi all, I have created  2 tabstrip screns which contain ALV GRID DISPLAY  in a container with dynamic internal table and editable columns .I want to capture the edited value from this ALV GRID display.I have used SET_TABLE_FOR_DISPLAY  and for this d

  • Adobe Interactive Form Shows Blank (WD JAVA ZCI)

    Hi Expert, I have the following problem. I developed an Adobe interactive Form embebed in WD java app with success in DEV environment, but i have an issue in QA environment. When i run the Adobe Form logged in portal, the application runs fine, but,

  • HT1694 hotmail on ipad saying my password is wrong.

    when I turn my ipad on it says password incorrect Enter the password for the exchange account "Hotmail" I punch in my password then its telling me the same thing again and I can't even cancel it to go and do other stuff so I am stuck, and can't even

  • JNLP-run JavaFX application hangs in full screen on Mac

    Hi all, I am on Mac OS X 10.9 running JDK 7u45. I have the JNLP file below: <?xml version='1.0' encoding='UTF-8'?> <jnlp spec="1.0+" codebase="http://localhost:8080/jnlpTester"> <information> <title>Title</title> <vendor>Vendor</vendor> </information