Application Development 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: 

Code on "BAPI_BATCH_CHANGE"

Former Member
0 Kudos

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

"BAPI_BATCH_CHANGE" ?

Best regards,

Seshagiri.M.

1 REPLY 1

Former Member
0 Kudos
      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.