Recent Activity

    Design Thinking in Brazil - um fim de semana com estudantes-Parte II-Dias 1 e 2

    Este é o segundo blog da série Design Thinking in Brazil - um fim de semana com estudantes. No primeiro blog eu expliquei qual é a idéia por trás do projeto "Design Thinking in Brazil" e como foi a preparação para o workshop de final de semana. Nest...

    A simple example of using ABAP regular expression: Should I use it at all in this case?

    Currently I am working on the project to enable CRM system with social media integration. We need to extract all social posts with different social channels into CRM system like twitter, facebook and Sina weibo etc. The detail about integration wo...

    JerryWang by Product and Topic Expert
    • 2371 Views
    • 2 Comments
    • 1 Likes

    Configuring Back-end services to enable Floor Plan Manager Application Development

    With SAP Netweaver Development Tools for ABAP 2.13, Floor Plan Manager Application development was enabled ( Develop UIs using Floor Plan Manager using ABAP development tools (for Eclipse) ). Some developers might face the following error while openi...

    Adding Validation to F-43

    Following t-codes are available to use validation or substitution functions:·         GGB0     Validation Maintenance·         GGB1     Substitution Maintenance·         GCVZ     Rule Maintenance·         GGB4     Select action for validation/substit...

    Most common causes for the "SSF_KRN_SIGN_BY_AS: Function Returned 5" error.

    The error message SSF_KRN_SIGN_BY_AS with return code 5 indicates a signer error, i.e., the system cannot find the correct certificate to sign or to verify the signer of some digital signature. Unfortunately, often the application running into this e...

    MIGRATE USR03 TABLE

    Replace use of USR03 table  SELECT * FROM usr03.    CLEAR w_usr03.    MOVE-CORRESPONDING usr03 TO w_usr03.I start with that, and then I have the this requirement"Due usr03 table is considered obsolete, but we can use it already, we have to change thi...

    Create an SAP DMS document attaching a file from the Application Server and checking in an FTP vault with automatic filename creation

    Hi all,So, as you can see from the title, I had a very specific requirement. I needed to be able to create a document (those you can open through CV03N) programmatically attaching a file from the application server and with an FTP server that automat...

    A compare tool: Download and analyze the runtime performance result from SAT

    I once participated one project which needs to do bench-marking about how much performance gain we can benefit after we move the whole CRM system on top of HANA. we plan to do it via steps below: 1. Run one test report via SAT on both HANA based and...

    JerryWang by Product and Topic Expert
    • 4113 Views
    • 2 Comments
    • 4 Likes