Friday, 22 February 2019

How to set and get value on table TVARVC

Set 

SM30 > Table/View = TVARV


GET

Function : Z_INITIAL_VALUE_GET

CLEAR gr_hkont.
  CALL FUNCTION 'Z_INITIAL_VALUE_GET'
    EXPORTING
*     IM_REPID = SY-CPROG
      im_filed 'HKONT'
    TABLES
      tr_data  gr_hkont.

Monday, 21 January 2019

How to add budget



Create Budget Document

Step 1: Tcode FMBBC
Step 2: Key data & Save

Release Budget Data

Step 1: Tcode FMMPRELE
Step 2: Key Data & Execute

Monday, 24 December 2018

No commitment item entered in item


Tcode : SPRO

Public Sector Management >
     Funds Management Government >
          Actual and Commitment Update/Integration >
               Activate/Deactivate Funds Management


Or Config at Tcode : FMDERIVE

Wednesday, 20 June 2018

Font Substritution

Courier New              MS Sans Serif
Courier              MS Sans Serif
Arial              Arial
Times New Roman      MS Sans Serif
Helv              MS Sans Serif
Tms Rmn      MS Sans Serif
Times              MS Sans Serif

Tuesday, 13 March 2018

Call Transaction FK03

SET PARAMETER ID'LIF' FIELD w_output-lifnr,
                            'BUK' FIELD p_bukrs,
                            'KDY' FIELD '/110/120/130/210/215/220/610'.
          CALL TRANSACTION 'FK03' AND SKIP FIRST SCREEN.

Sunday, 15 October 2017

Delete WBS Element

1. TCode OPSX : Check Budget
2. TCode CJ20N : Delete Project and Sub Project
3. Table VSPRPS_CN : Delete WBS Element by function SE16N_INTERFACE

Wednesday, 10 May 2017

How to Reset different SAP buffers

SAP Buffers can be reset with below commands :

  1. /$SYNC - Resets the buffers of the application server
  2. /$CUA - Resets the CUA buffer of the application server
  3. /$TAB - Resets the TABLE buffers of the application server
  4. /$NAM - Resets the nametab buffer of the application server
  5. /$DYN - Resets the screen buffer of the application server
  6. /$ESM - Resets the Exp./ Imp. Shared Memory Buffer of the application server
  7. /$PXA - Resets the Program (PXA) Buffer of the application server.
  8. /$OBJ - Resets the Shared Buffer of the application server.
SU53 and click authorization values —> Reset User Buffer.
SU01 -> environment -> mass changes -> reset all user buffers
Executing transaction PFUD or running program RHAUTUPD_NEW
se38 and program: RSUSR405

Ref. https://wiki.scn.sap.com/wiki/display/Basis/How+to+Reset+different+SAP+buffers