Upload Massive Employee Photo into SAP - Archive link - SAP ECC 6.0

Dear all,
I try to insert the employees photo in Archive Link (release 46).
I write a massive report to do a batch input, but I cannot insert the path and the name of the picture.
Because the BTC don't memory the "call method cl_gui_frontend_services=>file_open_dialog"
I wrote the folowing report
*& Report  ZHR_BDC_UPLOADPIC
REPORT zhr_bdc_uploadpic
     NO STANDARD PAGE HEADING LINE-SIZE 255.
* include
INCLUDE bdcrecx1.
* i n t e r n a l t a b l e s
DATA : BEGIN OF it_data OCCURS 0,
     rp50g-pernr(8), " LIKE RP50G-PERNR,
     rlgrap-filename(128),
  END OF it_data.
* s t a r t - o f - s e l e c t i o n
START-OF-SELECTION.
  PERFORM open_group.
  CALL FUNCTION 'UPLOAD'
    EXPORTING
      filename                = 'C:\PICTURE.TXT'
      filetype                = 'DAT'
    TABLES
      data_tab                = it_data
    EXCEPTIONS
      conversion_error        = 1
      invalid_table_width     = 2
      invalid_type            = 3
      no_batch                = 4
      unknown_error           = 5
      gui_refuse_filetransfer = 6
      OTHERS                  = 7.
  IF sy-subrc NE 0.
    WRITE : / 'Unable to upload data'.
    STOP.
  ENDIF.
  LOOP AT it_data.
    PERFORM bdc_dynpro      USING 'OANEWCON' '0100'.
    PERFORM bdc_field       USING 'BDC_OKCODE'
                                  '=NEW'.
    PERFORM bdc_field       USING 'TOAOM-SAP_OBJECT'
                                  'PREL'.
    PERFORM bdc_field       USING 'TOAOM-AR_OBJECT'
                                  'HRICOLFOTO'.
    PERFORM bdc_dynpro      USING 'SAPLOA12' '0200'.
    PERFORM bdc_field       USING 'BDC_OKCODE'
                                  '=OK'.
    PERFORM bdc_field       USING 'OBJID-VALUE(01)'
                                  it_data-rp50g-pernr.
    PERFORM bdc_field       USING 'OBJID-VALUE(02)'
                                  '0002'.
*---- not exist - begin
*    PERFORM bdc_dynpro      USING 'SAPLOPTM' '0105'.
*    PERFORM bdc_field       USING 'BDC_CURSOR'
*                                  'SAPB-SAPPOOLINF'.
*    PERFORM bdc_field       USING 'BDC_OKCODE'
*                                  '=OKAY'.
*    PERFORM bdc_field       USING 'SAPB-SAPPOOLINF'
*                                  it_data-rlgrap-filename.      "JPG'.
*---- not exist - end
    PERFORM bdc_dynpro      USING 'OANEWCON' '0100'.
    PERFORM bdc_field       USING 'BDC_OKCODE'
                                  '/EBACK'.
    PERFORM bdc_transaction USING 'OAOH'.
    CLEAR it_data-rlgrap-filename.
  ENDLOOP.
  PERFORM close_group.
Could you help me to understand a different method to upload the pictures?
Thank you in advance.
Best regards
Luca Moschioni

Hi,
for uploading the photograph you need to do some customization.
1. Initial customization
Execute transaction code OAQ1 and put X in all the boxes.
Execute t code OAB4 and schedule the job
Execute t code SPAD and configure an output device
Execute T code OANR and configure the number range
Execute T code OAGI and deactivate Print list management system
EXecute T code SA38 and execute program RAPARAM and check for rspo/archive_format and make sure it should have 2 assigned on it.
2. Execute t code OAC0 and configure content repository
    Execute t code OAC2 and make your document type
    Assign JPG doc class to your doc type made in OAC2 in t code OAC3.
3. Now go to transaction code OAD5 and configure your settings
   Come to t code OAWD and upload all your scanned photo to SAP
I know the procedure is tedious and lenghthy but there is no way out.
If it helps you then reward it.
Enjoy
For further help contact at [email protected]

Similar Messages

  • Mass upload of documents through SAP Archive Link

    Hi Experts,
    Our client is having a requirement, to upload legacy (old) data from third party tool to DMS Content server through Archive link. Tool is implemented and it works fine for attaching individual document along with SAP Object like, Purchase Order, material, etc.
    We dont have any idea as how to upload bulk of drawings for material, need your advice on this.
    Regards,

    Hi,
    I am trying to get more info on how to bulk upload employee documentation through SAP Archive Link' OpenText Enterprise Scan into the categories in OAWD. Once the documents are in Enterprise Scan the Administrator needs to link these to the categories in SAP. This is a manual process - is there a way to bulk upload these documentation to the right categories? Since these documents vary I am not sure that OCR will be a help.
    Pleae could you help in this regard.
    Thank you.
    Regards,
    -- Gustav de Bruyn

  • Is it possible to upload employee photo into IT 0002 in ECC 6.0

    Hello Guru's,
    I have a requirement to upload employee photo's to Infotype 0002, so gone through all the steps in the threads posted here and felt that all were for R/3 4.6 n 4.7 only.
    I have a different set up in few tables like OAC0 in ECC 6.0.
    Request you all to let me know if uploading of employee photo is possible in ECC 6.0 ?? if so, let me know the configuration steps.
    with screen shots are more appreciated.
    Regards,
    Priya.

    You'll find the customizing settings in :-
    IMG - Personnel management - personnel administration - customizing user interfaces - change screen header.
    Regarding the archiving part you better ask your basis admin to set that up for document type HRICOLFOTO.
    2) Photo in the PA IT0002 In version 4.0B it worked
    1. Define physical archives using transaction OAC0 Arx. ZZ
    2. Assign objects types & document types to archive & documents tables for Obj PREL , doc.type HRIEMPFOTO,
    Arx. ZZ using transaction OAC3
    3. Define number range using transaction OANR
    4. Using transaction OAC2 define doc.typ & tech doc types for exmpl. HRIEMPFOTO - TIF
    5. Create protocol for Archive link using transactions OAA3 for exmpl. Comm.prot.,version. Generate it will define
    application type from list and so on.
    6. In the table 585O define relevant infotype for object and document type for exmpl. for it0002
    7. Using transaction OAAD create link for PERNR with relevant infotype & files on the server, which described on the
    first step.
    Link:Uploading Employee photos against IT0002 in ECC 6.0

  • How to get (OAAD tcode) employee photo into sapscript / smartforms??

    Hi!
    I need to insert the employee photo jpeg (from oaad) into an sapscript or smartforms.
    It's possible to do dynamically? (without file conversion)
    Thanks

    Hi,
    I m providing u with this link, u may get some idea .
    How to display the employee photo in a smartform
    or
    These are all the steps to upload the Photo.
    1. Create a number range for SAP Archive Link :
    IMG>Basis Components>Basis Services>SAP Archive Link>Basic Settings>Maintain number ranges.
    Tcode: OANR
    Create range 01 from 0000000001 to 9999999999 without the external number flag.
    2. Document type HRICOLFOTO must exist with document class JPG.
    IMG>Basis Components>Basis Services>SAP Archive Link>System Settings>Maintain document types.
    Table: TOAVE
    Tcode: OAC2
    3. Document type HRICOLFOTO must be linked to object type PREL and IT0002.
    IMG>Personnel Management>Personnel Administration>Tools>Optical Archiving>Set up Optical Archiving in HR.
    View: V_T585O,
    In all three columns there are minuses, don't put a flag in the check box.
    4. Check which content repository (Archive) is linked to document type HRICOLFOTO and object type PREL.
    IMG>Basis Components>Basis Services>SAP Archive Link>Basic Settings>Maintain Links.
    Table: TOAOM_C,
    Tcode: OAC3
    5. Create this content repository with storage type FILE archive.
    IMG>Basis Components>Basis Services>SAP Archive Link>Basic Settings>Maintain content repositories.
    Tcode: OAC0
    Storage type FILE archive can be attained by clicking on the field Storage type and clicking somewhere else in the screen with the right mouse button. Choose Possible entries and only then you get a list of all values. FILE Archive is entry number 08. Choose Version no. 0031 and Archive path something (e.g. C .
    6. Link photo to personnel number.
    Menu>Tools>Business Documents>Miscellaneous>Stored Documents.
    Tcode: OAAD
    Thanks,
    Mamta Kumari

  • Use of SAP DMS & SAP Archive Link both together

    Dear DMS Experts,
    I am little bit new to DMS and have very less idea about functionalities and capabilities of SAP DMS & Archive Link.
    I have got few questions:
    1. Is it possible to use both SAP DMS & SAP Archive link togther.
    For example, there are certain objects like GRN, Invoice, Employee etc which are not supported in standard DMS.
    However, they are supported in archive link.
    But at the same time, there is requirement of setting and resetting of some statuses of the documents attached with PM notification or with PR / PO. This functionality is available with SAP DMS.
    So I want to know, is it possible to use SAP archive link for few objects and SAP DMS for other objects.
    2. In case of SAP archive link configuration, we need to define link between Object Type, Document type and content repository
    in node "Edit Links" under "Basic Customizing" under "ArchiveLink".
    Here we can not use all the content repository which we have created normally. But we can use only limited content repository ID.
    How does system decides, which content repository id can be used.? Where can i define that.?
    3. With SAP archive link, can i store my documents in the same content repository in which I am storing my all the documents with SAP DMS. I mean to say, both the SAP DMS & Archive link, can share the same content repository.
    We are having a seperate content server and requirement is to store all the documents in content server only.
    Would request you all to please help.
    Thanks & Regards,
    Mihir Popat

    ..is it possible to use SAP archive link for few objects and SAP DMS for other objects...
    Yes,you may use Archivelink for static documents that would be required purely for reference while DMS can be configured to handle documents that are more dynamic in nature (that require status change,version,revisions et-al)
    ..both the SAP DMS & Archive link, can share the same content repository.We are having a seperate content server and requirement is to store all the documents in content server only...
    Yes,you may store DMS and Archivelink documents can reside on the same Content Server.Content repository is a logical area/partition,hence you may create one content repository for DMS and another for Archivelink(on the same Content Server).
    Regards,
    Pradeepkumar Haragoldavar

  • GOS objects SAP Archive Link

    Hello Experts,
    In transaction such as IW21, VA01, etc when we attach documents ( Excel, word, PDf's) in GOS ( Generic Services Objects) the document is stored in the Content repository and has a SAP Archive Link for e.g '&SO_KProObjectID=SOFFLOIO  4A6D66F30E37466EE1000000921B4EDD'
    Is its possible to convert this Archive Link into an URL?
    OR
    Is it possible to read the contents of the document at archvie Link into an internal table???
    Kindly help with possible solutions.
    Regards,
    Mansi.

    Hi,
    check this wiki [page|https://wiki.sdn.sap.com/wiki/display/Snippets/ABAP-SendingGOSattachmentstoanemailaddress]. It contains an example of attaching GOS objects to an email.
    Cheers

  • Mass uploading of employee photos.

    Hi Experts,
    I am uploading one  employee photo in ecc 6.0,Thats completed successfull.Now i am planning to upload bulk number of employee photos in to sap as well as in to ESS.I am tried to upload of 2000 employee photos through bdc ,but while running the BDC its asking the selection of employee photos from the location.So kindly update your views on this how to upload all employee photos with out manuall selection of photos.
    how can we update our photos in ESS once we completion of photos updation in sap.
    Thanks & Regards,
    arjun

    check this thread
    Mass upload of employee photos in OAOH

  • External Storage Repository for SAP Archive Link

    We are about use SAP Archive Link as part of a document scanning process. For storage, the intention is to use EMC Centera. We are on SAP ECC 6.0.
    Does anybody know if any additional software or hardware is required, or would we already be capable of  retrieving images from Centera storage without anything additional.
    If we start to store the scanned images on filestore, would it be possible to migrate the images to EMC Centera storage in the future without losing the link to the documents in SAP?
    Many Thanks
    Claire Crosby-Clarke

    Hi,
    >Does anybody know if any additional software or hardware is required, or would we already be capable >of retrieving images from Centera storage without anything additional.
    If Centera storage is certified by SAP for Archivelink you will be OK.
    In my company, we use Filenet and we had to purchase a special Archivelink connector.
    We scan incoming invoices, do OCR, create automatically the SAP invoice and make the link with the scanned invoice in Filenet.
    >If we start to store the scanned images on filestore, would it be possible to migrate the images to EMC >Centera storage in the future without losing the link to the documents in SAP?
    I don't think so, because the link in SAP is an identifier in the storage software.
    Regards,
    Olivier

  • SAP Archive Link and DMS integration configuration

    Hi SAP Gurus,
    I have always come across that SAP DMS is very well integrated with SAP Archive link, is that means SAP Archive link can be used as an storage location for storing original application files, in normal DMS check in original CV01N transaction.
    does this Archive link appear as an option to be selected to store the original application file at CV01N Transaction, just like we get DMS_C1_ST (default SAP) or any ZDMS_SC01/02 (customised Storage catagories for checking in originals.)
    another side iam also comming across SAP Archive link is an entierly different Module and involves different transactions to store documents and original.and no where related to DMS.
    iam not able to draw at any conclusion weather to suggest Archive link as an storage medium for DMS check in originals, as i have not used it earlier in DMS.
    Can this SAP Archive Link server be used as an sole and single original applicaion file storing system for DMS?
    if so will it support all the DMS funtionalities, if not what is this fully integrated means, is it limited to make an copy / transfer of excess DMS files in SAP Archive server from existing DMS server? iam confused
    please clarify.
    Points awaiting for clarification.
    Thanks and regards,
    Shanti

    Dear Hill,
    Thanks for your response,
    but my confusion is not yet solved.
    let me put it in a better way,
    1) You can store a document against a DIR with the GOS icon instead of in the originals area (called Document Archiving), i did not understand this solution please eloborate. where is this GOS icon in DIR,
    2) There is one thing in menu path: Environment / check in archive.
    so can we store originals in a Archive server directly by going in to the CV01N transaction.(iam not speaking about transferring Original already stored in a content server)
    3) we are having a single archive server to Archive SAP data, can This SAP Archive  server be used as an sole and single original  file storing system for DMS Also?
    4) if so will it support all the DMS funtionalities, if not what is this fully integrated means, is it limited to make an copy / transfer of excess DMS files in SAP Archive server from existing DMS server? iam confused to suggest this solution, as the client is not kneen on buying a separate server to store DMS files.
    please clarify.
    Thanks and regards
    Shanti

  • Prerequisite required for SAP Archival Link

    Hello Friends,
    I am new to SAP technology and have to work on SAP Archival Link. Could any body help me out how can i start off with.
    What are the Pre-requisite for installing andf configuring SAP Archival Link.
    Can anybody send me the SAP Archival Link Documentation.
    Thanks well in advance.
    my email id is [email protected]
    Regards,
    Ravi Shah<b></b>

    Hi Prasad,
    I am unable to access the url link which you have forwarded it is poping up with Authentication Message box and asking for (SAP Service Marketplace) Username and Password.
    Please advise what to do?
    Thanks and Regards,
    Ravi Shah
    Message was edited by: Ravi Shah

  • Upload Employee Photo into SAP

    Hi,
    Due to employee photo is stored as ArchiveLink and I tried to upload it by LSMW, but it doesn't work. I was wordering that, the document that stored in ArchiveLink can be uploaded by LSMW or not.
    Has anyone used to upload employee's photo into SAP? If so, how?
    Thanks in advance.

    Dear Sakchai,
    Refer to the following link for step by step procedure:
    http://wiki.ittoolbox.com/index.php/Upload_a_photo_in_SAP_HR
    Sample program from http://sap.ittoolbox.com/groups/technical-functional/sap-hr/massive-upload-photo-1211577
    REPORT ZHR_BDC_UPLOADPIC
    NO STANDARD PAGE HEADING LINE-SIZE 255.
    INCLUDE
    INCLUDE BDCRECX1.
    I N T E R N A L T A B L E S
    DATA : BEGIN OF IT_DATA OCCURS 0,
    RP50G-PERNR(8), " LIKE RP50G-PERNR,
    RLGRAP-FILENAME(128),
    END OF IT_DATA.
    S T A R T - O F - S E L E C T I O N
    START-OF-SELECTION.
    PERFORM OPEN_GROUP.
    CALL FUNCTION 'UPLOAD'
    EXPORTING
    FILENAME = 'C:\PICTURE.TXT'
    FILETYPE = 'DAT'
    TABLES
    DATA_TAB = IT_DATA
    EXCEPTIONS
    CONVERSION_ERROR = 1
    INVALID_TABLE_WIDTH = 2
    INVALID_TYPE = 3
    NO_BATCH = 4
    UNKNOWN_ERROR = 5
    GUI_REFUSE_FILETRANSFER = 6
    OTHERS = 7.
    IF SY-SUBRC NE 0.
    WRITE : / 'Unable to upload data'.
    STOP.
    ENDIF.
    LOOP AT IT_DATA.
    PERFORM BDC_DYNPRO USING 'OANEWCON' '0100'.
    PERFORM BDC_FIELD USING 'BDC_CURSOR'
    'TOAOM-AR_OBJECT'.
    PERFORM BDC_FIELD USING 'BDC_OKCODE'
    '=NEW'.
    PERFORM BDC_FIELD USING 'TOAOM-SAP_OBJECT'
    'PREL'.
    PERFORM BDC_FIELD USING 'TOAOM-AR_OBJECT'
    'HRICOLFOTO'.
    PERFORM BDC_DYNPRO USING 'SAPLSJ01' '0200'.
    PERFORM BDC_FIELD USING 'BDC_CURSOR'
    'FIELD_VALUES-INPUT(02)'.
    PERFORM BDC_FIELD USING 'BDC_OKCODE'
    '=OK'.
    PERFORM BDC_FIELD USING 'FIELD_VALUES-INPUT(01)'
    IT_DATA-RP50G-PERNR. "'10002'.
    PERFORM BDC_FIELD USING 'FIELD_VALUES-INPUT(02)'
    '0002'.
    PERFORM BDC_DYNPRO USING 'SAPLOPTM' '0105'.
    PERFORM BDC_FIELD USING 'BDC_CURSOR'
    'SAPB-SAPPOOLINF'.
    PERFORM BDC_FIELD USING 'BDC_OKCODE'
    '=OKAY'.
    PERFORM BDC_FIELD USING 'SAPB-SAPPOOLINF'
    IT_DATA-RLGRAP-FILENAME. "JPG'.
    PERFORM BDC_TRANSACTION USING 'OAOH'.
    clear IT_DATA-RLGRAP-FILENAME.
    ENDLOOP.
    PERFORM CLOSE_GROUP.
    Regards,
    Naveen.

  • Mass upload of employee photos in OAOH

    Dear all,
    In OAOH transaction, if you type in the business object PREL, and doc type HRICOLFOTO, a small dialog box appear and you type in the employee no.  Afterwards, another window dialog box appear prompting the file name/path....
    I would like to know if there is any method to mass upload thousands of employee photos, since batch input does not work in the file/path selection screen (window's dialog box)
    Thanks a lot for your help !
    patrick

    Hi Patrick,
    Generally it is not suggested to Upload Photograph using Mass Upload.... normally it is one to one ... one perer at a time.
    But if its too urgent and critical then fallow this steps.
    1) Store the Photograph of the Employee as the PERNR.JPG (PERNR = EMPLPYEES PERSONNEL NUMBER) at a predifined location.
    2) Have a text file with all the pernr for whom you want to upload the photo and the JPGs you have in the folder.
    3) Use this Function module with the loop for all the PERNR
    * Function module to update Tran OAAD
    * Create file path (Directory)-(Employee No.).JPG
        CONCATENATE 'dir where the file is stored' wa_pernr-pernr '.' 'jpg' INTO lw_path.
    * Assign Values
        lw_ar_object  = text-002.         "HRICOLFOTO
        lw_object_id  = wa_pernr-pernr.
        lw_sap_object = text-003.         "PREL
        lw_doc_type   = text-004.         "JPG
        CALL FUNCTION 'ARCHIV_CREATE_FILE'
          EXPORTING
            ar_object                     = lw_ar_object
    *   DEL_DATE                      =
            object_id                     = lw_object_id
            sap_object                    = lw_sap_object
            doc_type                      = lw_doc_type
            path                          = lw_path
         EXCEPTIONS
           error_conectiontable          = 1
           error_parameter               = 2
           error_archiv                  = 3
           error_upload                  = 4
           error_kernel                  = 5
           no_entry_possible             = 6
           error_comunicationtable       = 7
           OTHERS                        = 8
        IF sy-subrc <> 0.
          MESSAGE ID sy-msgid TYPE sy-msgty NUMBER sy-msgno
                  WITH sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4.
        ENDIF.
    This will help you to create the Archive link.
    Hope this helps you.
    ~Bhawanidutt

  • Urgent !!! Leave  Dox -  needs to be stored inPA 30-in SAP Archive Link

    Dear SAP Gurus
    Pls help me !
    Client would like to store leave application like attached document into the SAP ECC (in PA30) system.(info 2001)
    Like : employee Photo (using SAP Archving Link)
    I wouls likly to know , is there any possibiltys to upload & store leave  document  in infotype 2001 format could be  word or PDF ,ect ...  using  pa30 in R/3 System.
    Kindly provide the solution path to resolve this problem
    Thanks
    Thiru

    Hi ,
    Thanks for the reply
    Digntal personnel concept is related to HCM forms !
    My dought  , is  there any possibilty to upload and store the Leave support doument specifically infotype 2001once compete the workflow (like employee photo upload) , if yes kindly provide the possible suggestion
    Thanks
    Thiru

  • Uploadation of employee photo

    Ii am going to upload employee photo. Does anybody know the configuration setting, transaction for this step and also please tell me what is the format i will use for pics....

    Hi,
    Please refer to earlier posts or go through this link for your query...
    http://www.sd-solutions.com/SAP-HR-Employee-Photos-v4.6.html

  • Batch uploading of employee photo using T-code OAAD

    Hi All,
    When uploading employee photos with OAAD, I can not use SHDB to record the bdc actions because there is a popup function(to specify uploading JPG file) which can NOT be recorded by BDC.
    So anybody got some suggestions?
    Thanks in adv.
    Br,Kee

    Hi,
    Use this code this will work.
    This is a code workaround instead of BDC from SHDB.
    START-OF-SELECTION.
      LOOP AT t_record.
    Since the employee photo is always stored in 0002 infotype, we need to
    concatenate the employee id with preceeding zeros and pad "0002" in
    right into the pernr field which will be passed to object_id
    Any unwanted leading zeros deleted
        SHIFT t_record-pernr LEFT DELETING LEADING '0'.
    Any leading space is removed
        CONDENSE t_record-pernr.
    0002 is concatenated to the emp id
        CONCATENATE t_record-pernr '0002' INTO t_record-pernr.
    Push the contents of pernr into pernr_zero since its a NUMC type field
    and hence zeros will be padded automatically by the system
        w_pernr_zero = t_record-pernr.
    Now pernr will be having zero padding
        CLEAR w_pernr_pass.
        w_pernr_pass = w_pernr_zero.
    Call this function module for storing the photos.
        CALL FUNCTION 'ARCHIV_CREATE_DIALOG_META'
          EXPORTING
            archiv_id  = 'A1'
            ar_object  = 'HRICOLFOTO'
            object_id  = w_pernr_pass
            sap_object = 'PREL'
            file       = t_record-path.
        IF sy-subrc <> 0.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
            WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
        ENDIF.
      ENDLOOP.
    Hope this helps you.
    Regards,
    Subbu.

Maybe you are looking for

  • Deleting all print jobs on a computer with network accounts

    In a school environment, we are using a network server with individual student accounts. Is there a way to delete all print jobs for all users on a given computer? I can reset print system and it only clears the print jobs for that single user.

  • Is there a way to prevent hidden calendars from appearing in Notification Center?

    I have 4 calendars syncing with my iPhone -- now running iOS5. One of those calendars is my Google Calendar, which includes birthdays of all my contacts. However, the iOS also offers a special "Birthdays" calendar that pulls birthdays from the Contac

  • Settings for publish the reports in EP

    Hi Guys Does any one have any documents that shows clear steps on how to publish the Quereies in Portal....Iam new to this and need to know the settings to publish the reports in portal ...We are now using BEx analyser...I will assign points Regards

  • Macbook pro 15" start up and after gray apple shut down,what to do?

    I started my MacBook Pro like always and it shuted down immediately. I just could see white screen,then gray apple and it looked like it is starting up(circle was rounding under the apple) but mac immediately shuted down. I have new HDD. What to do?

  • Help with gradients

    Hi everyone, I have to make my green shape look exactly like the one on the right. I've got the right colors but I am not able to move the radial gradient over to the left. When I click on the gradient tool, I get a circle symobl with a line through