Class Method list used by SAP ABAP Class CL_NF_UNIT_PRICE (Adapt Unit Prices of Similar Nota Fiscal Items)
SAP ABAP Class CL_NF_UNIT_PRICE (Adapt Unit Prices of Similar Nota Fiscal Items) is using
# Object Type Object Name Object Description Note
     
1 Class Method  CL_NF_UNIT_PRICE - COMPARE_TAX Adapt Unit Prices of Similar Nota Fiscal Items SOURCE ev_equal = lv_equal.
2 Class Method  CL_NF_UNIT_PRICE - GROUP_ITEM Adapt Unit Prices of Similar Nota Fiscal Items SOURCE is_nf_item = ls_nf_item.
3 Class Method  CL_NF_UNIT_PRICE - GROUP_ITEM Adapt Unit Prices of Similar Nota Fiscal Items SOURCE EXPORTING
4 Class Method  CL_NF_UNIT_PRICE - GROUP_ITEM Adapt Unit Prices of Similar Nota Fiscal Items SOURCE CALL METHOD group_item
5 Class Method  CL_NF_UNIT_PRICE - GET_GROUP_PRICE Adapt Unit Prices of Similar Nota Fiscal Items SOURCE ev_price = lv_group_price.
6 Class Method  CL_NF_UNIT_PRICE - GET_GROUP_PRICE Adapt Unit Prices of Similar Nota Fiscal Items SOURCE IMPORTING
7 Class Method  CL_NF_UNIT_PRICE - GET_GROUP_PRICE Adapt Unit Prices of Similar Nota Fiscal Items SOURCE is_group = ls_group
8 Class Method  CL_NF_UNIT_PRICE - GET_GROUP_PRICE Adapt Unit Prices of Similar Nota Fiscal Items SOURCE EXPORTING
9 Class Method  CL_NF_UNIT_PRICE - GET_GROUP_PRICE Adapt Unit Prices of Similar Nota Fiscal Items SOURCE CALL METHOD get_group_price
10 Class Method  CL_NF_UNIT_PRICE - CREATE_GROUPS Adapt Unit Prices of Similar Nota Fiscal Items SOURCE CALL METHOD create_groups( ).
11 Class Method  CL_NF_UNIT_PRICE - CHANGE_ITEM_PRICES Adapt Unit Prices of Similar Nota Fiscal Items SOURCE CALL METHOD change_item_prices
12 Class Method  CL_NF_UNIT_PRICE - COMPARE_TAX Adapt Unit Prices of Similar Nota Fiscal Items SOURCE IMPORTING
13 Class Method  CL_NF_UNIT_PRICE - COMPARE_TAX Adapt Unit Prices of Similar Nota Fiscal Items SOURCE it_group_tax = ls_group-tax_tab
14 Class Method  CL_NF_UNIT_PRICE - COMPARE_TAX Adapt Unit Prices of Similar Nota Fiscal Items SOURCE iv_item_number = is_nf_item-itmnum
15 Class Method  CL_NF_UNIT_PRICE - COMPARE_TAX Adapt Unit Prices of Similar Nota Fiscal Items SOURCE EXPORTING
16 Class Method  CL_NF_UNIT_PRICE - COMPARE_TAX Adapt Unit Prices of Similar Nota Fiscal Items SOURCE CALL METHOD compare_tax
17 Class Method  CL_NF_UNIT_PRICE - CHANGE_ITEM_PRICES Adapt Unit Prices of Similar Nota Fiscal Items SOURCE iv_price = lv_group_price.
18 Class Method  CL_NF_UNIT_PRICE - CHANGE_ITEM_PRICES Adapt Unit Prices of Similar Nota Fiscal Items SOURCE is_group = ls_group
19 Class Method  CL_NF_UNIT_PRICE - CHANGE_ITEM_PRICES Adapt Unit Prices of Similar Nota Fiscal Items SOURCE EXPORTING