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
    • 94865 Views
    • 212 Comments
    • 39 Likes

    Commit within loop

    Hi,  As per the requirement, in our program a database table need to be updated. Now user wants to run multiple job ( with different store id) parallel with this program. So, I have locked the table based on the key fields and made a commit work with...

    Resolved! Accepted Solution

    New BAPI error: You cannot use the statement "FUNCTION" in the current environment.

    I am creating Customized BAPI, following the steps, structure, then followed by ZBAPI FM, Even BOR steps cleared but am ending with an errorFunction Module ZBAPI_DEMOSDYou cannot use the statement "FUNCTION" in the current environment.However, you co...

    POPUP Message

    Hi Experts,I got requirement that is,             At the time of Customer Save using transaction code XD01 or XD02 , a check has to be done to see if the field KNVV-KVGR5 is populated .If KNVV-KVGR5 is Initial , then – Do Not Save and return to custo...

    parameter id

    Can I set this kind of two parametersin grid view user command.SET PARAMETER ID 'BLN' FIELD wa_ekko-BELNR.SET PARAMETER ID 'BUK' FIELD wa_ekko-BUKRS.* Execute transaction FB03, and skip initial data entry screen AND VIEW document details      CALL TR...

    TSG by Participant
    • 761 Views
    • 1 Comments
    • 0 Likes
    Resolved! Accepted Solution

    Sending Email via BCS

    Hi,I have created a program, using class cl_bcs, which sends out an email to an internet email address. I have maintained the email address within the SCOT transaction i.e. SCOT -> double click on INT SMTP -> click on SET (Internet) -> add email to A...

    Resolved! Accepted Solution

    How to add custom field in CJ20N transaction for WBS element under basis data tab ?

    Hi Experts ,I have a requirement in which i have to use CJ20N transaction and in that transaction i have add one field in table control of WBS element . The table control is under: Projects > WBS Elements > select any WBS element  and double click it...

    Resolved! Accepted Solution

    How to access to a folder in a different windows domain than current?

    Hi,I know the EPS_GET_DIRECTORY_LISTING fm which allows to connect to a windows folder. My question is that my folder is in a different windows domain of the domain where I've the sap server. If I use the EPS_GET_DIRECTORY_LISTING fm the user is the ...

    Resolved! Accepted Solution

    trying to understand OSS Note 1293807

    Hi,SAP ECC 6.0ORACLE release 11.2.0.3.0in a z report i have this select that i need to improve:  SELECT SINGLE MKPF~XBLNR MSEG~DMBTR MSEG~TBNUM MSEG~TBPOS MSEG~SGTXT         FROM MKPF INNER JOIN MSEG         ON MKPF~MBLNR = MSEG~MBLNR AND MKPF~MJAHR ...

    Resolved! Accepted Solution

    FTP_CONNECT issue

    Hi Gurus,I'm having some problems by using standard function FTP_CONNECT. This is a sample program that I'm using to check the ftp connection.DATA: l_dhdl     TYPE i,       l_user(30)  TYPE c VALUE 'user',       l_pswd(30) TYPE c VALUE 'password',   ...

    Resolved! Accepted Solution

    Need a BAPI or FM to get the List of Managers assigned for an employee.

    Hi ,Need a BAPI or FM to get the List of top Managers assigned for a employee.we have few FM to get the list of employees under the manager.. we need to access the list of managers which is at the top of an employee..Kindly need the suggestions!Thank...

    Resolved! Accepted Solution

    BAPI Lock issue

    Hi,     In my program i use two bapi one by one . BAPI_PRODORDCONF_GET_HDR_PROP to get production order details. then i use BAPI_PRODORDCONF_CREATE_HDR' to do order confirmation . I use commit bapi after each bapi call with wait = 'x' . But still i g...

    Labels in this area

    Explore this Area