SAP IF_SALV_WD_COMP_TABLE_DATA_MAP OO Class - View Table - Data Mapping









IF_SALV_WD_COMP_TABLE_DATA_MAP is a standard SAP object class available within R/3 SAP systems depending on your version and release level. You can view/maintain the class details by entering its name into the relevant SAP transactions such as SE24, SE80 or even SE84. Below is the documentation available for class IF_SALV_WD_COMP_TABLE_DATA_MAP including details of:

  • Interface class implementations
  • Inheritance details
  • Methods defined within class ( including link to full details )
  • Attributes ( including initial values )
  • Class Events



Method list of IF_SALV_WD_COMP_TABLE_DATA_MAP SAP class


A method is a coding block that performs a certain procedure (i.e. ABAP functionality) on an object within the overall SAP class. In simple terms if the object is an SAP database table a method could be the procedure to add a record or to delete a record. If you are new to OO in many respects, the implementation of a method is similar to a function module and can be called in a very similar way using CALL METHOD. Instead of "CALL FUNCTION", Methods are referenced using the following syntax: CALL METHOD =>methodname EXPORTING/IMPORTING...


Method NameDescriptionVisability
MAP_FROM_RESULTMap Result Information to Own DataPublic
CALL METHOD if_salv_wd_comp_table_data_map=>MAP_FROM_RESULT...more details

MAP_FROM_RESULT_DATAMap Result Data to Own DataPublic
CALL METHOD if_salv_wd_comp_table_data_map=>MAP_FROM_RESULT_DATA...more details

MAP_FROM_RESULT_LEAD_SELECTIONMap Result LeadSelection to Own Lead SelectionPublic
CALL METHOD if_salv_wd_comp_table_data_map=>MAP_FROM_RESULT_LEAD_SELECTION...more details

MAP_FROM_RESULT_MSGMap Result Messages to Own MessagesPublic
CALL METHOD if_salv_wd_comp_table_data_map=>MAP_FROM_RESULT_MSG...more details

MAP_FROM_RESULT_ROWMap Result Row to Own RowPublic
CALL METHOD if_salv_wd_comp_table_data_map=>MAP_FROM_RESULT_ROW...more details

MAP_FROM_RESULT_ROWSMap Result Rows to Own RowsPublic
CALL METHOD if_salv_wd_comp_table_data_map=>MAP_FROM_RESULT_ROWS...more details

MAP_FROM_RESULT_SELECTIONSMap Result Selections to Own SelectionsPublic
CALL METHOD if_salv_wd_comp_table_data_map=>MAP_FROM_RESULT_SELECTIONS...more details

MAP_FROM_SOURCE_ROWMap Application Row to Own Data RowPublic
CALL METHOD if_salv_wd_comp_table_data_map=>MAP_FROM_SOURCE_ROW...more details

MAP_FROM_SOURCE_WATCHLISTMap Application WatchList to Own ChangeListPublic
CALL METHOD if_salv_wd_comp_table_data_map=>MAP_FROM_SOURCE_WATCHLIST...more details

MAP_TO_RESULTMap Own Information to ResultPublic
CALL METHOD if_salv_wd_comp_table_data_map=>MAP_TO_RESULT...more details

MAP_TO_RESULT_CHANGESMap Own Changes to ResultPublic
CALL METHOD if_salv_wd_comp_table_data_map=>MAP_TO_RESULT_CHANGES...more details

MAP_TO_RESULT_LEAD_SELECTIONMap Own LeadSelection to Result LeadSelectionPublic
CALL METHOD if_salv_wd_comp_table_data_map=>MAP_TO_RESULT_LEAD_SELECTION...more details

MAP_TO_RESULT_MSGMap Own Messages to Result MessagesPublic
CALL METHOD if_salv_wd_comp_table_data_map=>MAP_TO_RESULT_MSG...more details

MAP_TO_RESULT_ROWMap Own Row to Result RowPublic
CALL METHOD if_salv_wd_comp_table_data_map=>MAP_TO_RESULT_ROW...more details

MAP_TO_RESULT_SELECTIONSMap Own Selections to Result SelectionsPublic
CALL METHOD if_salv_wd_comp_table_data_map=>MAP_TO_RESULT_SELECTIONS...more details

MAP_TO_SOURCE_ROWMap Own Row to Application Data RowPublic
CALL METHOD if_salv_wd_comp_table_data_map=>MAP_TO_SOURCE_ROW...more details




Links to Related Class(s)

IF_SALV_...
Full list of available SAP object classes

Search for further information about these or an SAP related objects



Comments on this SAP object

What made you want to lookup this SAP object? Please tell us what you were looking for and anything you would like to be included on this page!