Webdynpro ABAP ALV in SAP ECC6 - EHP4: To disable Column Selection

Hi All,
We are using SAP ECC6 EHP4 and  for Webdynpro ABAP application, after each column a vertical white line is appearing, and I need to hide this..
SAP suggested us to disable COLUMN SELECTION I have tried the below code but still I am not able to get this done..
Can you please suggest the appropriate method to achieve the same.
Code:
* show tab COLUMN SELECTION in Settings page
CALL METHOD wd_this->alv_conf_table->if_salv_wd_std_functions~set_column_selection_allowed
  EXPORTING value = ABAP_false..
here alv_conf_table refers to CL_SALV_WD_CONFIG_TABLE.
Thanks in advance.
Thanks
Srinivas
Edited by: Srinivas Manchi on Apr 22, 2010 11:35 AM
Edited by: Srinivas Manchi on Apr 22, 2010 1:06 PM

You have to disable the DDic binding on the column before your override text will show up:
data: l_ref_cmp_usage type ref to if_wd_component_usage.
  l_ref_cmp_usage =   wd_this->wd_cpuse_alv( ).
  if l_ref_cmp_usage->has_active_component( ) is initial.
    l_ref_cmp_usage->create_component( ).
  endif.
  data l_salv_wd_table type ref to iwci_salv_wd_table.
  l_salv_wd_table = wd_this->wd_cpifc_alv( ).
  data l_table type ref to cl_salv_wd_config_table.
  l_table = l_salv_wd_table->get_model( ).
  data l_column type ref to cl_salv_wd_column.
  l_column = l_table->if_salv_wd_column_settings~get_column( 'POSTING_DATE' ).
  data l_header type ref to cl_salv_wd_column_header.
  l_header = l_column->get_header( ).
  l_header->set_prop_ddic_binding_field(
    property =  if_salv_wd_c_ddic_binding=>bind_prop_text
    value = if_salv_wd_c_ddic_binding=>ddic_bind_none ).
  l_header->set_text( `Posting Date` ).

Similar Messages

  • Webdynpro ABAP - ALV how can i display Total of Column

    Hi friends,
    Webdynpro ABAP - ALV how can i display Total of Columns.
    Please tell me any metod is there or any solution.
    Thanks,
    Kumar.

    Hi
    You can take help of following code snippet to create totals for a particular column
    Data: lr_function_settings TYPE REF TO CL_SALV_WD_CONFIG_TABLE.
      DATA: lr_column_settings TYPE REF TO if_salv_wd_column_settings,
            lr_column          TYPE REF TO cl_salv_wd_column,
            lt_column type salv_wd_t_column_ref,
            ls_column type salv_wd_s_column_ref.
    Data:  lr_field_amnt type REF TO CL_SALV_WD_FIELD.
    * get reference of ALV component
      lr_salv_wd_table = wd_this->wd_cpifc_OVERVIEW_EARNED_ALV( ).
      wd_this->alv_config_table = lr_salv_wd_table->get_model( ).
    *  get function settings
      lr_function_settings ?= wd_this->alv_config_table.
    * display columns in correct order
      lr_column_settings ?= wd_this->alv_config_table.
      lt_column = lr_column_settings->get_columns( ).
      loop at lt_column into ls_column.
    CASE ls_column-id.
    when 'AMOUNT'
    * aggregate field
            CALL METHOD LR_FUNCTION_SETTINGS->IF_SALV_WD_FIELD_SETTINGS~GET_FIELD
              EXPORTING
                FIELDNAME = 'AMOUNT'
              RECEIVING
                VALUE     = lr_field_amnt.
    * create aggregate rule as total
            CALL METHOD LR_FIELD_AMNT->IF_SALV_WD_AGGR~CREATE_AGGR_RULE
              EXPORTING
                AGGREGATION_TYPE = IF_SALV_WD_C_AGGREGATION=>AGGRTYPE_TOTAL
              RECEIVING
                VALUE            = lv_aggr_rule.
    endcase.
    Regards
    Manas DUa

  • How to upload file in webdynpro abap alv

    Hello Friends,
    how to upload file in webdynpro abap alv
    Regards
    Narendra
    Moderator message: please search for available information, post in correct "Web Dynpro ABAP" forum if still required.
    Edited by: Thomas Zloch on Jun 6, 2011 11:55 AM

    Hi Narendra,
    You ahve to search before posting. This discussed many times.
    You need to use file upload ui element to upload data. and display in alv.
    Please go thorugh this..
    http://wiki.sdn.sap.com/wiki/display/WDABAP/UploadandDownloadfilesinWebdynproABAP
    Re: Upload .xls file in WDABAP
    http://forums.sdn.sap.com/click.jspa?searchID=72307893&messageID=5425671
    Cheers,
    Kris.

  • Webdynpro abap ALV export to excel with images problem

    Hello experts,
    I'm having problems with standard excel export functionality in webdynpro abap ALV.
    In my table i have images taken from content server (employee photos) linked with URL to a table_cell Image, when i export the table to excel using standard function the images is showed as a broken picture with the following text:
    "The linked image cannot displayed. The file may have been moved, or deleted. Verify that the link points to the correct file and location."
    I'm running on sap basis 7.02 SP13 and implemented the notes 1975765 and 1985288 but not resolved this issue.
    Do you have any ideas?
    Thank you.

    Hi Jorge,
    Are you able to download the ICONs from alv table? try to use some icon source '~Icon/Add' and check out if you can download it to excel successfully.
    FYR:
    Regards,
    Rama

  • Having sap ecc6 ehp4 installation error...

    I have intel core 2 dou processor E7500 @2.94 GHz and 2 GB RAM ...I have installed VMWARE 10 and in VMWARE i have installed Windows Server 2003 Standard Edition sp2 64 bits as guest OS and Windows 7 as host OS. I want to install SAP ECC6 EHP4 on that Windows Server 2003 as SAP ECC6 EHP4 is for 64 bits . I have all the media files. While installing i am getting these following errors...
    Execution of the command "C:\j2sdk1.4.2_17\bin\java.exe -classpath migmon.jar -showversion -Xmx1024m com.sap.inst.migmon.imp.ImportMonitor -sapinst" finished with return code 103. Output:
    java version "1.4.2_17"
    Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2_17-b06)
    Java HotSpot(TM) Client VM (build 1.4.2_17-b06, mixed mode)
    Import Monitor jobs: running 1, waiting 104, completed 0, failed 0, total 105.
    Import Monitor jobs: running 2, waiting 103, completed 0, failed 0, total 105.
    Import Monitor jobs: running 3, waiting 102, completed 0, failed 0, total 105.
    Import Monitor jobs: running 4, waiting 101, completed 0, failed 0, total 105.
    Import Monitor jobs: running 5, waiting 100, completed 0, failed 0, total 105.
    Import Monitor jobs: running 6, waiting 99, completed 0, failed 0, total 105.
    Import Monitor jobs: running 7, waiting 98, completed 0, failed 0, total 105.
    Import Monitor jobs: running 8, waiting 97, completed 0, failed 0, total 105.
    Import Monitor jobs: running 9, waiting 96, completed 0, failed 0, total 105.
    Import Monitor jobs: running 10, waiting 95, completed 0, failed 0, total 105.
    Loading of 'SOC3' import package: OK
    Import Monitor jobs: running 9, waiting 95, completed 1, failed 0, total 105.
    Import Monitor jobs: running 10, waiting 94, completed 1, failed 0, total 105.
    Loading of 'VRSMODISRC' import package: OK
    Import Monitor jobs: running 9, waiting 94, completed 2, failed 0, total 105.
    Import Monitor jobs: running 10, waiting 93, completed 2, failed 0, total 105.
    Loading of 'PCL4' import package: OK
    Import Monitor jobs: running 9, waiting 93, completed 3, failed 0, total 105.
    Import Monitor jobs: running 10, waiting 92, completed 3, failed 0, total 105.
    Loading of 'SAPAPPL1_10' import package: OK
    Import Monitor jobs: running 9, waiting 92, completed 4, failed 0, total 105.
    Import Monitor jobs: running 10, waiting 91, completed 4, failed 0, total 105.
    Loading of 'SAPCLUST' import package: OK
    Import Monitor jobs: running 9, waiting 91, completed 5, failed 0, total 105.
    Import Monitor jobs: running 10, waiting 90, completed 5, failed 0, total 105.
    Loading of 'PCL2' import package: OK
    Import Monitor jobs: running 9, waiting 90, completed 6, failed 0, total 105.
    Import Monitor jobs: running 10, waiting 89, completed 6, failed 0, total 105.
    Loading of 'SAPAPPL1_7' import package: OK
    Import Monitor jobs: running 9, waiting 89, completed 7, failed 0, total 105.
    Import Monitor jobs: running 10, waiting 88, completed 7, failed 0, total 105.
    Loading of 'DD04T' import package: OK
    Import Monitor jobs: running 9, waiting 88, completed 8, failed 0, total 105.
    Import Monitor jobs: running 10, waiting 87, completed 8, failed 0, total 105.
    Loading of 'T100' import package: OK
    Import Monitor jobs: running 9, waiting 87, completed 9, failed 0, total 105.
    Import Monitor jobs: running 10, waiting 86, completed 9, failed 0, total 105.
    Loading of 'REPOSRC' import package: ERROR
    Import Monitor jobs: running 9, waiting 86, completed 9, failed 1, total 105.
    Loading of 'SAPSDIC_1' import package: ERROR
    Import Monitor jobs: running 8, waiting 86, completed 9, failed 2, total 105.
    Import Monitor jobs: running 9, waiting 85, completed 9, failed 2, total 105.
    Import Monitor jobs: running 10, waiting 84, completed 9, failed 2, total 105.
    Loading of 'REPOTEXT' import package: ERROR
    Import Monitor jobs: running 9, waiting 84, completed 9, failed 3, total 105.
    Import Monitor jobs: running 10, waiting 83, completed 9, failed 3, total 105.
    Loading of 'RSMPTEXTS' import package: OK
    Import Monitor jobs: running 9, waiting 83, completed 10, failed 3, total 105.
    Import Monitor jobs: running 10, waiting 82, completed 10, failed 3, total 105.
    Loading of 'RFBLG' import package: OK
    Import Monitor jobs: running 9, waiting 82, completed 11, failed 3, total 105.
    Import Monitor jobs: running 10, waiting 81, completed 11, failed 3, total 105.
    Loading of 'SAPAPPL2_2' import package: OK
    Import Monitor jobs: running 9, waiting 81, completed 12, failed 3, total 105.
    Import Monitor jobs: running 10, waiting 80, completed 12, failed 3, total 105.
    Loading of 'VRSX' import package: OK
    Import Monitor jobs: running 9, waiting 80, completed 13, failed 3, total 105.
    Import Monitor jobs: running 10, waiting 79, completed 13, failed 3, total 105.
    Loading of 'SAPSLEXC' import package: ERROR
    Import Monitor jobs: running 9, waiting 79, completed 13, failed 4, total 105.
    Loading of 'AGR_HIERT' import package: ERROR
    Import Monitor jobs: running 8, waiting 79, completed 13, failed 5, total 105.
    Loading of 'SAPAPPL1_2' import package: ERROR
    Import Monitor jobs: running 7, waiting 79, completed 13, failed 6, total 105.
    Import Monitor jobs: running 8, waiting 78, completed 13, failed 6, total 105.
    Import Monitor jobs: running 9, waiting 77, completed 13, failed 6, total 105.
    Import Monitor jobs: running 10, waiting 76, completed 13, failed 6, total 105.
    Loading of 'SAPSSRC' import package: ERROR
    Import Monitor jobs: running 9, waiting 76, completed 13, failed 7, total 105.
    Loading of 'SAPNTAB' import package: ERROR
    Import Monitor jobs: running 8, waiting 76, completed 13, failed 8, total 105.
    Import Monitor jobs: running 9, waiting 75, completed 13, failed 8, total 105.
    Import Monitor jobs: running 10, waiting 74, completed 13, failed 8, total 105.
    Loading of 'SAPSSEXC_2' import package: ERROR
    Import Monitor jobs: running 9, waiting 74, completed 13, failed 9, total 105.
    Import Monitor jobs: running 10, waiting 73, completed 13, failed 9, total 105.
    Loading of 'SAPAPPL0_2' import package: ERROR
    Import Monitor jobs: running 9, waiting 73, completed 13, failed 10, total 105.
    Loading of 'E071K' import package: ERROR
    Import Monitor jobs: running 8, waiting 73, completed 13, failed 11, total 105.
    Loading of 'SAPAPPL0_3' import package: ERROR
    Loading of 'SAPAPPL2_3' import package: ERROR
    Import Monitor jobs: running 6, waiting 73, completed 13, failed 13, total 105.
    Import Monitor jobs: running 6, waiting 73, completed 13, failed 13, total 105.
    Import Monitor jobs: running 7, waiting 72, completed 13, failed 13, total 105.
    Import Monitor jobs: running 8, waiting 71, completed 13, failed 13, total 105.
    Import Monitor jobs: running 9, waiting 70, completed 13, failed 13, total 105.
    Import Monitor jobs: running 10, waiting 69, completed 13, failed 13, total 105.
    Loading of 'DOKCLU' import package: OK
    Import Monitor jobs: running 9, waiting 69, completed 14, failed 13, total 105.
    Import Monitor jobs: running 10, waiting 68, completed 14, failed 13, total 105.
    Loading of 'SAPAPPL0_6' import package: ERROR
    Import Monitor jobs: running 9, waiting 68, completed 14, failed 14, total 105.
    Loading of 'SAPAPPL2_6' import package: ERROR
    Import Monitor jobs: running 8, waiting 68, completed 14, failed 15, total 105.
    Loading of 'SAPAPPL1_8' import package: ERROR
    Import Monitor jobs: running 7, waiting 68, completed 14, failed 16, total 105.
    Import Monitor jobs: running 8, waiting 67, completed 14, failed 16, total 105.
    Import Monitor jobs: running 9, waiting 66, completed 14, failed 16, total 105.
    Import Monitor jobs: running 10, waiting 65, completed 14, failed 16, total 105.
    Loading of 'SEOCOMPODF' import package: ERROR
    Import Monitor jobs: running 9, waiting 65, completed 14, failed 17, total 105.
    Import Monitor jobs: running 10, waiting 64, completed 14, failed 17, total 105.
    Loading of 'SAPAPPL0_8' import package: ERROR
    Import Monitor jobs: running 9, waiting 64, completed 14, failed 18, total 105.
    Import Monitor jobs: running 10, waiting 63, completed 14, failed 18, total 105.
    Loading of 'DD03L' import package: ERROR
    Import Monitor jobs: running 9, waiting 63, completed 14, failed 19, total 105.
    Loading of 'SAPAPPL1_4' import package: ERROR
    Import Monitor jobs: running 8, waiting 63, completed 14, failed 20, total 105.
    Import Monitor jobs: running 9, waiting 62, completed 14, failed 20, total 105.
    Import Monitor jobs: running 10, waiting 61, completed 14, failed 20, total 105.
    Loading of 'ARFCSDATA' import package: OK
    Import Monitor jobs: running 9, waiting 61, completed 15, failed 20, total 105.
    Import Monitor jobs: running 10, waiting 60, completed 15, failed 20, total 105.
    Loading of 'D021T' import package: ERROR
    Import Monitor jobs: running 9, waiting 60, completed 15, failed 21, total 105.
    Loading of 'SAPSSEXC_3' import package: ERROR
    Import Monitor jobs: running 8, waiting 60, completed 15, failed 22, total 105.
    Loading of 'SAPSSEXC_1' import package: ERROR
    Import Monitor jobs: running 7, waiting 60, completed 15, failed 23, total 105.
    Import Monitor jobs: running 8, waiting 59, completed 15, failed 23, total 105.
    Import Monitor jobs: running 9, waiting 58, completed 15, failed 23, total 105.
    Import Monitor jobs: running 10, waiting 57, completed 15, failed 23, total 105.
    Loading of 'SAPAPPL1_12' import package: ERROR
    Import Monitor jobs: running 9, waiting 57, completed 15, failed 24, total 105.
    Loading of 'SAPSDIC_2' import package: OK
    Import Monitor jobs: running 8, waiting 57, completed 16, failed 24, total 105.
    Import Monitor jobs: running 9, waiting 56, completed 16, failed 24, total 105.
    Import Monitor jobs: running 10, waiting 55, completed 16, failed 24, total 105.
    Loading of 'STERM_TEXT' import package: OK
    Import Monitor jobs: running 9, waiting 55, completed 17, failed 24, total 105.
    Import Monitor jobs: running 10, waiting 54, completed 17, failed 24, total 105.
    Loading of 'SAPAPPL1_1' import package: ERROR
    Import Monitor jobs: running 9, waiting 54, completed 17, failed 25, total 105.
    Loading of 'SOTR_TEXT' import package: ERROR
    Import Monitor jobs: running 8, waiting 54, completed 17, failed 26, total 105.
    Loading of 'SAPAPPL1_5' import package: ERROR
    Loading of 'SAPAPPL2_7' import package: ERROR
    Import Monitor jobs: running 6, waiting 54, completed 17, failed 28, total 105.
    Import Monitor jobs: running 6, waiting 54, completed 17, failed 28, total 105.
    Loading of 'ATAB' import package: ERROR
    Import Monitor jobs: running 5, waiting 54, completed 17, failed 29, total 105.
    Loading of 'SAPAPPL1_3' import package: ERROR
    Import Monitor jobs: running 4, waiting 54, completed 17, failed 30, total 105.
    Import Monitor jobs: running 5, waiting 53, completed 17, failed 30, total 105.
    Import Monitor jobs: running 6, waiting 52, completed 17, failed 30, total 105.
    Import Monitor jobs: running 7, waiting 51, completed 17, failed 30, total 105.
    Import Monitor jobs: running 8, waiting 50, completed 17, failed 30, total 105.
    Import Monitor jobs: running 9, waiting 49, completed 17, failed 30, total 105.
    Import Monitor jobs: running 10, waiting 48, completed 17, failed 30, total 105.
    Loading of 'SAPAPPL2_9' import package: ERROR
    Import Monitor jobs: running 9, waiting 48, completed 17, failed 31, total 105.
    Import Monitor jobs: running 10, waiting 47, completed 17, failed 31, total 105.
    Loading of 'E071' import package: ERROR
    Import Monitor jobs: running 9, waiting 47, completed 17, failed 32, total 105.
    Loading of 'SAPAPPL0_4' import package: ERROR
    Import Monitor jobs: running 8, waiting 47, completed 17, failed 33, total 105.
    Import Monitor jobs: running 9, waiting 46, completed 17, failed 33, total 105.
    Import Monitor jobs: running 10, waiting 45, completed 17, failed 33, total 105.
    Loading of 'SAPAPPL0_1' import package: ERROR
    Import Monitor jobs: running 9, waiting 45, completed 17, failed 34, total 105.
    Loading of 'SAPAPPL2_8' import package: ERROR
    Import Monitor jobs: running 8, waiting 45, completed 17, failed 35, total 105.
    Loading of 'SAPAPPL1_11' import package: ERROR
    Import Monitor jobs: running 7, waiting 45, completed 17, failed 36, total 105.
    Loading of 'SAPAPPL2_1' import package: ERROR
    Import Monitor jobs: running 6, waiting 45, completed 17, failed 37, total 105.
    Import Monitor jobs: running 7, waiting 44, completed 17, failed 37, total 105.
    Import Monitor jobs: running 8, waiting 43, completed 17, failed 37, total 105.
    Import Monitor jobs: running 9, waiting 42, completed 17, failed 37, total 105.
    Import Monitor jobs: running 10, waiting 41, completed 17, failed 37, total 105.
    Loading of 'SAPAPPL0_5' import package: ERROR
    Import Monitor jobs: running 9, waiting 41, completed 17, failed 38, total 105.
    Loading of 'SAPAPPL2_4' import package: ERROR
    Loading of 'DD02T' import package: ERROR
    Import Monitor jobs: running 5, waiting 41, completed 17, failed 42, total 105.
    Loading of 'SAPAPPL1_9' import package: ERROR
    Import Monitor jobs: running 5, waiting 41, completed 17, failed 42, total 105.
    Import Monitor jobs: running 5, waiting 41, completed 17, failed 42, total 105.
    Loading of 'SAPAPPL1_6' import package: ERROR
    Import Monitor jobs: running 5, waiting 41, completed 17, failed 42, total 105.
    Import Monitor jobs: running 6, waiting 40, completed 17, failed 42, total 105.
    Import Monitor jobs: running 7, waiting 39, completed 17, failed 42, total 105.
    Import Monitor jobs: running 8, waiting 38, completed 17, failed 42, total 105.
    Import Monitor jobs: running 9, waiting 37, completed 17, failed 42, total 105.
    Import Monitor jobs: running 10, waiting 36, completed 17, failed 42, total 105.
    Loading of 'USRBF2' import package: ERROR
    Import Monitor jobs: running 9, waiting 36, completed 17, failed 43, total 105.
    Loading of 'SAPAPPL0_9' import package: ERROR
    Import Monitor jobs: running 8, waiting 36, completed 17, failed 44, total 105.
    Loading of 'SEOSUBCOTX' import package: ERROR
    Import Monitor jobs: running 7, waiting 36, completed 17, failed 45, total 105.
    Loading of 'INDTEXT' import package: ERROR
    Import Monitor jobs: running 6, waiting 36, completed 17, failed 46, total 105.
    Loading of 'SAPAPPL0_7' import package: ERROR
    Import Monitor jobs: running 5, waiting 36, completed 17, failed 47, total 105.
    Import Monitor jobs: running 6, waiting 35, completed 17, failed 47, total 105.
    Import Monitor jobs: running 7, waiting 34, completed 17, failed 47, total 105.
    Import Monitor jobs: running 8, waiting 33, completed 17, failed 47, total 105.
    Import Monitor jobs: running 9, waiting 32, completed 17, failed 47, total 105.
    Import Monitor jobs: running 10, waiting 31, completed 17, failed 47, total 105.
    Loading of 'GLFUNCA' import package: ERROR
    Import Monitor jobs: running 9, waiting 31, completed 17, failed 48, total 105.
    Import Monitor jobs: running 10, waiting 30, completed 17, failed 48, total 105.
    Loading of 'SEOCOMPOTX' import package: ERROR
    Import Monitor jobs: running 9, waiting 30, completed 17, failed 49, total 105.
    Loading of 'SAPAPPL2_5' import package: ERROR
    Import Monitor jobs: running 8, waiting 30, completed 17, failed 50, total 105.
    Import Monitor jobs: running 9, waiting 29, completed 17, failed 50, total 105.
    Import Monitor jobs: running 10, waiting 28, completed 17, failed 50, total 105.
    Loading of 'SAPSSEXC_4' import package: ERROR
    Import Monitor jobs: running 9, waiting 28, completed 17, failed 51, total 105.
    Import Monitor jobs: running 10, waiting 27, completed 17, failed 51, total 105.
    Loading of 'PPOIX' import package: ERROR
    Import Monitor jobs: running 9, waiting 27, completed 17, failed 52, total 105.
    Loading of 'SCPRSVALL' import package: ERROR
    Import Monitor jobs: running 8, waiting 27, completed 17, failed 53, total 105.
    Loading of 'SCPRSVALS' import package: ERROR
    Import Monitor jobs: running 7, waiting 27, completed 17, failed 54, total 105.
    Import Monitor jobs: running 8, waiting 26, completed 17, failed 54, total 105.
    Import Monitor jobs: running 9, waiting 25, completed 17, failed 54, total 105.
    Import Monitor jobs: running 10, waiting 24, completed 17, failed 54, total 105.
    Loading of 'OCSCMPLOBJ' import package: ERROR
    Import Monitor jobs: running 9, waiting 24, completed 17, failed 55, total 105.
    Import Monitor jobs: running 10, waiting 23, completed 17, failed 55, total 105.
    Loading of 'DDFTX' import package: OK
    Import Monitor jobs: running 9, waiting 23, completed 18, failed 55, total 105.
    Import Monitor jobs: running 10, waiting 22, completed 18, failed 55, total 105.
    Loading of 'SEOSUBCODF' import package: ERROR
    Import Monitor jobs: running 9, waiting 22, completed 18, failed 56, total 105.
    Import Monitor jobs: running 10, waiting 21, completed 18, failed 56, total 105.
    Loading of 'DD07T' import package: ERROR
    Import Monitor jobs: running 9, waiting 21, completed 18, failed 57, total 105.
    Loading of 'TRDIRT' import package: ERROR
    Import Monitor jobs: running 8, waiting 21, completed 18, failed 58, total 105.
    Import Monitor jobs: running 9, waiting 20, completed 18, failed 58, total 105.
    Import Monitor jobs: running 10, waiting 19, completed 18, failed 58, total 105.
    Loading of 'TMENU01T' import package: ERROR
    Import Monitor jobs: running 9, waiting 19, completed 18, failed 59, total 105.
    Loading of 'SCPRVALS' import package: ERROR
    Import Monitor jobs: running 8, waiting 19, completed 18, failed 60, total 105.
    Loading of 'TODIR' import package: ERROR
    Import Monitor jobs: running 7, waiting 19, completed 18, failed 61, total 105.
    Import Monitor jobs: running 8, waiting 18, completed 18, failed 61, total 105.
    Import Monitor jobs: running 9, waiting 17, completed 18, failed 61, total 105.
    Import Monitor jobs: running 10, waiting 16, completed 18, failed 61, total 105.
    Loading of 'FUPARAREF' import package: ERROR
    Import Monitor jobs: running 9, waiting 16, completed 18, failed 62, total 105.
    Loading of 'WBCROSSGT' import package: ERROR
    Import Monitor jobs: running 8, waiting 16, completed 18, failed 63, total 105.
    Loading of 'DOKHL' import package: ERROR
    Import Monitor jobs: running 7, waiting 16, completed 18, failed 64, total 105.
    Loading of 'TADIR' import package: ERROR
    Import Monitor jobs: running 6, waiting 16, completed 18, failed 65, total 105.
    Loading of 'FAGLFLEXA' import package: ERROR
    Import Monitor jobs: running 5, waiting 16, completed 18, failed 66, total 105.
    Loading of 'DSYS_PHFILE_ECD2' import package: ERROR
    Import Monitor jobs: running 4, waiting 16, completed 18, failed 67, total 105.
    Loading of 'DOKIL' import package: ERROR
    Import Monitor jobs: running 3, waiting 16, completed 18, failed 68, total 105.
    Loading of 'SAPSPROT' import package: ERROR
    Import Monitor jobs: running 2, waiting 16, completed 18, failed 69, total 105.
    Loading of 'DD08T' import package: ERROR
    Import Monitor jobs: running 1, waiting 16, completed 18, failed 70, total 105.
    Import Monitor jobs: running 2, waiting 15, completed 18, failed 70, total 105.
    Import Monitor jobs: running 3, waiting 14, completed 18, failed 70, total 105.
    Import Monitor jobs: running 4, waiting 13, completed 18, failed 70, total 105.
    Import Monitor jobs: running 5, waiting 12, completed 18, failed 70, total 105.
    Import Monitor jobs: running 6, waiting 11, completed 18, failed 70, total 105.
    Import Monitor jobs: running 7, waiting 10, completed 18, failed 70, total 105.
    Import Monitor jobs: running 8, waiting 9, completed 18, failed 70, total 105.
    Import Monitor jobs: running 9, waiting 8, completed 18, failed 70, total 105.
    Import Monitor jobs: running 10, waiting 7, completed 18, failed 70, total 105.
    Loading of 'CATF' import package: ERROR
    Import Monitor jobs: running 9, waiting 7, completed 18, failed 71, total 105.
    Loading of 'COEP' import package: ERROR
    Import Monitor jobs: running 8, waiting 7, completed 18, failed 72, total 105.
    Loading of 'COEJ' import package: ERROR
    Import Monitor jobs: running 7, waiting 7, completed 18, failed 73, total 105.
    Loading of 'SAPSDOCU' import package: ERROR
    Import Monitor jobs: running 6, waiting 7, completed 18, failed 74, total 105.
    Loading of 'BSIS' import package: ERROR
    Import Monitor jobs: running 5, waiting 7, completed 18, failed 75, total 105.
    Loading of 'SAPPOOL' import package: ERROR
    Import Monitor jobs: running 4, waiting 7, completed 18, failed 76, total 105.
    Loading of 'WDY_UI_PROPERTY' import package: ERROR
    Import Monitor jobs: running 3, waiting 7, completed 18, failed 77, total 105.
    Loading of 'SAPSLOAD' import package: ERROR
    Import Monitor jobs: running 2, waiting 7, completed 18, failed 78, total 105.
    Import Monitor jobs: running 3, waiting 6, completed 18, failed 78, total 105.
    Import Monitor jobs: running 4, waiting 5, completed 18, failed 78, total 105.
    Import Monitor jobs: running 5, waiting 4, completed 18, failed 78, total 105.
    Import Monitor jobs: running 6, waiting 3, completed 18, failed 78, total 105.
    Import Monitor jobs: running 7, waiting 2, completed 18, failed 78, total 105.
    Import Monitor jobs: running 8, waiting 1, completed 18, failed 78, total 105.
    Loading of 'REGUH' import package: ERROR
    Import Monitor jobs: running 7, waiting 1, completed 18, failed 79, total 105.
    Loading of 'SAP0000' import package: OK
    Import Monitor jobs: running 6, waiting 1, completed 19, failed 79, total 105.
    Loading of 'SAPDODS' import package: ERROR
    Import Monitor jobs: running 5, waiting 1, completed 19, failed 80, total 105.
    Loading of 'SAPUSER1' import package: ERROR
    Import Monitor jobs: running 4, waiting 1, completed 19, failed 81, total 105.
    Loading of 'SAPDDIM' import package: ERROR
    Import Monitor jobs: running 3, waiting 1, completed 19, failed 82, total 105.
    Loading of 'SAPDFACT' import package: ERROR
    Import Monitor jobs: running 2, waiting 1, completed 19, failed 83, total 105.
    Loading of 'SAPUSER' import package: ERROR
    Import Monitor jobs: running 1, waiting 1, completed 19, failed 84, total 105.
    Loading of 'FUNCT' import package: OK
    Import Monitor jobs: running 0, waiting 1, completed 20, failed 84, total 105.
    WARNING[E] 2014-09-08 21:43:16.819
    CJSlibModule::writeError_impl()
    CJS-30022  Program 'Migration Monitor' exits with error code 103. For details see log file(s) import_monitor.java.log, import_monitor.log.
    ERROR      2014-09-08 21:43:21.631 [sixxcstepexecute.cpp:950]
    FCO-00011  The step runMigrationMonitor with step key |NW_ABAP_OneHost|ind|ind|ind|ind|0|0|NW_Onehost_System|ind|ind|ind|ind|1|0|NW_CreateDBandLoad|ind|ind|ind|ind|10|0|NW_ABAP_Import_Dialog|ind|ind|ind|ind|5|0|NW_ABAP_Import|ind|ind|ind|ind|0|0|runMigrationMonitor was executed with status ERROR .
    INFO       2014-09-08 21:45:40.881 [sixxcstepexecute.cpp:1003]
    An error occured and the user decided to stop.\n Current step "|NW_ABAP_OneHost|ind|ind|ind|ind|0|0|NW_Onehost_System|ind|ind|ind|ind|1|0|NW_CreateDBandLoad|ind|ind|ind|ind|10|0|NW_ABAP_Import_Dialog|ind|ind|ind|ind|5|0|NW_ABAP_Import|ind|ind|ind|ind|0|0|runMigrationMonitor".
    Please help me out of these error so that i can easily install SAP ECC6 on my desktop

    H:\usr\sap\ECC\SYS\exe\uc\NTAMD64\R3load.exe: START OF LOG: 20140909135705
    H:\usr\sap\ECC\SYS\exe\uc\NTAMD64\R3load.exe: sccsid @(#) $Id: //bas/701_REL/src/R3ld/R3load/R3ldmain.c#5 $ SAP
    H:\usr\sap\ECC\SYS\exe\uc\NTAMD64\R3load.exe: version R7.01/V1.4 [UNICODE]
    Compiled Feb 24 2009 23:41:07
    H:\usr\sap\ECC\SYS\exe\uc\NTAMD64\R3load.exe -ctf I \\vmware-host\Shared Folders\FINAL SAP ECC 6 EHP4\EXPORT 27 FILES\EXPORT 1\51037623_3\DATA_UNITS\EXPORT_3\DATA\SAPAPPL1_4.STR C:\Program Files\sapinst_instdir\ERPEhP4\AS-ABAP\ORA\CENTRAL\DDLORA.TPL SAPAPPL1_4.TSK ORA -l SAPAPPL1_4.log
    H:\usr\sap\ECC\SYS\exe\uc\NTAMD64\R3load.exe: job completed
    H:\usr\sap\ECC\SYS\exe\uc\NTAMD64\R3load.exe: END OF LOG: 20140909135708
    H:\usr\sap\ECC\SYS\exe\uc\NTAMD64\R3load.exe: START OF LOG: 20140909135713
    H:\usr\sap\ECC\SYS\exe\uc\NTAMD64\R3load.exe: sccsid @(#) $Id: //bas/701_REL/src/R3ld/R3load/R3ldmain.c#5 $ SAP
    H:\usr\sap\ECC\SYS\exe\uc\NTAMD64\R3load.exe: version R7.01/V1.4 [UNICODE]
    Compiled Feb 24 2009 23:41:07
    H:\usr\sap\ECC\SYS\exe\uc\NTAMD64\R3load.exe -i SAPAPPL1_4.cmd -dbcodepage 4103 -l SAPAPPL1_4.log -stop_on_error
    DbSl Trace: ORA-1403 when accessing table SAPUSER
    (DB) INFO: connected to DB
    (DB) INFO: DbSlControl(DBSL_CMD_NLS_CHARACTERSET_GET): UTF8
    (DB) INFO: COEJL created #20140909135757
    (IMP) INFO: import of COEJL completed (32971 rows) #20140909135829
    (DB) INFO: COEJL~0 created #20140909135845
    (DB) INFO: COEJL~1 created #20140909135850
    (DB) INFO: COEJR created #20140909135853
    (IMP) INFO: import of COEJR completed (25390 rows) #20140909140002
    (DB) INFO: COEJR~0 created #20140909140008
    (DB) INFO: COEJR~1 created #20140909140012
    (DB) INFO: COEJT created #20140909140020
    (IMP) INFO: import of COEJT completed (16497 rows) #20140909140044
    (DB) INFO: COEJT~0 created #20140909140048
    (DB) INFO: COEJT~1 created #20140909140049
    (DB) INFO: COEPB created #20140909140050
    (IMP) INFO: import of COEPB completed (118 rows) #20140909140050
    (DB) INFO: COEPB~0 created #20140909140050
    (DB) INFO: COEPB~1 created #20140909140050
    (DB) INFO: COEPBR created #20140909140051
    (IMP) INFO: import of COEPBR completed (1742 rows) #20140909140051
    (DB) INFO: COEPBR~0 created #20140909140051
    (DB) INFO: COEPBR~001 created #20140909140052
    (DB) INFO: COEPD created #20140909140052
    (IMP) INFO: import of COEPD completed (451 rows) #20140909140052
    (DB) INFO: COEPD~0 created #20140909140053
    (DB) INFO: COEPD~001 created #20140909140053
    (DB) INFO: COEPL created #20140909140054
    (IMP) INFO: import of COEPL completed (74329 rows) #20140909140120
    (DB) INFO: COEPL~0 created #20140909140123
    (DB) INFO: COEPL~1 created #20140909140126
    (DB) INFO: COEPR created #20140909140126
    (IMP) INFO: import of COEPR completed (31554 rows) #20140909140129
    (DB) INFO: COEPR~0 created #20140909140129
    (DB) INFO: COEPR~1 created #20140909140129
    (DB) INFO: COEPT created #20140909140129
    (IMP) INFO: import of COEPT completed (2241 rows) #20140909140130
    (DB) INFO: COEPT~0 created #20140909140130
    (DB) INFO: COEPT~1 created #20140909140130
    (DB) INFO: COER created #20140909140130
    (IMP) INFO: import of COER completed (202 rows) #20140909140130
    (DB) INFO: COER~0 created #20140909140130
    (DB) INFO: COER~1 created #20140909140131
    (DB) INFO: COES created #20140909140131
    (IMP) INFO: import of COES completed (413 rows) #20140909140131
    (DB) INFO: COES~0 created #20140909140131
    (DB) INFO: COES~1 created #20140909140131
    (DB) INFO: COFIO1 created #20140909140131
    (IMP) INFO: import of COFIO1 completed (5460 rows) #20140909140131
    (DB) INFO: COFIO1~0 created #20140909140132
    (DB) INFO: COFIO1~1 created #20140909140132
    (DB) INFO: COFIO2 created #20140909140132
    (IMP) INFO: import of COFIO2 completed (72 rows) #20140909140132
    (DB) INFO: COFIO2~0 created #20140909140132
    (DB) INFO: COFIO2~1 created #20140909140132
    (DB) INFO: COFIP created #20140909140132
    (IMP) INFO: import of COFIP completed (0 rows) #20140909140132
    (DB) INFO: COFIP~0 created #20140909140132
    (DB) INFO: COFIP~1 created #20140909140132
    (DB) INFO: COFIP~2 created #20140909140133
    (DB) INFO: COFIP~3 created #20140909140133
    (DB) INFO: COFIS created #20140909140133
    (IMP) INFO: import of COFIS completed (768 rows) #20140909140133
    (DB) INFO: COFIS~0 created #20140909140133
    (DB) INFO: COFIS~1 created #20140909140133
    (DB) INFO: COFIS~2 created #20140909140133
    (DB) INFO: COFIS~3 created #20140909140133
    (DB) INFO: COFIT created #20140909140134
    (IMP) INFO: import of COFIT completed (20760 rows) #20140909140137
    (DB) INFO: COFIT~0 created #20140909140138
    (DB) INFO: COFIT~1 created #20140909140138
    (DB) INFO: COFIV created #20140909140138
    (IMP) INFO: import of COFIV completed (0 rows) #20140909140138
    (DB) INFO: COFIV~0 created #20140909140138
    (DB) INFO: COFMA created #20140909140138
    (IMP) INFO: import of COFMA completed (525 rows) #20140909140138
    (DB) INFO: COFMA~0 created #20140909140139
    (DB) INFO: COFP created #20140909140139
    (IMP) INFO: import of COFP completed (11807 rows) #20140909140141
    (DB) INFO: COFP~0 created #20140909140141
    (DB) INFO: COFP~C created #20140909140141
    (DB) INFO: COFP~K created #20140909140142
    (DB) INFO: COFP~M created #20140909140142
    (DB) INFO: COFP~V created #20140909140142
    (DB) INFO: COFP~X created #20140909140142
    (DB) INFO: COFT created #20140909140142
    (IMP) INFO: import of COFT completed (3664 rows) #20140909140142
    (DB) INFO: COFT~0 created #20140909140142
    (DB) INFO: COFTP created #20140909140143
    (IMP) INFO: import of COFTP completed (1784 rows) #20140909140143
    (DB) INFO: COFTP~0 created #20140909140143
    (DB) INFO: COFV created #20140909140143
    (IMP) INFO: import of COFV completed (30942 rows) #20140909140144
    (DB) INFO: COFV~0 created #20140909140145
    (DB) INFO: COFVP created #20140909140145
    (IMP) INFO: import of COFVP completed (14906 rows) #20140909140146
    (DB) INFO: COFVP~0 created #20140909140146
    (DB) INFO: COFVP~001 created #20140909140146
    (DB) INFO: COIFT created #20140909140146
    (IMP) INFO: import of COIFT completed (2 rows) #20140909140146
    (DB) INFO: COIFT~0 created #20140909140147
    (DB) INFO: COIFT~HR1 created #20140909140147
    (DB) INFO: COINT_INDX created #20140909140147
    (IMP) INFO: import of COINT_INDX completed (8 rows) #20140909140147
    (DB) INFO: COINT_INDX~0 created #20140909140147
    (DB) INFO: COINT_TPOST_HD created #20140909140147
    (IMP) INFO: import of COINT_TPOST_HD completed (0 rows) #20140909140147
    (DB) INFO: COINT_TPOST_HD~0 created #20140909140147
    (DB) INFO: COINT_TPOST_HD~1 created #20140909140147
    (DB) INFO: COINT_TPOST_IT created #20140909140147
    (IMP) INFO: import of COINT_TPOST_IT completed (0 rows) #20140909140147
    (DB) INFO: COINT_TPOST_IT~0 created #20140909140147
    (DB) INFO: COIX created #20140909140147
    (IMP) INFO: import of COIX completed (16350 rows) #20140909140221
    (DB) INFO: COIX~0 created #20140909140259
    (DB) INFO: COIX_DATA created #20140909140259
    (IMP) INFO: import of COIX_DATA completed (172 rows) #20140909140300
    (DB) INFO: COIX_DATA~0 created #20140909140300
    (DB) INFO: COIX_DATA40 created #20140909140300
    (IMP) INFO: import of COIX_DATA40 completed (56 rows) #20140909140300
    (DB) INFO: COIX_DATA40~0 created #20140909140300
    (DB) INFO: COK41C_ID created #20140909140301
    (IMP) INFO: import of COK41C_ID completed (4 rows) #20140909140301
    (DB) INFO: COK41C_ID~0 created #20140909140301
    (DB) INFO: COK41C_IX created #20140909140301
    (IMP) INFO: import of COK41C_IX completed (174 rows) #20140909140301
    (DB) INFO: COK41C_IX~0 created #20140909140301
    (DB) INFO: COKA created #20140909140301
    (IMP) INFO: import of COKA completed (89616 rows) #20140909140304
    (DB) INFO: COKA~0 created #20140909140319
    (DB) INFO: COKAA created #20140909140319
    (IMP) INFO: import of COKAA completed (0 rows) #20140909140319
    (DB) INFO: COKAA~0 created #20140909140319
    (DB) INFO: COKL created #20140909140319
    (IMP) INFO: import of COKL completed (9906 rows) #20140909140320
    (DB) INFO: COKL~0 created #20140909140321
    (DB) INFO: COKP created #20140909140321
    (IMP) INFO: import of COKP completed (40846 rows) #20140909140324
    (DB) INFO: COKP~0 created #20140909140325
    (DB) INFO: COKR created #20140909140325
    (IMP) INFO: import of COKR completed (14940 rows) #20140909140325
    (DB) INFO: COKR~0 created #20140909140325
    (DB) INFO: COKS created #20140909140326
    (IMP) INFO: import of COKS completed (9248 rows) #20140909140326
    (DB) INFO: COKS~0 created #20140909140327
    (DB) INFO: COKS~1 created #20140909140327
    (DB) INFO: COMBINATIONS_IR created #20140909140327
    (IMP) INFO: import of COMBINATIONS_IR completed (0 rows) #20140909140327
    (DB) INFO: COMBINATIONS_IR~0 created #20140909140327
    (DB) INFO: COMC_ALTID_TP_SC created #20140909140327
    (IMP) INFO: import of COMC_ALTID_TP_SC completed (0 rows) #20140909140327
    (DB) INFO: COMC_ALTID_TP_SC~0 created #20140909140327
    (DB) INFO: COMD created #20140909140327
    (IMP) INFO: import of COMD completed (203 rows) #20140909140327
    (DB) INFO: COMD~0 created #20140909140327
    (DB) INFO: COME created #20140909140328
    (IMP) INFO: import of COME completed (2623 rows) #20140909140328
    (DB) INFO: COME~0 created #20140909140328
    (DB) INFO: COME~001 created #20140909140328
    (DB) INFO: COMEP created #20140909140328
    (IMP) INFO: import of COMEP completed (4647 rows) #20140909140328
    (DB) INFO: COMEP~0 created #20140909140328
    (DB) INFO: COMEP~001 created #20140909140328
    (DB) INFO: COMER created #20140909140328
    (IMP) INFO: import of COMER completed (3064 rows) #20140909140328
    (DB) INFO: COMER~0 created #20140909140329
    (DB) INFO: COMER~001 created #20140909140329
    (DB) INFO: COMH created #20140909140329
    (IMP) INFO: import of COMH completed (330 rows) #20140909140329
    (DB) INFO: COMH~0 created #20140909140329
    (DB) INFO: COMH~001 created #20140909140329
    (DB) INFO: COMH~002 created #20140909140329
    (DB) INFO: COMH~003 created #20140909140329
    (DB) INFO: COMHP created #20140909140329
    (IMP) INFO: import of COMHP completed (525 rows) #20140909140329
    (DB) INFO: COMHP~0 created #20140909140329
    (DB) INFO: COMHR created #20140909140329
    (IMP) INFO: import of COMHR completed (474 rows) #20140909140329
    (DB) INFO: COMHR~0 created #20140909140329
    (DB) INFO: COMHR~001 created #20140909140329
    (DB) INFO: COMHR~002 created #20140909140329
    (DB) INFO: COMM_CLEAR_STACK created #20140909140329
    (IMP) INFO: import of COMM_CLEAR_STACK completed (0 rows) #20140909140329
    (DB) INFO: COMM_CLEAR_STACK~0 created #20140909140329
    (DB) INFO: COMM_CLEAR_STACK02 created #20140909140329
    (DB) INFO: COMM_CLEAR_STACK03 created #20140909140329
    (DB) INFO: COMM_IL_DSCOPE created #20140909140330
    (IMP) INFO: import of COMM_IL_DSCOPE completed (0 rows) #20140909140330
    (DB) INFO: COMM_IL_DSCOPE~0 created #20140909140330
    (DB) INFO: COMM_IL_DTYPE created #20140909140330
    (IMP) INFO: import of COMM_IL_DTYPE completed (0 rows) #20140909140330
    (DB) INFO: COMM_IL_DTYPE~0 created #20140909140330
    (DB) INFO: COMM_IL_DTYPE~DR created #20140909140330
    (DB) INFO: COMM_IL_DTYPE~SRD created #20140909140330
    (DB) INFO: COMM_IL_ECMCHG created #20140909140330
    (IMP) INFO: import of COMM_IL_ECMCHG completed (0 rows) #20140909140330
    (DB) INFO: COMM_IL_ECMCHG~0 created #20140909140330
    (DB) INFO: COMM_IL_ECMCHG~001 created #20140909140330
    (DB) INFO: COMM_IL_ECMCHG~DR created #20140909140330
    (DB) INFO: COMM_IL_ECMCHG~SRD created #20140909140330
    (DB) INFO: COMM_IL_SCPCHR created #20140909140330
    (IMP) INFO: import of COMM_IL_SCPCHR completed (0 rows) #20140909140330
    (DB) INFO: COMM_IL_SCPCHR~0 created #20140909140330
    (DB) INFO: COMM_IL_SCPCHR~DR created #20140909140330
    (DB) INFO: COMM_IL_SCPCHR~SRD created #20140909140330
    (DB) INFO: COMM_PME_CAT_MAP created #20140909140330
    (IMP) INFO: import of COMM_PME_CAT_MAP completed (0 rows) #20140909140330
    (DB) INFO: COMM_PME_CAT_MAP~0 created #20140909140330
    (DB) INFO: COMM_PME_CAT_MAPKB created #20140909140330
    (DB) INFO: COMM_PME_PRD_MAP created #20140909140330
    (IMP) INFO: import of COMM_PME_PRD_MAP completed (0 rows) #20140909140330
    (DB) INFO: COMM_PME_PRD_MAP~0 created #20140909140330
    (DB) INFO: COMM_PME_PRD_MAPKB created #20140909140331
    (DB) INFO: COMM_PME_SET_MAP created #20140909140331
    (IMP) INFO: import of COMM_PME_SET_MAP completed (0 rows) #20140909140331
    (DB) INFO: COMM_PME_SET_MAP~0 created #20140909140331
    (DB) INFO: COMM_PME_SET_MAPKB created #20140909140331
    (DB) INFO: COMM_PRARCVERIFY created #20140909140331
    (IMP) INFO: import of COMM_PRARCVERIFY completed (0 rows) #20140909140331
    (DB) INFO: COMM_PRARCVERIFY~0 created #20140909140331
    (DB) INFO: COMPCMP created #20140909140331
    (IMP) INFO: import of COMPCMP completed (0 rows) #20140909140331
    (DB) INFO: COMPCMP~0 created #20140909140331
    (DB) INFO: COMPCONF created #20140909140331
    (IMP) INFO: import of COMPCONF completed (0 rows) #20140909140331
    (DB) INFO: COMPCONF~0 created #20140909140331
    (DB) INFO: COMPF created #20140909140331
    (IMP) INFO: import of COMPF completed (0 rows) #20140909140331
    (DB) INFO: COMPF~0 created #20140909140331
    (DB) INFO: COMPH created #20140909140331
    (IMP) INFO: import of COMPH completed (0 rows) #20140909140331
    (DB) INFO: COMPH~0 created #20140909140331
    (DB) INFO: COMPH~A created #20140909140331
    (DB) INFO: COMPHDR created #20140909140331
    (IMP) INFO: import of COMPHDR completed (0 rows) #20140909140331
    (DB) INFO: COMPHDR~0 created #20140909140331
    (DB) INFO: COMPITM created #20140909140331
    (IMP) INFO: import of COMPITM completed (0 rows) #20140909140331
    (DB) INFO: COMPITM~0 created #20140909140331
    (DB) INFO: COMPMOVE created #20140909140332
    (IMP) INFO: import of COMPMOVE completed (0 rows) #20140909140332
    (DB) INFO: COMPMOVE~0 created #20140909140332
    (DB) INFO: COMPOPR created #20140909140332
    (IMP) INFO: import of COMPOPR completed (0 rows) #20140909140332
    (DB) INFO: COMPOPR~0 created #20140909140332
    (DB) INFO: COMPPRT created #20140909140332
    (IMP) INFO: import of COMPPRT completed (0 rows) #20140909140332
    (DB) INFO: COMPPRT~0 created #20140909140333
    (DB) INFO: COMPSQU created #20140909140333
    (IMP) INFO: import of COMPSQU completed (0 rows) #20140909140333
    (DB) INFO: COMPSQU~0 created #20140909140333
    (DB) INFO: COMQ created #20140909140333
    (IMP) INFO: import of COMQ completed (1 rows) #20140909140333
    (DB) INFO: COMQ~0 created #20140909140333
    (DB) INFO: COMS_DIFF_BSP_A created #20140909140333
    (IMP) INFO: import of COMS_DIFF_BSP_A completed (5 rows) #20140909140333
    (DB) INFO: COMS_DIFF_BSP_A~0 created #20140909140333
    (DB) INFO: COMS_LH_OBJ_KEYD created #20140909140333
    (IMP) INFO: import of COMS_LH_OBJ_KEYD completed (0 rows) #20140909140333
    (DB) INFO: COMS_LH_OBJ_KEYD~0 created #20140909140333
    (DB) INFO: COMS_LH_OBJ_KEYG created #20140909140333
    (IMP) INFO: import of COMS_LH_OBJ_KEYG completed (0 rows) #20140909140333
    (DB) INFO: COMS_LH_OBJ_KEYG~0 created #20140909140333
    (DB) INFO: COM_SE_CPOINTER created #20140909140333
    (IMP) INFO: import of COM_SE_CPOINTER completed (38979 rows) #20140909140334
    (DB) INFO: COM_SE_CPOINTER~0 created #20140909140335
    (DB) INFO: COM_SE_CPOINTER~S created #20140909140336
    (DB) INFO: COM_SE_CPOINTER2 created #20140909140336
    (IMP) INFO: import of COM_SE_CPOINTER2 completed (1010 rows) #20140909140336
    (DB) INFO: COM_SE_CPOINTER2~0 created #20140909140336
    (DB) INFO: COM_SE_CPOINTER2~S created #20140909140336
    (DB) INFO: CONV_FILE created #20140909140336
    (IMP) INFO: import of CONV_FILE completed (0 rows) #20140909140336
    (DB) INFO: CONV_FILE~0 created #20140909140336
    (DB) INFO: CONV_MATRICES created #20140909140336
    (IMP) INFO: import of CONV_MATRICES completed (0 rows) #20140909140336
    (DB) INFO: CONV_MATRICES~0 created #20140909140336
    (DB) INFO: CON_FIN_CKLOG created #20140909140336
    (IMP) INFO: import of CON_FIN_CKLOG completed (0 rows) #20140909140336
    (DB) INFO: CON_FIN_CKLOG~0 created #20140909140336
    (DB) INFO: CON_FIN_WQ_CTRL created #20140909140336
    (IMP) INFO: import of CON_FIN_WQ_CTRL completed (0 rows) #20140909140336
    (DB) INFO: CON_FIN_WQ_CTRL~0 created #20140909140336
    (DB) INFO: CON_FIN_WQ_DATA created #20140909140336
    (IMP) INFO: import of CON_FIN_WQ_DATA completed (0 rows) #20140909140336
    (DB) INFO: CON_FIN_WQ_DATA~0 created #20140909140336
    (DB) INFO: CON_FIN_WQ_DATA~GI created #20140909140336
    (DB) INFO: CON_FIN_WQ_HDR created #20140909140336
    (IMP) INFO: import of CON_FIN_WQ_HDR completed (0 rows) #20140909140336
    (DB) INFO: CON_FIN_WQ_HDR~0 created #20140909140336
    (DB) INFO: CON_FIN_WQ_HDR~DOC created #20140909140337
    (DB) INFO: CON_FIN_WQ_HDR~GID created #20140909140337
    (DB) INFO: CON_FIN_WQ_HDR~MSG created #20140909140337
    (DB) INFO: CON_FIN_WQ_MSG created #20140909140337
    (IMP) INFO: import of CON_FIN_WQ_MSG completed (0 rows) #20140909140337
    (DB) INFO: CON_FIN_WQ_MSG~0 created #20140909140337
    (DB) INFO: COOI created #20140909140337
    (IMP) INFO: import of COOI completed (2576 rows) #20140909140337
    (DB) INFO: COOI~0 created #20140909140337
    (DB) INFO: COOI~1 created #20140909140337
    (DB) INFO: COOI_PI created #20140909140337
    (IMP) INFO: import of COOI_PI completed (0 rows) #20140909140337
    (DB) INFO: COOI_PI~0 created #20140909140337
    (DB) INFO: COPA_CRMSTATUS created #20140909140337
    (IMP) INFO: import of COPA_CRMSTATUS completed (39 rows) #20140909140337
    (DB) INFO: COPA_CRMSTATUS~0 created #20140909140337
    (DB) INFO: COPA_CRM_CEERROR created #20140909140337
    (IMP) INFO: import of COPA_CRM_CEERROR completed (24 rows) #20140909140337
    (DB) INFO: COPA_CRM_CEERROR~0 created #20140909140338
    (DB) INFO: COPA_CRM_GUIDMAP created #20140909140338
    (IMP) INFO: import of COPA_CRM_GUIDMAP completed (38 rows) #20140909140338
    (DB) INFO: COPA_CRM_GUIDMAP~0 created #20140909140338
    (DB) INFO: COPA_GUID_MAP created #20140909140338
    (IMP) INFO: import of COPA_GUID_MAP completed (0 rows) #20140909140338
    (DB) INFO: COPA_GUID_MAP~0 created #20140909140338
    (DB) INFO: COPA_GUID_MAP~1 created #20140909140338
    (DB) INFO: CORE created #20140909140338
    (IMP) INFO: import of CORE completed (62 rows) #20140909140338
    (DB) INFO: CORE~0 created #20140909140338
    (DB) INFO: CORE~001 created #20140909140338
    (DB) INFO: CORP created #20140909140338
    (IMP) INFO: import of CORP completed (11 rows) #20140909140338
    (DB) INFO: CORP~0 created #20140909140338
    (DB) INFO: COSB created #20140909140338
    (IMP) INFO: import of COSB completed (20196 rows) #20140909140343
    (DB) INFO: COSB~0 created #20140909140343
    (DB) INFO: COSB~1 created #20140909140345
    (DB) INFO: COSBD created #20140909140345
    (IMP) INFO: import of COSBD completed (1550 rows) #20140909140345
    (DB) INFO: COSBD~0 created #20140909140345
    (DB) INFO: COSL created #20140909140348
    (IMP) INFO: import of COSL completed (11402 rows) #20140909140349
    (DB) INFO: COSL~0 created #20140909140349
    (DB) INFO: COSL~1 created #20140909140350
    (DB) INFO: COSLD created #20140909140350
    (IMP) INFO: import of COSLD completed (73 rows) #20140909140350
    (DB) INFO: COSLD~0 created #20140909140350
    (DB) INFO: COSP created #20140909140350
    (IMP) INFO: import of COSP completed (104759 rows) #20140909140418
    (DB) INFO: COSP~0 created #20140909140444
    (DB) INFO: COSP~1 created #20140909140452
    (DB) INFO: COSP~2 created #20140909140459
    (DB) INFO: COSPD created #20140909140459
    (IMP) INFO: import of COSPD completed (2008 rows) #20140909140459
    (DB) INFO: COSPD~0 created #20140909140459
    (DB) INFO: COSPP created #20140909140500
    (IMP) INFO: import of COSPP completed (5 rows) #20140909140500
    (DB) INFO: COSPP~0 created #20140909140500
    (DB) INFO: COSPR created #20140909140500
    (IMP) INFO: import of COSPR completed (11 rows) #20140909140500
    (DB) INFO: COSPR~0 created #20140909140500
    (DB) INFO: COSPR~1 created #20140909140500
    (DB) INFO: COSR created #20140909140500
    (IMP) INFO: import of COSR completed (21497 rows) #20140909140502
    (DB) INFO: COSR~0 created #20140909140502
    (DB) INFO: COSR~1 created #20140909140503
    (DB) INFO: COSRVAPPL created #20140909140503
    (IMP) INFO: import of COSRVAPPL completed (193 rows) #20140909140504
    (DB) INFO: COSRVAPPL~0 created #20140909140504
    (DB) INFO: COSS created #20140909140504
    (IMP) INFO: import of COSS completed (131906 rows) #20140909140539
    (DB) INFO: COSS~0 created #20140909140606
    (DB) INFO: COSS~1 created #20140909140615
    (DB) INFO: COSS~2 created #20140909140628
    (DB) INFO: COSS~9 created #20140909140629
    (DB) INFO: COSSD created #20140909140629
    (IMP) INFO: import of COSSD completed (2289 rows) #20140909140629
    (DB) INFO: COSSD~0 created #20140909140629
    (DB) INFO: COSSP created #20140909140629
    (IMP) INFO: import of COSSP completed (6 rows) #20140909140629
    (DB) INFO: COSSP~0 created #20140909140630
    (DB) INFO: COST created #20140909140630
    (IMP) INFO: import of COST completed (11567 rows) #20140909140632
    (DB) INFO: COST~0 created #20140909140634
    (DB) INFO: COST~1 created #20140909140634
    (DB) INFO: COTPLFC created #20140909140634
    (IMP) INFO: import of COTPLFC completed (33 rows) #20140909140634
    (DB) INFO: COTPLFC~0 created #20140909140634
    (DB) INFO: COTPLFP created #20140909140634
    (IMP) INFO: import of COTPLFP completed (50 rows) #20140909140635
    (DB) INFO: COTPLFP~0 created #20140909140635
    (DB) INFO: COTPLFV created #20140909140635
    (IMP) INFO: import of COTPLFV completed (13 rows) #20140909140635
    (DB) INFO: COTPLFV~0 created #20140909140635
    (DB) INFO: COTPLS created #20140909140635
    (IMP) INFO: import of COTPLS completed (431 rows) #20140909140635
    (DB) INFO: COTPLS~0 created #20140909140635
    (DB) INFO: COTRP created #20140909140635
    (IMP) INFO: import of COTRP completed (0 rows) #20140909140635
    (DB) INFO: COTRP~0 created #20140909140635
    (DB) INFO: COVA created #20140909140635
    (IMP) INFO: import of COVA completed (282 rows) #20140909140635
    (DB) INFO: COVA~0 created #20140909140635
    (DB) INFO: COVAD created #20140909140635
    (IMP) INFO: import of COVAD completed (12 rows) #20140909140635
    (DB) INFO: COVAD~0 created #20140909140635
    (DB) INFO: COVAL created #20140909140635
    (IMP) INFO: import of COVAL completed (152 rows) #20140909140635
    (DB) INFO: COVAL~0 created #20140909140635
    (DB) INFO: COVAT created #20140909140635
    (IMP) INFO: import of COVAT completed (100 rows) #20140909140635
    (DB) INFO: COVAT~0 created #20140909140635
    (DB) INFO: COVDATVOL created #20140909140635
    (IMP) INFO: import of COVDATVOL completed (0 rows) #20140909140635
    (DB) INFO: COVDATVOL~0 created #20140909140635
    (DB) INFO: COVLOG created #20140909140635
    (IMP) INFO: import of COVLOG completed (0 rows) #20140909140635
    (DB) INFO: COVLOG~0 created #20140909140635
    (DB) INFO: COVLP created #20140909140635
    (IMP) INFO: import of COVLP completed (212 rows) #20140909140635
    (DB) INFO: COVLP~0 created #20140909140635
    (DB) INFO: COVMVHIS created #20140909140636
    (IMP) INFO: import of COVMVHIS completed (0 rows) #20140909140636
    (DB) INFO: COVMVHIS~0 created #20140909140636
    (DB) INFO: COVMVHIS~SE1 created #20140909140636
    (DB) INFO: COVMVHIS~SE2 created #20140909140636
    (DB) INFO: COVMVHIS~SE3 created #20140909140636
    (DB) INFO: COVMVTIM created #20140909140636
    (IMP) INFO: import of COVMVTIM completed (0 rows) #20140909140636
    (DB) INFO: COVMVTIM~0 created #20140909140636
    (DB) INFO: COVREF created #20140909140636
    (IMP) INFO: import of COVREF completed (0 rows) #20140909140636
    (DB) INFO: COVREF~0 created #20140909140636
    (DB) INFO: COVREF~001 created #20140909140636
    (DB) INFO: COVREF~002 created #20140909140636
    (DB) INFO: COVREG created #20140909140636
    (IMP) INFO: import of COVREG completed (0 rows) #20140909140636
    (DB) INFO: COVREG~0 created #20140909140636
    (DB) INFO: COVRES created #20140909140636
    (IMP) INFO: import of COVRES completed (0 rows) #20140909140636
    (DB) INFO: COVRES~0 created #20140909140636
    (DB) INFO: COVRES~001 created #20140909140636
    (DB) INFO: COVRES0 created #20140909140636
    (IMP) INFO: import of COVRES0 completed (0 rows) #20140909140636
    (DB) INFO: COVRES0~0 created #20140909140636
    (DB) INFO: COVSETTING created #20140909140636
    (IMP) INFO: import of COVSETTING completed (0 rows) #20140909140636
    (DB) INFO: COVSETTING~0 created #20140909140636
    (DB) INFO: COVTKEYDEL created #20140909140636
    (IMP) INFO: import of COVTKEYDEL completed (0 rows) #20140909140636
    (DB) INFO: COVTKEYDEL~0 created #20140909140636
    (DB) INFO: COWB120PAR created #20140909140636
    (IMP) INFO: import of COWB120PAR completed (0 rows) #20140909140636
    (DB) INFO: COWB120PAR~0 created #20140909140636
    (DB) INFO: COWB135PAR created #20140909140636
    (IMP) INFO: import of COWB135PAR completed (0 rows) #20140909140636
    (DB) INFO: COWB135PAR~0 created #20140909140636
    (DB) INFO: COWB140PAR created #20140909140636
    (IMP) INFO: import of COWB140PAR completed (0 rows) #20140909140636
    (DB) INFO: COWB140PAR~0 created #20140909140636
    (DB) INFO: COWB160PAR created #20140909140637
    (IMP) INFO: import of COWB160PAR completed (0 rows) #20140909140637
    (DB) INFO: COWB160PAR~0 created #20140909140637
    (DB) INFO: COWB170PAR created #20140909140637
    (IMP) INFO: import of COWB170PAR completed (0 rows) #20140909140637
    (DB) INFO: COWB170PAR~0 created #20140909140637
    (DB) INFO: COWB180PAR created #20140909140637
    (IMP) INFO: import of COWB180PAR completed (0 rows) #20140909140637
    (DB) INFO: COWB180PAR~0 created #20140909140637
    (DB) INFO: COWB190PAR created #20140909140637
    (IMP) INFO: import of COWB190PAR completed (0 rows) #20140909140637
    (DB) INFO: COWB190PAR~0 created #20140909140637
    (DB) INFO: COWB200PAR created #20140909140637
    (IMP) INFO: import of COWB200PAR completed (0 rows) #20140909140637
    (DB) INFO: COWB200PAR~0 created #20140909140637
    (DB) INFO: COWB205PAR created #20140909140637
    (IMP) INFO: import of COWB205PAR completed (0 rows) #20140909140637
    (DB) INFO: COWB205PAR~0 created #20140909140637
    (DB) INFO: COWB210PAR created #20140909140637
    (IMP) INFO: import of COWB210PAR completed (0 rows) #20140909140637
    (DB) INFO: COWB210PAR~0 created #20140909140637
    (DB) INFO: COWB215PAR created #20140909140637
    (IMP) INFO: import of COWB215PAR completed (0 rows) #20140909140637
    (DB) INFO: COWB215PAR~0 created #20140909140637
    (DB) INFO: COWB220PAR created #20140909140637
    (IMP) INFO: import of COWB220PAR completed (5 rows) #20140909140637
    (DB) INFO: COWB220PAR~0 created #20140909140637
    (DB) INFO: COWB230PAR created #20140909140637
    (IMP) INFO: import of COWB230PAR completed (0 rows) #20140909140637
    (DB) INFO: COWB230PAR~0 created #20140909140637
    (DB) INFO: COWB260PAR created #20140909140637
    (IMP) INFO: import of COWB260PAR completed (0 rows) #20140909140637
    (DB) INFO: COWB260PAR~0 created #20140909140637
    (DB) INFO: COWB270PAR created #20140909140637
    (IMP) INFO: import of COWB270PAR completed (0 rows) #20140909140637
    (DB) INFO: COWB270PAR~0 created #20140909140637
    (DB) INFO: COWBSUBOBJ created #20140909140637
    (IMP) INFO: import of COWBSUBOBJ completed (2 rows) #20140909140637
    (DB) INFO: COWBSUBOBJ~0 created #20140909140637
    (DB) INFO: COWIPB_CHVW created #20140909140637
    (IMP) INFO: import of COWIPB_CHVW completed (0 rows) #20140909140637
    (DB) INFO: COWIPB_CHVW~0 created #20140909140637
    (DB) INFO: COWIPB_CHVW~MCH created #20140909140638
    (DB) INFO: COWORK110PAR created #20140909140638
    (IMP) INFO: import of COWORK110PAR completed (0 rows) #20140909140638
    (DB) INFO: COWORK110PAR~0 created #20140909140638
    (DB) INFO: COWORK130PAR created #20140909140638
    (IMP) INFO: import of COWORK130PAR completed (1 rows) #20140909140638
    (DB) INFO: COWORK130PAR~0 created #20140909140638
    (DB) INFO: CPED_DEFFORMDOC created #20140909140638
    (IMP) INFO: import of CPED_DEFFORMDOC completed (0 rows) #20140909140638
    (DB) INFO: CPED_DEFFORMDOC~0 created #20140909140638
    (DB) INFO: CPED_DEFTERMGRP created #20140909140638
    (IMP) INFO: import of CPED_DEFTERMGRP completed (0 rows) #20140909140638
    (DB) INFO: CPED_DEFTERMGRP~0 created #20140909140638
    (DB) INFO: CPED_FORMCONVIN created #20140909140638
    (IMP) INFO: import of CPED_FORMCONVIN completed (0 rows) #20140909140638
    (DB) INFO: CPED_FORMCONVIN~0 created #20140909140638
    (DB) INFO: CPED_FORMCONVOUT created #20140909140638
    (IMP) INFO: import of CPED_FORMCONVOUT completed (0 rows) #20140909140638
    (DB) INFO: CPED_FORMCONVOUT~0 created #20140909140638
    (DB) INFO: CPED_FORMDOC created #20140909140638
    (IMP) INFO: import of CPED_FORMDOC completed (0 rows) #20140909140638
    (DB) INFO: CPED_FORMDOC~0 created #20140909140638
    (DB) INFO: CPED_FORMINPUT created #20140909140638
    (IMP) INFO: import of CPED_FORMINPUT completed (0 rows) #20140909140638
    (DB) INFO: CPED_FORMINPUT~0 created #20140909140638
    (DB) INFO: CPED_FORMROUNDIN created #20140909140638
    (IMP) INFO: import of CPED_FORMROUNDIN completed (0 rows) #20140909140638
    (DB) INFO: CPED_FORMROUNDIN~0 created #20140909140638
    (DB) INFO: CPED_KNUMHTOGUID created #20140909140638
    (IMP) INFO: import of CPED_KNUMHTOGUID completed (0 rows) #20140909140638
    (DB) INFO: CPED_KNUMHTOGUID~0 created #20140909140638
    (DB) INFO: CPED_KNUMVTOGUID created #20140909140638
    (IMP) INFO: import of CPED_KNUMVTOGUID completed (0 rows) #20140909140638
    (DB) INFO: CPED_KNUMVTOGUID~0 created #20140909140638
    (DB) INFO: CPED_PERIODDTIN created #20140909140638
    (IMP) INFO: import of CPED_PERIODDTIN completed (0 rows) #20140909140638
    (DB) INFO: CPED_PERIODDTIN~0 created #20140909140638
    (DB) INFO: CPED_PERIODDTOUT created #20140909140638

  • How to disable Print button on WebDynpro ABAP ALV

    In WebDynpro ABAP, a standard menu appears around the ALV,  that has a PRINT button and an EXPORT button.
    Is there anyway to disable those buttons????
    Thanks
    John

    Hi John,
    Check the interface if_salv_wd_std_functions. It contains methods which are used to hide the standard ALV toolbar buttons.
    Also refer : Removing "print version" button in alv
    How to hide Print and Filter option from dynamic ALV

  • Webdynpro ABAP -- ALV  Layout setting

    Dear all,
    In my development with ALV in Webdynpro ABAP, I want to save the ALV layout via Setting. but it seems that the layout only can be saved as user-specific, is it any possible to use it as the gobal one?
    Please kindly provide me some hints. Thanks in Advance.
    Best Regards,

    Hi,
    Yes you can make it global in administrative level.
    1.In SE80 ,Double click on the name of  your Web Dynpro Application .
    2.Select Web Dynpro Application  Menu .
    3.Select Test->-> Execute in Administrative Mode from the menu.
    Your application opens in administrative mode .
    Go to the ALV settings make the changes and save it as some variant.
    This layout will be default and global to all the users.
    Regards
    John Paul

  • Webdynpro ABAP ALV tutorial - simple update or use changelog ?

    I was working through the alv tutorials for webdynpro abap, and while trying to complete the
    "Editing ALV in Web Dynpro for ABAP", I got to page 8 of the pdf document where it explains how to do the ONDATACHECK event handler, and it comments out the portion for updating/saving the data (as noted below), and does not explain anything further about the save.
    * save data to database
    {* update... => only simlate, to not change the flight data model
    * content!
    Now, I am new to webdynpro abap, and don't know if I am supposed to utlize the changelog for this, or if a simple update will work.
    Any Ideas ?

    Thank you for your answer - I am guessing from your response that a method would need to be built - similar to one which I found in the SWDP_DEMO_TUTORIALS for a webdynpro called WDT_TABLE (see below) - where a check of the table changes would need to be made before an update to the table - rather than a simple one line update statement placed at that point in the code.
    METHOD save_changes.
      DATA: table_node           TYPE REF TO if_wd_context_node,
            read_sbook           TYPE
    if_componentcontroller=>elements_sbook_node,
            aux_read_sbook       TYPE
    if_componentcontroller=>elements_sbook_node,
            wa_read_sbook        TYPE LINE OF
    if_componentcontroller=>elements_sbook_node,
            context              TYPE REF TO if_wd_context,
            change_line          TYPE LINE OF wdr_context_change_list,
            changes              TYPE wdr_context_change_list,
            aux_changes          TYPE wdr_context_change,
            lv_change_tab_size   TYPE sy-tfill,
            aux_string           TYPE string,
            lv_node_size         TYPE sy-tfill,
            aux_div              TYPE int4,
            aux_index            TYPE i,
            l_current_controller TYPE REF TO if_wd_controller,
            l_message_manager    TYPE REF TO if_wd_message_manager,
            text                 TYPE string,
            it_int TYPE STANDARD TABLE OF i WITH KEY table_line.
    * check whether context has changed
      context = wd_context->get_context( ).
      changes = context->get_context_change_log( ).
      LOOP AT changes INTO aux_changes.
        IF aux_changes-change_kind = 'A' AND aux_changes-node_name = 'SBOOK_NODE'.
          INSERT aux_changes INTO TABLE wd_this->sbook_delta.
        ENDIF.
      ENDLOOP.
    * get the complete context in 'read_sbook' table
      table_node = wd_context->get_child_node( name = 'MY_BOOKING_NODE' ).
      table_node = table_node->get_child_node( name = 'SBOOK_NODE' ).
      table_node->get_static_attributes_table( IMPORTING table = read_sbook
    * get the size of table and changes
      DESCRIBE TABLE read_sbook LINES lv_node_size.
      LOOP AT wd_this->sbook_delta INTO change_line.
        APPEND change_line-element_index TO it_int.
      ENDLOOP.
      SORT it_int.
      DELETE ADJACENT DUPLICATES FROM it_int.
      DESCRIBE TABLE it_int LINES lv_change_tab_size.
    * get message manager
      l_current_controller ?= wd_this->wd_get_api( ).
      CALL METHOD l_current_controller->get_message_manager
        RECEIVING
          message_manager = l_message_manager.
    * decide which way to update databse
      IF lv_change_tab_size <> 0.
        aux_div = lv_node_size / lv_change_tab_size.
        IF aux_div <= 3.
    * write complete table to database
          lv_change_tab_size = lv_node_size.
          CL_WDT_FLIGHT_MODEL=>write_sbook_complete( read_sbook ).
        ELSE.
    * write only the changed records to database
          LOOP AT it_int INTO aux_index.
            READ TABLE read_sbook INDEX aux_index INTO wa_read_sbook.
            APPEND wa_read_sbook TO aux_read_sbook.
          ENDLOOP.
          CL_WDT_FLIGHT_MODEL=>write_sbook_records_changed( aux_read_sbook )
        ENDIF.
        REFRESH wd_this->sbook_delta.
        REFRESH it_int.
        wd_this->sbook_changed = abap_false.
    * report message
        aux_string = lv_change_tab_size .
        IF lv_change_tab_size = 1.
          CONCATENATE aux_string 'record written to database' INTO text.
        ELSE.
          CONCATENATE aux_string 'records written to database' INTO text.
        ENDIF.
        CALL METHOD l_message_manager->report_success
          EXPORTING
            message_text = text.
      ELSE.
    *  report message
        CALL METHOD l_message_manager->report_success
          EXPORTING
            message_text = 'there are no changes to be written to database'.
      ENDIF.
    ENDMETHOD.

  • Login pop-up when launching Webdynpro ABAP application from SAP Inbox

    Hello All,
    We have configured our workflow to trigger WD ABAP application from SAP Inbox.
    However when we launch the workitem from SAP Inbox, we are getting a login pop-up screen in IE which prompts us to enter SAP password.
    Can you please help how can we avoid getting that login screen and how the WD ABAP application can single sign on from SAP GUI to IE for that user-id.
    Appreciate all your help.
    Regards,
    Samta.

    Hi Samta,
    You can configure User(RFC) and password for your webdynpro appl'n using SICF tcode.
    Path : /default_host/sap/bc/webdynpro/sap/(your wdp appln)
    Thanks
    Katrice

  • Advantages of netweaver(webdynpro abap) comparing to sap(abap

    plz tell me the advantages of netweaver(webdynpro abap)comparing sap

    Hi,
    Broken link removed
    Also, I have the official Web Dynpro for ABAP documentation. Please let me know if I should send it to you.
    Hope that the following also helps you.
    Web Dynpro for ABAP (WD4A, WDA) is the SAP standard UI technology for developing Web
    applications in the ABAP environment. It consists of a runtime environment and a graphical
    development environment with special Web Dynpro tools that are integrated in the ABAP
    Workbench (SE80).
    Web Dynpro offers the following advantages for application developers:
    ● The use of declarative and graphical tools significantly reduces the implementation
    effort
    ● Web Dynpro supports a structured design process
    ● Strict separation between layout and business data
    ● Reuse and better maintainability by using components
    ● The layout and navigation is easily changed using the Web Dynpro tools
    ● Stateful applications are supported – that is, if the page is changed and the required
    data remains intact so that you can access it at any time throughout the entire
    application context.
    Note that stateless applications are not possible.
    ● Automatic data transport using data binding
    ● Automatic input check
    ● Automatic operation of the Web Dynpro application using the keyboard
    ● User interface accessibility is supported
    ● Full integration in the reliable ABAP development environment
    Web Dynpro Architecture
    Definition
    Web Dynpro is the SAP NetWeaver programming model for user interfaces (UIs).
    The Web Dynpro model is based on the Model View Controller paradigm, and has the
    following features that build on the classic dynpro model:
    ● Clear separation of business logic and display logic
    ● Uniform metamodel for all types of user interfaces
    ● Execution on a number of client platforms.
    ● Extensive platform independence of interfaces
    Structure
    Metamodel Concept
    Web Dynpro provides support for developing Web representation of a business application.
    You use specific tools to describe the properties of a Web Dynpro application in the form of
    Web Dynpro metadata. The necessary source code is then generated automatically and
    executed at runtime. In addition to the events offered by the framework, you can also define
    your own events for a Web Dynpro application. However, the event handling must always be
    programmed in separate source code areas which are executed automatically when the event
    is triggered at runtime.
    In Web Dynpro, each user interface is always made up of the same basic elements. These
    elements of the metamodel can be statically declared using Web Dynpro tools.
    It is also possible to implement elements of the metamodel at runtime and to change them or
    reintegrate them at runtime. Using these implementations, you can make any changes or
    enhancements to a user interface that has been created by declarative methods by
    generating new interface structures at runtime.
    This means that you can combine declarative processes and the implementation of source
    code.
    Graphical Development Tools
    To support this declarative concept, both the SAP NetWeaver Developer Studio and the
    ABAP Workbench contain a range of Web Dynpro tools. You can therefore generate a large
    proportion of a Web Dynpro application using the tools provided, without having to create your
    own source code. This applies to the following parts of the application:
    ● Data flow between the front end and back end
    ● Layout of the user interface
    ● Properties of user interface elements
    The Web Dynpro tools enable you to create source text areas manually within generated
    source texts. These areas are not changed if the source code is regenerated.
    Separation of Business and Application Logic
    Using Web Dynpro enables a clear separation of business logic and display logic. A Web
    Dynpro application runs on the front end and has local or remote access to the back end
    system via a service. This means that the display logic is contained in the Web Dynpro
    application, while the business logic and the persistence of the business objects run in the
    back end system. The following options are currently available for connecting Web Dynpro
    applications and the back-end system:
    ● An interface generated using adaptive RFC, through which BAPIs of an SAP system
    can be called
    ● An interface for calling Web services
    ● A self-generated interface
    The source code required for connecting the Web Dynpro application can be generated
    from a UML definition of the Web Dynpro interface. A UML definition can be imported
    into the Web Dynpro tools as an XML file.
    Conversion of the Model-View-Controller
    Conversion of the Model-View-Controller Programming Model
    Every Web Dynpro application is structured according to the Model View Controller
    programming model:
    ● The model forms the interface to the back end system and thus enables the
    Web Dynpro application access to data.
    ● The view is responsible for the representation of the data in the browser.
    ● The controller lies between the view and the model. The controller formats
    the model data to be displayed in the view, processes the user entries made by the
    user, and returns them to the model.
    Web Dynpro ABAP Demonstration Videos
    Regards,
    Sree
    Edited by: Jason Lax on Feb 2, 2012 4:44 PM

  • Tooltip in WebDynpro ABAP ALV

    Hi,
    I put a tooltip on every cell of my ALV Table.
    I used this code:
    DATA: lr_input_field TYPE REF TO cl_salv_wd_uie_input_field.
            CREATE OBJECT lr_input_field
              EXPORTING
                value_fieldname = lv_name_day.
            lr_input_field->set_tooltip_fieldname( lv_name_desc ).
    Unfortunately my tooltip is not long enough. The shown tooltip text is only about 20 chars long.
    When I try the tooltip on a "normal" InputField, the text can be longer.
    Do you have any idea what to do?
    Thanks a lot!
    Lucie

    Hi,
    I just do the same things, what it is work for me. I think the problem is not about the length of tooltip, but the length of your field name ( lv_name_desc ).
    Just check the length of your field name that you used as tooltip. Maybe the length of your tooltip field just around 20 characters.
    Regards,
    $=====$
    Are you newbie? Check this out: [Rules of Engagement|https://www.sdn.sap.com/irj/sdn/wiki?path=/display/home/rulesofEngagement]

  • WebDynpro ABAP ALV table not refreshed

    Hi everyone,
    I've got a master table which displays a list of items. On lead selection a query is executed and the result is displayed in a table below the first table (like a master-detail pattern).
    This all works all right when the detail view is a standard webdynpro table.
    However when I replace the standard table with an ALV table this is not refreshed.
    I've also tried to invalidate the node in the even handler "on lead selection" and I've also coded
    lo_interfacecontroller->refresh( in = lv_refresh_in ).
    but to no avail.
    Any ideas?

    Hi,
       Keep your invalidate method at the end the particular action or method.
    DATA LO_ND_<Context Node> TYPE REF TO IF_WD_CONTEXT_NODE.
    navigate from <CONTEXT> to <CTX_VN_ITEM_DET> via lead selection
      LO_ND_<Context Node> = WD_CONTEXT->GET_CHILD_NODE( NAME = WD_THIS->WDCTX_<Context Node> ).
      LO_ND_<Context Node>->INVALIDATE( ).
    Regards,
    Monishankar C

  • Setting the column labels in webdynpro abap alv report

    Hello,
    Right now I have programmed an ALV report. The selection criterion and the display of the report all work.
    However, there is an issue with the labels of columns in the ALV report. The report takes the field names of the structure I am using in the ALV report as the labels of the report. I have been trying to play around with the ALV class model to see if something will change the labels of the fields but to no avail. Would you guys know of some code or way to change the labels of the columns in the ALV report.
    Thank you for your help in advance.
    Sumit.
    Here is some of the code I tried but does no work in the wdInit() method. It does not change the label. Any suggestions???
    METHOD wddoinit .
    * instantiate used component from wizard
    DATA lo_cmp_usage TYPE REF TO if_wd_component_usage.
    lo_cmp_usage =   wd_this->wd_cpuse_alv( ).
    IF lo_cmp_usage->has_active_component( ) IS INITIAL.
      lo_cmp_usage->create_component( ).
    ENDIF.
    * call a method in the used component from wizard
      DATA lo_interfacecontroller TYPE REF TO iwci_salv_wd_table .
      lo_interfacecontroller =   wd_this->wd_cpifc_alv( ).
        DATA lo_value TYPE REF TO cl_salv_wd_config_table.
        lo_value = lo_interfacecontroller->get_model(
    DATA: lr_field TYPE REF TO cl_salv_wd_field.
    lr_field = lo_value->if_salv_wd_field_settings~get_field( 'CUSTOMER_NUMBER' ).
    * change the label of the report.
    DATA: lr_CUSTOMER_NUMBER TYPE REF TO cl_salv_wd_column.
                CALL METHOD lo_value->if_salv_wd_column_settings~get_column
                  EXPORTING
                    id     = 'CUSTOMER_NUMBER'   receiving value  = LR_CUSTOMER_NUMBER.
    * SET THE LABEL OF THE COLUMN
    DATA: HR_CUSTOMER_NUMBER TYPE REF TO CL_SALV_WD_COLUMN_HEADER.
    CALL METHOD lr_customer_number->get_header
      receiving
        value  = HR_CUSTOMER_NUMBER.
    ***** set the text of the column
    CALL METHOD hr_customer_number->set_text
      EXPORTING
        value  = 'Customer1 Number1'.
    ENDMETHOD.

    You have to disable the DDic binding on the column before your override text will show up:
    data: l_ref_cmp_usage type ref to if_wd_component_usage.
      l_ref_cmp_usage =   wd_this->wd_cpuse_alv( ).
      if l_ref_cmp_usage->has_active_component( ) is initial.
        l_ref_cmp_usage->create_component( ).
      endif.
      data l_salv_wd_table type ref to iwci_salv_wd_table.
      l_salv_wd_table = wd_this->wd_cpifc_alv( ).
      data l_table type ref to cl_salv_wd_config_table.
      l_table = l_salv_wd_table->get_model( ).
      data l_column type ref to cl_salv_wd_column.
      l_column = l_table->if_salv_wd_column_settings~get_column( 'POSTING_DATE' ).
      data l_header type ref to cl_salv_wd_column_header.
      l_header = l_column->get_header( ).
      l_header->set_prop_ddic_binding_field(
        property =  if_salv_wd_c_ddic_binding=>bind_prop_text
        value = if_salv_wd_c_ddic_binding=>ddic_bind_none ).
      l_header->set_text( `Posting Date` ).

  • Double click functionality in Webdynpro ABAP ALV

    Hello!
    I have web dynpro application with ALV Table.
    I need to reproduce the standard R/3 functionality: after the double clicking on the table row the new window with content of that row's fields should appear in the form layout .
    For example, such functionality we have in the RSDMD transaction.
    So I have two questions:
    1. How to catch double click in the alv table of the  Web dynpro application;
    2. How to represent information from the alv table row in the form layout?
    Could you please help me?
    Thanks,
    Mariya

    Hi Maria,
    Say suppose I am displaying the information from SFLIGHT in an ALV format & when I click on any 1 row's CARRID I would like to fetch the corresponding BOOKING details for that particular combination of CARRID, CONNID & FLDATE then I can proceed as follows:
    1) Make the CARRID cell of your ALV to appear as an LinkToAction
    2) Create an event handler for the ON_CLICK event of the ALV & within this event handler fetch the information about the row's CARRID, CONNID & FLDATE. Call a popup window and display the corresponding information in this row.
    Below is the code to make your CARRID field as an LinkToAction:
    METHOD wddomodifyview .
      wd_this->build_alv( ).
    ENDMETHOD.
    METHOD build_alv .
      DATA:
        lr_alv_usage       TYPE REF TO if_wd_component_usage,
        lr_if_controller   TYPE REF TO iwci_salv_wd_table,
        lr_config          TYPE REF TO cl_salv_wd_config_table,
        lr_column_settings TYPE REF TO if_salv_wd_column_settings,
        lt_columns         TYPE        salv_wd_t_column_ref,
        lr_link            TYPE REF TO cl_salv_wd_uie_link_to_action,
        lr_checkbox        TYPE REF TO cl_salv_wd_uie_checkbox,
        lr_image           TYPE REF TO cl_salv_wd_uie_image.
      FIELD-SYMBOLS
        <fs_column> LIKE LINE OF lt_columns.
    * Instantiate the ALV Component
      lr_alv_usage = wd_this->wd_cpuse_alv( ).
      IF lr_alv_usage->has_active_component( ) IS INITIAL.
        lr_alv_usage->create_component( ).
      ENDIF.
    * Get reference to model
      lr_if_controller = wd_this->wd_cpifc_alv( ).
      lr_config        = lr_if_controller->get_model( ).
    * Set the UI elements.
      lr_column_settings ?= lr_config.
      lt_columns = lr_column_settings->get_columns( ).
      LOOP AT lt_columns ASSIGNING <fs_column>.
        if <fs_column>-id = 'CARRID'.
          CREATE OBJECT lr_link.
          lr_link->set_text_fieldname( <fs_column>-id ).
          <fs_column>-r_column->set_cell_editor( lr_link ).
        ENDif.
      ENDLOOP.
    ENDMETHOD.

  • Where do i find daily posted question on sap abap and sap webdynpro abap

    Hi
    where do we find Daily posted questions on sap abap and sap webdynpro abap in scn sap  so that i can go through the questions and answer them .

    Hi,
    Go to the Content tab of any space and click on discussions. Then you can sort them by date created or any other
    For ex: This link for WDA discussions: - Web Dynpro ABAP
    You can also click on Receive email notifications for any space to get updates on that space.
    hope this helps,
    Regards,
    Kiran

Maybe you are looking for

  • SSO from non-SAP application to EP system

    Hi all, Is it possible to configure the Single sign-on from non-SAP application to SAP Enterprise portal? My requirement is I have a link to "Enterprise Portal" in my company's website home page. If I click on the link, it should directs to EP portal

  • Best Buy DOES need to address all the negative issues with Citibank!

    Hi, I've read all the negative posts about Citibank. I have been a loyal customer of Best Buy for quite some time and have purchased products from washing machines to electric guitars. I have my own story: I've had nothing but issues with them since

  • Null Pointer Exception in Stateless Session Beans(EJB 3.0)

    I am executing a simple HelloUser example i code session bean interface and implementing session bean class in the EJB project. package ejb3inaction.ejb; import javax.ejb.Remote; @Remote public interface HelloUser {                                   

  • Msi GTX 560 Twin Frozr II - Problem

    Hey folks, Im having a problem with my Msi GTX 560 Twin Frozr II video card. I can't make it work with my monitor, all I get is "No signal detected" I know the monitor is fine, because I used it as it worked all good when I plugged it into my laptop.

  • E-Learning Toolkit - using the Learning Site

    Hi I don't know if anyone wil be able to help me or not but I'll give it a shot:- I have recently bought a copy of the Dreamweaver MX e-Learning Toolkit by Michaal Doyle. My version of Dreamweaver is Dreamweaver MX 2004 which may be why I am havign a