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

    Select with like %

    Hi, I am going through some of SAP tutorials and found the following: SELECT * FROM SPFLI WHERE CITYFROM LIKE '_R%'. WRITE: /10 SPFLI-CARRID, 20 SPFLI-CONNID, 30 SPFLI-CITYFROM. ENDSELECT. following is my resulting list which doesnot in...

    Ship to party address deleting in contract when adding new line using BAPI_CUSTOMERCONTRACT_CHANGE

    Hi Experts, While adding new line item, ship to party address number of existing line item is getting deleted from ADRC table. Due to this address is not appearing in SAP GUI(VA42/VA43). I am adding new line using bapi_customercotract_change. Ex...

    Resolved! Accepted Solution

    Resend email after smtp error

    Hello, when we got a communication error with our SMTP relay, a lot of EMail's will get on error (Transaction SOST, message number 816).We are looking for a way to resend these EMail's (like F7 in SOST) via a job/report every couple of hours so tha...

    VA01 - Shipping tab - delivery group field is not coming in EXIT_SAPLVEDA_002

    Hi Friends, In Tcode VA01 - Shipping tab - delivery group field(GRKOR) is not coming in EXIT_SAPLVEDA_002. How to add the field in BDC(User exit). I have written the below code ASSIGN COMPONENT 'GRKOR' OF STRUCTURE dxvbap TO FIELD-SYMBOL(<lfs_g...

    Is it possible to read directly a database on SAP wihout using an internal table?

    Hello experts, On my job, we are discussing about the performance and how to access to the data existing on database tables using a report. Is there any SQL sentence that we can use on SE38 without using an internal table? As far as I know it is al...

    Resolved! Accepted Solution

    SE16N - Maintenance Entries Checkbox Is Disabled for Some Tables, But Enabled for Other Tables

    Hello Experts. I need to create new entries to add-on tables in SE16N not in SE16 because of a specific reason. When trying to do that, I noticed that maintenance entries checkbox which needs to be flagged to edit table entries is disabled. Howev...

    kimiyasu by Explorer
    • 7191 Views
    • 7 Comments
    • 2 Likes
    Resolved! Accepted Solution

    Parsing EDI X12 data

    Hello experts, my requirement is that once I get EDI X12 formatted data, I have to store them in SAP system to make FI posting later. I'm using FTP Function Modules, but I'm not sure how to parse the data. Data look like this(I got this from G...

    Resolved! Accepted Solution

    ABAP Docs for Testing relations addressing private methods

    What is the best practice for linking to test relations for private methods. For example I have a ABAP Class with some private methods. PRIVATE SECTION. METHODS set_remittance_vend_reference [...] And in my test class I want to link the Unit Te...

    schmelto by Active Participant
    • 3478 Views
    • 6 Comments
    • 0 Likes

    oData DateTime Error

    Who has already encountered this error. the Data Elements of ANGDT Field and other fields in DDIC are DATS while the EDM Core Type of oData entity set is EDM.DateTime. The Format of DATS is YYYYMMDD(original) MM.DD.YYYY(if view in DDIC ) and its not ...

    AJeB by Participant
    • 2674 Views
    • 3 Comments
    • 0 Likes
    Resolved! Accepted Solution

    How to read basic data text of material master with line break ?

    Hi all, I am new to SAP. Please help me in resolving the below issue. Actually, I want to read a basic data text into a string variable. I have used FM READ_TEXT and used tdline to read the basic data text of material master. But the characters i...

    Resolved! Accepted Solution

    How to catch value from Listbox in ABAP using VRM_SET_VALUES

    I made Listbox on screen using function `VRM_SET_VALUES`. It works normal, but I can't choose field from the list. Artibute is `DATA gs_screen1100-db_flight(40) TYPE c`. Have I forgotten something? MODULE init_listbox OUTPUT. DATA: ls_value ...

    Labels in this area

    Explore this Area