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 Smartforms

SAP Smartforms is created mainly printing and send forms over E-mail,Fax or over Internet. The main purpose is mass printing the required forms.This includes Forms from different module, like- PP, QM and so and.

In Smartforms multiple page system are applicable.Smartforms generate a function module when it is activated.Labels can't be created in smartforms.We can insert static and dynamic tables.The table heading and subtotal are specified by the triggered events and then data is sorted before final output.
Smartforms allow the user to add graphic which can be displayed as a part of the smartformsm or as a background.During printing user can suppress the background as and when needed.

Creating smartforms T-Code is : smartforms













Type your desired smartforms name then press create button.











This is the first step to create a smartforms.

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