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 MM Important Table

 List of essential and regular used table are given below. In our daily task we use these table to compose FS or analyze the information. 

Mention tables are used to store and manage data related to various aspect of the procurement process.

i. EKPO - Purchase Order Item: This table stores information about each item of a purchase order, including the material number, quantity, price, and delivery date.

ii. EKKO - Purchasing Document Header: This table stores store information about the overall purchase order, including the vendor, purchasing organization, and order total.

iii. MARA - General Material Data: This table store basic information about each material, such as its description, unit of measure, and weight.

iv. MSEG - Document Segment: This table stores information about all material movements, including goods receipts, goods issues, and stock transfers.

v. MKPF - Header material Document: This table stores information about each material document, including the material document number, posting date and material type.

vi. VBRK - Billing Document Header Data: This table stores information about each billing documents including the customer, billing date and total amount.

   

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

Decimal remove in a smartforms report