Recent Activity

    The Great UI Survey of 2012

    Hi All,We would like to invite you to join the great UI survey of 2012. This survey reviews which (SAP) UI technologies you are using in your company to develop your customer web applications and as important - which technologies will you use when st...

    yarivzur by Participant
    • 2231 Views
    • 0 Comments
    • 0 Likes

    How to Resolve Extended Check Error "Dangerous use of TRANSLATE in a multilingual system"

    Example,DATA : iv_var TYPE action.      "   Char 5 TRANSLATE iv_var TO UPPER CASE. WRITE iv_var.Now Goto  Programs-->Check-->Extended Program Check Press Execute   or F8.To Resolve,This Error we should use Predefined Elementary Data Types (C and Stri...

    What time is it?

    Everyone from the artist formally known as Prince to High School Musical knows what time it is.  They ask to see if you know.  Well SAP is not much different when you need to acquire data from multiple system log files.  The actual time, system time ...

    The quality of an answer depends significantly on the quality of the question (or: how to ask good questions)

    Try to remember, when was the last time you got a question andyou invested some time (and enjoyed it) to provide an answer? What were thecharacteristics of the question? Was it a specific or rather unspecific question?Was the question well prepared a...

    HermannGahm by Product and Topic Expert
    • 7366 Views
    • 7 Comments
    • 15 Likes

    DDIC - Extension Index

    A database index is a data structure that significantly improves the speed of data retrieval operations on a database table and has an important trade off to make i.e. the updates made to the database table are costlier (in terms of number of operati...

    Mitigating XSS in BSP Apps

    Cross Site Scripting (XSS) is still one of the most common vulnerabilities in web applications. Unfortunately, the BSP apps do not have a good reputation. Just checking monthly security notes released by SAP will convince anyone that the BSP apps suf...

    mvoros by Active Contributor
    • 2317 Views
    • 1 Comments
    • 1 Likes

    Security Patch Process FAQ

    1. Where do I find SAP Security Notes? 2. Where do I find an overview about security services including the management of security notes? 3. Where do I find information about the application “System Recommendations”? 4. Where do I find information ab...

    Program a Base Screen with all Mandatory Components as Easy as 1 2 3 in few Seconds

    Often when I required to design custom Screen it take much time for build up basic Structure like Creating Screen, PF-Status, Titlebar, adding basic Buttons like (Back, Cancel, Exit and Save) Corresponding Code lines for these buttons,  adding Module...

    SAP Note From Mobile (Read, Download PDF or Corrections, Compare Versions) Part 1/2

    SAP Note From Mobile (Read, Download PDF or Corrections, Compare Versions) Part 2/2 I just got my new Nokia E5 and remember a Thread New phone posted a year back in About SCN where friends are discussing about phone Specification and browsing SDN or ...

    SAP Note From Mobile (Read, Download PDF or Corrections, Compare Versions) Part 2/2

    SAP Note From Mobile (Read, Download PDF or Corrections, Compare Versions) Part 1/2 1. Open Opera Mobile from the Installed Application as shown below.  2. After Loading above following Main Page will open, go to the Empty button like Icon and press ...

    Step by Step Installation Guide for SAP NetWeaver AS ABAP 7.02 SP6 32-bit Trial Version

    From the day SAP NetWeaver Application Server ABAP 7.02 SP6 32-bit Trial Version is available for download I checked many thread in Forum Software Downloads about the problems most of the friends are facing.Most of the problems are related to downloa...

    faisalatsap by Active Contributor
    • 243811 Views
    • 116 Comments
    • 66 Likes

    Step by Step Installation Guide for SAP NetWeaverAS ABAP 702 SP6 64bit Trial on Windows 7 64bit 2/2

    Step by Step Installation Guide for SAP NetWeaverAS ABAP 702 SP6 64bit Trial on Windows 7 64bit 1/23. Start Installation1. Install JRERight Click on the downloaded JRE file and select Run as administrator as in below picture.For allowing to do change...

    faisalatsap by Active Contributor
    • 48796 Views
    • 18 Comments
    • 6 Likes

    Step by Step Installation Guide for SAP NetWeaverAS ABAP 702 SP6 64bit Trial on Windows 7 64bit 1/2

    I just install {code:html}SAP NetWeaverAS ABAP 702 SP6 64bit Trial{code} on Windows 7 64bit. I found that many of friends having problem while installing so I am sharing my exprence with you.h2. *1. Download Setup Files* h3. 1. Download SAP NetWeaver...

    faisalatsap by Active Contributor
    • 15919 Views
    • 16 Comments
    • 4 Likes

    The answer to the question "So why do I get a shortdump when I have lots of entries in a select option?"

    Apparently I answered a frequently asked question in this resurrected five year old thread. So I'll take the occasion to kick off my blogging experience on SCN.The ProblemYou executed a report and you are presented with this beautiful short dump. It'...

    How to get the day count between two given dates excluding Saturday and Sunday

    How to get day counts between two given dates excluding Saturday and Sunday.?Key for the given requirement is the date variable in ABAP itself. Actually date variable in ABAP is the count of days from 01.01.0001 to given date internally.So if we pass...

    Opening And Closing Stock For A Material ( MATNR ), Plant ( WERKS ) and Storage Location ( LGORT )

    Hello Folks,This document describes the code for getting the opening stock and the closing stock for a particular material ( MATNR ), plant ( WERKS ) and storage location ( LGORT ). In most of my projects i have seen Stock Report as a common requirem...

    Program to send E mail to Internet Email ID or SAP business workplace (inbox) with hyperlink more than 255 char long.

    Objective:I am using function module SO_NEW_DOCUMENT_ATT_SEND_API1 to send mail which can also send the mail with attachments.We already have lots of program available to send the email using this FM , but sometime developer face problem while they h...