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 select the type of info record to be created: standard, subcontracting, pipeline or consignment. The info record can contain the net price for the material or material group charged by the specified vendor, as well as other information on delivery time, minimum quantity, purchasing group and shelf life.

 ME12 Change Purchasing Info Record 

This transaction allows the user to change an existing purchasing info record. The info record number can be entered or the user can enter a combination of vendor number, plant, material and purchasing organization to access the record. The user can change valuesin the info record,such as net price for the material or material group charged by the specified vendor, as well as other information on delivery time, minimum quantity, and purchasing group.

ME13 Display Purchasing Info Record 

This transaction is used to display the details of an existing purchasing info record. The info record number can be entered or the user can enter a combination of vendor number, plant, material and purchasing organization to display the info record. 

ME14 Changes to Purchasing Info Record 

This transaction is used to display changes that have been made to a purchasing info record. The selection screen requires that a purchasing info record number is to be entered, but the results can be restricted by entering the user ID of the person who made the change and the change date. The resulting display shows the entry and the change details of the info record, including the date of change, document change number and the table and field that was changed.

ME15 Flag Info Record for Deletion 

This transaction is used to flag a purchasing info record for deletion. The info record number can be entered or the user can enter a combination of vendor number, plant, material and purchasing organization to flag the info record for deletion. The user can select either the complete info record for deletion or just the data for the purchasing organization.

ME16 Deletion Proposals for Info Records 

This transaction is used to delete purchasing info records based on the selection entered. The transaction allows the user to enter the vendor, material, material group, purchasing organization, plant and purchasing group. The key date for the document or the entry date must be entered for this transaction. This process is useful to delete info records for vendors who are no longer used by your company.

 


Comments

Popular posts from this blog

New commodity code create in SAP S/4 Hana

BAPI to Change STO PO/ PO Delivery date in SAP

Alpha IN/OUT to Handle Leading Zeros in SAP ABAP