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

    DELETE Statement

    Hi ExpertsI have the below Query: SELECT A~VBELN A~POSNR A~MATNR A~KWMENG A~KBMENG A~ERDAT A~ERZET A~PSTYV D~AUART E~ETTYP E~EDATU INTO TABLE INT_RES FROM VBAK AS D INNER JOIN VBAP AS A ON D~VBELN EQ A~VBELN INNER JOIN VBEP AS E ON E~VBELN EQ A~VBEL...

    Resolved! Accepted Solution

    Saving .csv into internal table - using dataset (',' comes between data)

    Hi experts,I need to save .csv from application server to internal table.i am using the below code.gt_raw and gwa_raw are dxrawdata format.OPEN DATASET gv_pfile FOR INPUT IN TEXT MODE ENCODING DEFAULT.*--- Display error messages if any. IF sy-subrc ...

    Resolved! Accepted Solution

    GN_DELIVERY_CREATE

    Hi,I am using GN_DELIVERY_CREATE to create a delivery. This works fine except for one thing. Some customers are 'One-time' customers so we would like to introduce a ship-to address in the FM that would be entered in the delivery. There is a dummy cus...

    Resolved! Accepted Solution

    BAPI_PR_CREATE

    HI,Iam trying to create Purchase Requisition using BAPI_PR_CREATE in 4.7 system. If data populated is correctthe BAPI is creating PR.if any data populated is incorrect , the bapi is not returning any error message in return parameter.could any body ...

    Resolved! Accepted Solution

    Print-Control

    Hi All,I am converting classical report list into PDF format. while converting PDF I need to change the font size and type.For this i am using print-control in the code, but the font size and type are not changed in the PDF file. My code is as follow...

    Resolved! Accepted Solution

    TADIR and TRDIR

    Hi Experts,I have an idea that these table and database view contains information about repository objects and program names and transaction codes.I would like to know if there is any major difference between these 2 objects.Please suggest me.Regards...

    Labels in this area

    Explore this Area