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

    SAP SCRIPT

    Hi All,I have this line in the sap script editor.<b>INCLUDE &VBDKA-TDNAME& OBJECT VBBK ID Z011 PARAGRAPH IT</b>Will this line automatically picks up the text from the sales order header or need to code read_text in the print program?Thanks,S

    Resolved! Accepted Solution

    Route determination upload

    Hello, I have a question about how to upload mass route determination to SAP. The solution that I think of at the moment is that to create a custom program to use BDC to call tcode OVRF. Do you think that is a good way to do this job? Or you have a b...

    Resolved! Accepted Solution

    Hotspot

    *&---------------------------------------------------------------------* *& selecting and display data for basic list * *&---------------------------------------------------------------------* select kunnr name1 ...

    Resolved! Accepted Solution

    Is BDC and ALE taking a back seat after the introduction of Netweaver

    Hello guysI have heard lot of people saying that after Netweaver XI's introduction to the market, BDC and ALE are taking back seat in the market. Is this true?Are there any links where I can read some good articles on this comparison in terms of both...

    Resolved! Accepted Solution

    questions on EQUI_UPDATE

    Hello All,I am working on BADI <b>'EQUI_UPDATE'</b> ( <b>Method : IN_UPDATE</b>) to attach document files to equipment when creating an eqipment. I am getting the equipment number in this method. I am calling my custom FM ( which uses BAPI_DOCUMENT...

    Exception handling

    Hi,in a classical userexit we have just one include to put in the coding.I want to call a newly-created function function in this include. The function is a copy of the customer-function where the include is located in.How can we achieve that excepti...

    Clemenss by Active Contributor
    • 764 Views
    • 3 Comments
    • 0 Likes
    Resolved! Accepted Solution

    Retreive and update

    Hi All, I am trying to retrieve the data from the DB and then if any changes made, then it has to be updated in the respective fields in the db. Could anyone pls explain me step by step how I can do this. Eg: I want to retrieve the calssification v...

    Resolved! Accepted Solution

    Radio Button

    Hi,Can any one help me in getting the text for the radio buttons which placed side by side in the same line.It is showing the radio buttons but not the text.here is the following code which i used.Selection-screen begin of line .selection-screen posi...

    Resolved! Accepted Solution

    sy-ucomm CRET and ONLI

    Hi, i have a report and to that report is associated an transaction. if i run the report by the se38 if runs fine with no problems at all and pressing the F8 button the ucomm is the ONLI but if i run the report by the transaction code if no records...

    Resolved! Accepted Solution

    suggestion with ITAB.

    hello abap gurus,in my requirement, i should make sure that an internal table ITAB has some value in one specific field in all records.for example NAME field.i thought of coding like this,LOOP AT ITABIF ITAB-NAME IS INITIAL.EFLAG = 1.EXIT.ENDIF.ENDLO...

    Labels in this area

    Explore this Area