Posts

Showing posts with the label Different Movement type in SAP

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

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