SAP IF_WB2_STRING_ITEM_LIST OO Class - A list of string items









IF_WB2_STRING_ITEM_LIST 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_WB2_STRING_ITEM_LIST 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_WB2_STRING_ITEM_LIST 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
CHANGE_TC_NUMBERreplace temporary TC numberPublic
CALL METHOD if_wb2_string_item_list=>CHANGE_TC_NUMBER...more details

CREATE_ITEMcreate string itemPublic
CALL METHOD if_wb2_string_item_list=>CREATE_ITEM...more details

DELETEdelete the whole listPublic
CALL METHOD if_wb2_string_item_list=>DELETE...more details

DETERMINE_ORDER_AUTOMATICALLYdetermine order number automaticallyPublic
CALL METHOD if_wb2_string_item_list=>DETERMINE_ORDER_AUTOMATICALLY...more details

DETERMINE_ORDER_CASEdetermine case of order, is string, is circlePublic
CALL METHOD if_wb2_string_item_list=>DETERMINE_ORDER_CASE...more details

DETERMINE_ORDER_CIRCLE_CASEreorder in circle case by first flagPublic
CALL METHOD if_wb2_string_item_list=>DETERMINE_ORDER_CIRCLE_CASE...more details

GET_CHAIN_STATUSget chain statusPublic
CALL METHOD if_wb2_string_item_list=>GET_CHAIN_STATUS...more details

GET_COMPANY_CODEget company codePublic
CALL METHOD if_wb2_string_item_list=>GET_COMPANY_CODE...more details

GET_HEADERget header dataPublic
CALL METHOD if_wb2_string_item_list=>GET_HEADER...more details

GET_ITEMSreturn all items of listPublic
CALL METHOD if_wb2_string_item_list=>GET_ITEMS...more details

GET_ITEMS_SORTEDreturn item table sorted according to orderPublic
CALL METHOD if_wb2_string_item_list=>GET_ITEMS_SORTED...more details

GET_MATERIALget materialPublic
CALL METHOD if_wb2_string_item_list=>GET_MATERIAL...more details

GET_MATERIAL_TEXTget material textPublic
CALL METHOD if_wb2_string_item_list=>GET_MATERIAL_TEXT...more details

GET_NOT_SORTABLEget SORTABLE status from headerPublic
CALL METHOD if_wb2_string_item_list=>GET_NOT_SORTABLE...more details

GET_O_MATCHING_DATAget matching data objektPublic
CALL METHOD if_wb2_string_item_list=>GET_O_MATCHING_DATA...more details

GET_ROW_OF_PARTNERSreturn table containing the row of different partys involvedPublic
CALL METHOD if_wb2_string_item_list=>GET_ROW_OF_PARTNERS...more details

GET_WASHED_QUANget washed out quantityPublic
CALL METHOD if_wb2_string_item_list=>GET_WASHED_QUAN...more details

IS_CHANGEABLEcan list be changedPublic
CALL METHOD if_wb2_string_item_list=>IS_CHANGEABLE...more details

PERFORM_FINAL_CHECKperform checks for whole listPublic
CALL METHOD if_wb2_string_item_list=>PERFORM_FINAL_CHECK...more details

RESET_FIRST_FLAGreset first flagPublic
CALL METHOD if_wb2_string_item_list=>RESET_FIRST_FLAG...more details

SET_CHAIN_STATUSset chain statusPublic
CALL METHOD if_wb2_string_item_list=>SET_CHAIN_STATUS...more details

SET_COMPANY_CODEset company codePublic
CALL METHOD if_wb2_string_item_list=>SET_COMPANY_CODE...more details

SET_NOT_SORTABLEset SORTABLE status in headerPublic
CALL METHOD if_wb2_string_item_list=>SET_NOT_SORTABLE...more details

SET_STRING_PRICEset string pricePublic
CALL METHOD if_wb2_string_item_list=>SET_STRING_PRICE...more details

SET_TRANSFERRED_TO_TCset it to 'transferred to TC'Public
CALL METHOD if_wb2_string_item_list=>SET_TRANSFERRED_TO_TC...more details

SET_WASHED_QUANset washed out quantityPublic
CALL METHOD if_wb2_string_item_list=>SET_WASHED_QUAN...more details




Events of Class IF_WB2_STRING_ITEM_LIST

Events are created within your class using special event handler methods. These must be registered at runtime for the event and can then be triggered using the ABAP syntax: RAISE EVENT EXPOTING... HEADER_CHANGED - header changed
HEADER_DELETED - header deleted
ITEMS_CHANGED -
ITEMS_DELETED -

Links to Related Class(s)

IF_WB2_S...
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!