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

Code on "BAPI_BATCH_CHANGE"

Former Member
0 Likes
445

Hi,Can any one give us the ABAP code using function module

"BAPI_BATCH_CHANGE" ?

Best regards,

Seshagiri.M.

1 REPLY 1
Read only

Former Member
0 Likes
392
      CALL FUNCTION 'BAPI_BATCH_CHANGE'
        EXPORTING
          material         = wa_mcha-matnr
          batch            = wa_mcha-charg
          plant            = wa_mcha-werks
          batchattributes  = t_batchattributes
          batchattributesx = t_batchattributesx
        TABLES
          return           = i_return.