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

SAP HR table : Part 2

In my previous post I share some important table name for HR module. Right now I am sharing rest of the HR table name. Hope it will help you lot. Table Name Related with T001P Personnel Area/Subarea T001T Company code-dependenttexts T500L Personnel Country Grouping T500P Personnel Areas T502T Marital Status Designators T503 Employee Group/Subgroup T503T Employee Subgroup Names T508A Work Schedule Rules T510 Pay Scale Groups T510A Pay Scale Types T510F Assign Pay Scale --- Currency T510W Pay Scale - Period Parameter Assignment T511 Wage Types T512T Wage Type Texts T512W Wage Type Valuation T512Z Permissibility of Wage Types per Infotype T527X O...