Posts

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 ,     ...

Movement Type part :2

  Shipping Related SAP Movement Types: TYPE DESCRIPTION 601 Goods issue for delivery 603 Goods issue for a stock transport order (shipping) with additional item 605 Goods receipt for a stock transport order (shipping) with additional item 621 Transfer of unrestricted-use stock : returnable packaging with customer (shipping) 623 Goods issue from returnable packaging with customer (shipping) 631 Transfer of unrestricted-use stock : consignment stock at customer (shipping) 633 Goods issue from consignment stock at customer (shipping) 641 Goods issue for a stock transport order (shipping) 643 Goods issue for a cross-company-code stock transport order 645 Goods issue for a cross-company-code stock transport order performed in one step (shi...

Different Movement type in SAP

SAP Movement Types by the Good Receipt: Type MOVEMENT TYPE DESCRIPTION 101 Goods receipt for purchase order 103 Goods receipt for purchase order to GR blocked stock 105 Release from the GR blocked stock for the purchase order 121 Subsequent adjustment for subcontracting 122 Return deliveries to vendor 124 Return delivery to vendor from GR blocked stock 161 Returns for purchase order Good Movement for Good Issue: TYPE DESCRIPTION 201 Goods issue for a cost center 221 Goods issue for a project 251 Goods issue for sale (without sales order) 261 Goods issue for an order 281 Goods issue for a network 291 Goods issue for any account assignment  Differe...