2024 Nov 12 1:03 AM - edited 2024 Nov 12 2:36 AM
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 |
|---|---|
| 7 | |
| 6 | |
| 6 | |
| 6 | |
| 4 | |
| 3 | |
| 3 | |
| 3 | |
| 3 | |
| 3 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.