4 weeks ago - last edited 3 weeks ago
While I am changing PO price at ME_PROCESS_PO_CUST~PROCESS_ITEM with code like followed, but the price will be changed after check(save) button clicked.
DATA: lt_pr1 TYPE mmpur_tkomv.
CALL METHOD im_item->get_conditions
IMPORTING
ex_conditions = lt_pr1.
READ TABLE lt_pr1 ASSIGNING FIELD-SYMBOL(<pr1>) WITH KEY kschl = 'PB00'.
IF sy-subrc = 0.
<pr1>-kbetr = <pr1>-kposn.
CALL METHOD im_item->set_conditions
EXPORTING
im_conditions = lt_pr1.
ENDIF.
Request clarification before answering.
When do you want the price change to happen. Does it happen on save.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
75 | |
30 | |
9 | |
8 | |
7 | |
6 | |
6 | |
5 | |
5 | |
5 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.