Posts

Showing posts with the label SAP Material Management (MM) Important T-code: Part-2

Using BAPI upload excel file for t-code AS02 in SAP

Using BAPI " BAPI_FIXEDASSET_CHANGE " create a zprogram to upload excel file for mass change fixed asset in SAP. REPORT  ZAS02_ASSET_CHANGE_UPLOAD . TYPE-POOLS :  truxs . " Structure for Excel data TYPES :  BEGIN  OF  ty_excel ,          anln1  TYPE  anln1 ,          bukrs  TYPE  bukrs ,          kostl  TYPE  kostl ,          werks  TYPE  werks ,          prctr  TYPE  prctr ,         END  OF  ty_excel . DATA :  lt_excel     TYPE  TABLE  OF  ty_excel ,       ls_excel     TYPE  ty_excel ,     ...

SAP Material Management (MM) Important T-code: Part-2

This is a sequence post of previous one. Here I am sharing some important MM t-code with description. Hope it will help us in our daily life task.   ME08 Send Source List  This transaction is used to send source lists to another system via ALE. It is possible to restrict the source lists to be sent by entering a material, material class or plant. The user can enter the logicalsystem where the source list is to be sent. ME0M Source List for Material  This transaction is used to display the source listsfor a givenmaterial.The selection screen allows the user to enter a material or range of materials, and a plant or range of plants. If no values are entered, the resulting display will show all the source lists for all materials.  ME11 Create Purchasing Info Record   This transaction is used to create a purchasing information record for a material. The info record can be for a material/vendor combination or for a material group/vendor combination. The user can sele...