Close Sidebar close
Sapignite
  • SAP
  • Coding Challenges
  • Download
  • SAP Ignite Products

Subscribe & Follow

All product names on this web site are trademarks of the companies that own them. Sapignite.com is not affiliated with SAP AG in any way. SAP AG is the registered trademark holder of SAP, SAP R/3, mySAP, ABAP, xApps, NetWeaver, and other proprietary terms. The technical information on this site is verified to the greatest extent possible, however, any information found on this site is used at the site visitor's own risk. Sapignite.com reserves the right to correct any errors or omissions in any portion of this site at any time without obligation.

  • SAP
  • Coding Challenges
  • Download
  • SAP Ignite Products
Sapignite
Sapignite
    ABAP featured SAP

    SAP Tips and tricks

    July 6, 2017
    1. Reading someone else’s SAP Inbox

      Well it does sound awesome .Use of auto forwarding functionality one can get someone else’s mail in his/her sap inbox and if the person is not smart he won’t be knowing it.

      Transaction code: SO36

      Enter your target person’s ID inside the User field.

    Note: It’s a nice functionality to setup out of Office.

    1. Don’t have authorization? No worries try below ways…

    Go to Transaction Se11, open any table and use other object button to navigate to your desired object.

    Doesn’t work? Try this…

    Go to Transaction SE37 open function module C160_TRANSACTION_CALL.

    Execute it with your desired transaction code you want to execute.

    1. Converting Spool Request Output to PDF.

    Try report program RSTXPDFT4 with your spool request and Bingo!!!!!PDF is with you.

    1. Text to speech in SAP system

    One can use OLE to do text to speech in SAP. Try below report program to test it in your system.

    *&———————————————————————*
    *& Report  ZTST_SCHEDULE_MEETING
    *&
    *&———————————————————————*
    * copy the text elements
    *P_DATE   Date
    *P_MEND  Meeting End
    *P_MNAME  Meeting name
    *P_MST    Meeting Start
    *&
    *&———————————————————————*
    report ztst_schedule_meeting.
    tables : zmeetings.
    include ole2incl.

    parameters : p_mname type char20.
    parameters : p_date type dats.
    parameters : p_mst type sy-uzeit.
    parameters : p_mend type sy-uzeit.
    data : ole type ole2_object,
    voice type ole2_object,
    text   type string.
    data : lv_time type t.

    at selection-screen.
    create object voice ‘SAPI.SpVoice’.
    if p_mend < p_mst.
    text = 
    ‘Meeting Start time should be less than meeting End Time.’.
    call method of voice ‘Speak’ = 
    ole

    exporting #1 = text.
      message ‘meeting Start time should be less than meeting End Time’ type ‘E’.
      endif.

    • Send Popup message to your friends in SAP

     

    Go to transaction code SE37 and execute the function module “TH_POPUP”.

    Put your friend’s SAP user ID in user field.

    1. Execute .EXE file from ABAP Code

    http://sapignite.com/trying-your-hands-with-exe-file-sap-abap/

    1. Unlock any user account if it’s locked in SAP system.

      See below image and follow steps till it starts the debugger screen.

    Use the navigation option (Breakpoints -> create break points at statement) in the debugger screen to create break point as “message” statement.

    System will throw the Error message if you don’t have authorization and debugger will stop there. Edit the SY-SUBRC to 0 and execute the statement again to grant you authorization and you can unlock the user.

    forword sap documentssap abap PDF conversionsap abap spool to pdfsap abap trickssap inboxsap tips 2017sap tips and trickssend mail sap abapTH_POPUP sap function module
    raju borda
    Raju is working with Technical areas like SAP ABAP, PI , Web design, JAVA , PBT, robotics as architect also functional areas like SCM , QM, MM , insurance . When he is not Doing above geeky things you might find him travelling , Cooking , dancing or drinking with friends :-) .
    • Intelli-Den ( Smart House ) SAP Teched Demojam -2013

    • Pie Charts in Adobe Flex using Webdynpro for ABAP

    You Might Also Like

    Change Pointers in SAP ABAP

    August 7, 2017

    Ever Tried making a game in SAP ?

    July 31, 2017

    is sap going gold from blue ?

    July 4, 2017

    No Comments

    Leave a Reply Cancel Reply

Sign up for some exciting content

Recent Posts

  • How to prepare for SAP IBP Certification
  • What is SAP Leonardo ?
  • RoadMap UI Tutorial webdynpro for ABAP
  • Offline Adobe forms in WebDynPro for ABAP
  • MVC Architecture for Webdynpro for ABAP

Categories

  • ABAP
  • Android
  • Coding Challenges
  • Enhancement
  • featured
  • Interviews
  • Learning Hub
  • PI ( Process integration )
  • SAP
  • SAP HANA
  • Uncategorized
  • Webdynpro for ABAP
  • Webdynpro For ABAP