Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Function Module "SD_Backorder_update" doubt

Former Member
0 Likes
2,462

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

2 REPLIES 2
Read only

Former Member
0 Likes
1,317

Hi,

Is the 'Confirmed Qty' gets updated in the order?.

Regards,

Dilli

Read only

0 Likes
1,317

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.