Posts

Showing posts from September, 2020

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

Important T-Code

T-Code Description Module COR2 Change Process Order PP-PI-POR COPD Print Process Order PP-PI-POR COR1 Create Process Order PP-PI-POR COR3 Display Process Order PP-PI-POR CO44 Mass process ing of order s PP-SFC CORN Order Types Process Order PP-PI BBPOR02 Post- Process ing Order s SRM-EBP CO06 Back order Process ing SD-BF-AC MSAM_ORDER Order Process ing Profile PM-WOC ALM_ME_ORDER Order Process ing Profile PM-WOC FN_PPO2 Edit Post- Process ing Order FS-CML-PO BKK_PPO_CHANGE Edit Post- Process ing Order IS-B-BCA BKK_PPO_DISPLAY Edit Post- Proc...

Do you want to check fiori is active or not

 In T-Code panel provide /n/ui2/flp If Fiori is active then it will open a browser window. ui2 for user interface. flp for fiori lunch pad.