Recent Activity

    Task 4 - Implement Criticality feature and create an Object page

    This is the last task of the August Developer Challenge on ABAP Core Data Services. The responses we have seen so far is excellent and appreciate each one of you in taking time to complete the challenge. We have seen some good conversations about the...

    Task 1 - Create CDS View Entity ( August Developer Challenge )

    First of all, thanks for the overwhelming response to the ABAP Developer Challenge. Kudos to everyone who took time out of their busy schedule and finished the pre-requisite – Task 0 last week.Now let us dive right into the challenge.Task 1 - In this...

    sheenamk by Developer Advocate
    • 94974 Views
    • 212 Comments
    • 39 Likes
    Resolved! Accepted Solution

    PROBLEM

    I AM BEGGENER TO ABAP. CAN U CHECK THIS CODE. LOOP DOES NOT SHOW ANY THING. WHY ?DATA : BEGIN OF ITAB1 OCCURS 0, SALES TYPE P DECIMALS 2, NAME(10), END OF ITAB1. ITAB1-SALES = 100. ITAB1-NAME = 'JACK'. APPEND ITAB...

    Resolved! Accepted Solution

    Workflows Problem

    Hi AllWhile assigning Agent to the activity I m getting the following Error."Entry in OUTBOUND table not foundEntry in outbound table not foundMessage no. E0400DiagnosisNo partner profile (outbound parameter) could be found using the following key:ID...

    Resolved! Accepted Solution

    How to enter Enhancement Mode of ABAP OO Classes: Add Methods, Pre-Methods.

    Hello,do you know how to enter the enhancement mode of the class builder? I want to enhance a standard global ABAP OO class by implicit enhancements for inserting methods, attributes or pre- and post-methods - as described in <a href="http://help.sa...

    subscreen

    hi i have created a main screen n one sub screen. i called the subscreen in main screen pbo n pai also .but in pbo its giving a syntax error like 'screen expected not subscreen'i have written in pbo as --- CALL SUBSCREEN SECOND INCLUDING 'ZSUBSCREEN'...

    Resolved! Accepted Solution

    OUTBOUND INTERFACE

    WHAT ARE DIFERENT METHODS OF SENDING DATA STORED IN INTERNAL TABLE FROM SAP SYSTEM TO ANY OTHER LEGACY SYSTEM.=====================================================1)CAN I SEND DATA THROUGH <b>FTP</b> ALSO TO OTHER LEGACY SYSTEM FROM SAP.2)DO I NEED T...

    Labels in this area

    Explore this Area