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
    • 94672 Views
    • 212 Comments
    • 39 Likes
    Resolved! Accepted Solution

    HR_PAD_HIRE_EMPLOYEE - Err: Person already hired

    Hi Friends,I have created an Info type using  HR_PAD_HIRE_EMPLOYEE FM. I have pass values for info type 0000, 0001, 0002, 0003, 0006, 0009 and 0105 at a stretch.I am getting the message WPG208This entry deletes a recordEPG002Person already hiredBut i...

    Resolved! Accepted Solution

    BAPI_ALM_NOTIF_CREATE

    I have an external application that creates maintenance notifications by calling BAPI_ALM_NOTIF_CREATE, BAPI_ALM_NOTIF_SAVE and BAPI_TRANSACTION_COMMIT.  It works when connecting to some SAP systems, but not others.On the systems where it doesn't wor...

    Resolved! Accepted Solution

    Transfer files from SAP to FTP Server

    Hi, I'm using this code to send an 'X' file to an FTP server:CALL FUNCTION 'HTTP_SCRAMBLE'     EXPORTING       source      = l_password       sourcelen   = l_strlen       key         = l_scr_key     IMPORTING       destination = l_password.* Función ...

    Resolved! Accepted Solution

    ABAP Push Channel under huge load. Any best practices?

    Hello, I have a question regarding ABAP Push Channel, particularly about mixed scenario APC/AMC: http://scn.sap.com/community/abap/connectivity/blog/2014/04/14/abap-channels-part-3-collaboration-scenario-using-abap-messaging-and-abap-push-channels  W...

    Resolved! Accepted Solution

    HR_PAD_HIRE_EMPLOYEE - info type background creation

    Hi Friends,I have created an Info type using  HR_PAD_HIRE_EMPLOYEE FM. I have pass values for info type 0000, 0001, 0002, 0003, 0006, 0009 and 0105 at a stretch.while creating via PA30. The info type 0003 is automatically created in background. so I ...

    Resolved! Accepted Solution

    SQL Error 339

    Hi All,I am writing an AMDP method with multiple selects into it. The execution gives a dump with SQL Database error code 339. Below is the code for the calling Program :TABLES: mseg. SELECT-OPTIONS: s_matnr FOR mseg-matnr,                 s_pspnr FO...

    Resolved! Accepted Solution

    Can I determine the originating Tcode in a Smartform's Print Program?

    Hi,I need to use different Control Parameters (ssfctrlop) for the same Smartform depending on which Tcode (VL71 or VL03N) was used.Is there a way in the Print Program to determine which Tcode was used to enter the Program?Hope that makes sense.Thanks...

    Labels in this area

    Explore this Area