‎2007 Sep 18 11:14 AM
Hi,
I am using the FM "SD_Backorder_update" to update the field "Confirmed Qty(VMENG)" in the alv report output i.e. when user double-clicks on alv output row(sales order item), a pop-up appears with Confirmed Qty field in editable mode. This field is then modified and the above mentioned FM is called. But ,on refreshing the ALV report, the updated value of Confirmed Qty is not getting reflected in the ALV output.
I have also tried using FM "BAPI_TRANSACTION_COMMIT".
I am using:
CALL FUNCTION 'SD_BACKORDER_UPDATE'
EXPORTING
commit_external = 'X'
sd_read_and_save = 'X'
fixmg_set = ' '
no_lock = space
TABLES
kortab = lt_mdvu
et_return = lt_bapiret2.
after running the code, i get sy-subrc eq 0 with no errors in lt_bapiret2.
Please suggest a way out.
Thanks in advance.
Regards,
Tejas Savla
‎2007 Sep 18 11:23 AM
Hi,
Is the 'Confirmed Qty' gets updated in the order?.
Regards,
Dilli
‎2007 Sep 18 11:50 AM
hi,
no...the confirmed qty doesnt get updated in the order as well.......and not even in the alv report output......but when i debug, i can see that the updated value is carried to the required fields in the function module.
Regards,
Tejas S.