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

    Spool to PDF with Copies

    hi , Requirement is to convert a spool request to PDF. I am using the program RSTXPDF4 to do the same. In my driver program I am setting tdcopies = 004 so that it gives me 4 copies ( +Original , Duplicate , Triplicate ..etc +) But when I con...

    Resolved! Accepted Solution

    identifying blank fields

    i want to extract blank field form the database table :DATA: BEGIN OF IT_YCSTK OCCURS 0 ,MATNR LIKE YCSTK-MATNR,WERKS LIKE YCSTK-WERKS,CHARG LIKE MSEG-CHARG,GKAHR LIKE YCSTK-GKAHR,FLD2 LIKE YCSTK-FLD2,END OF IT_YCSTK.SELECT MATNR WERKS CHARG GKAHR FR...

    Resolved! Accepted Solution

    Screen exit for co11n and problems in writting the PBO and PAI Logic ?

    Hi People,I am developing a screen exit for transaction co11n. I have found the exit ( CONFPP07 ) ... I created a project and have assigned this exit and activated the project. I have created a field named SHIFT on clicking this field i have to give...

    Resolved! Accepted Solution

    Download data from SAP into a .mdb file ( Microsoft Acces Database )

    Hi,I used the method CL_GUI_FRONTEND_SERVICES=>GUI_DOWNLOAD to download data into an excel sheet. But now the requirement is to download it to a .mdb format. I tried changing the extension in the file path, but when i open the file it says file canno...

    Resolved! Accepted Solution

    Routing plan

    HelloI have to migrate routing plan for 100000 rows of material master data, What are the advantages and disadvantages of using Direct Input (program RCPTRA02) or Bapi (BAPI_ROUTING_CREATE)?Thanks in advance

    Resolved! Accepted Solution

    IDOC status 51: RFC server sapftp cannot be started -1 : RFC Callback calls

    Hi All,Here I am facing one problem.I was triggred an IDOC. I was got staus 51 and Error Message : RFC server sapftp cannot be started -1 : RFC Callback calls are not allowed in the ABAP pro.Basic Type : INVOIC01.Messge Type : INVOIC.My sender system...

    sort one field

    Hi friends,INFOTYPES: 0000, 0001, 0002.START-OF-SELECTION.GET PERNR .PROVIDE * FROM P0000 BETWEEN PN-BEGDA AND PN-ENDDA where p0000-STAT2 = '3'.WRITE: /2 P0000-PERNR, 23 P0001-ENAME, 91 P0001-BTRTL ,114 P0002-GBDAT .ENDPROVIDE.SELECT PLSTX PL...

    Resolved! Accepted Solution

    Generate program

    Suppose form one program i want to create another program automatically.how to do that.It will be a Type 1 program(executable program).Along with that i want to have the FORM and ENDFORM written to that new program.

    Labels in this area

    Explore this Area