‎2008 Nov 14 11:20 AM
Hi Gurus,
how can i call bapi 'BAPI_MATERIAL_STOCK_REQ_LIST' in report program.
and how can i pass input parameters to material, plant.
please send code if some one having.
Thanks and Regards
Vinayak Sapkal
‎2008 Nov 14 11:38 AM
hi,
refer to the following link:
http://abap.wikiprog.com/wiki/BAPI_MATERIAL_STOCK_REQ_LIST
i hope it helps
arjun
‎2008 Nov 14 11:38 AM
hi,
refer to the following link:
http://abap.wikiprog.com/wiki/BAPI_MATERIAL_STOCK_REQ_LIST
i hope it helps
arjun
‎2008 Nov 14 11:52 AM
Hi,
you can call and pass parameters to BAPIs like you do with any normal function modules.
If your BAPI does not have direct impor and export parameters,(if only structures) then create a similer structure of the bapi parameter.Enter values to structure fields in se38 and pass the structure to the import of bapi.For tables parameter create an internal table of same structure as tables parameter.
Enter values to the structure and append to the internal table and pass this internal table to the tables parameter.
thanks nd regards
Arjun
‎2008 Nov 15 4:42 AM
‎2008 Nov 17 3:42 AM