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

    Large tables where large numbers of records are frequently accessed.What are the optimization techniques we can use?

    Whenever we create database tables,we define what kind of buffering it should possess.If buffering is activated for a table,we should choose from one of three buffering types.Single record buffering is recommended when we access fewer records from la...

    Resolved! Accepted Solution

    Performance improvement when deleting customer table

    Hi gurus.I am in charge of tunning a custom ABAP application, which runs as a job because it could take so much long time. There is a little excerpt that I am wondering how to improve. Is the following:DO.       SELECT * FROM ztable UP TO 10000 ROWS....

    Resolved! Accepted Solution

    Use of BAPI in loop

    Hi Al,We are using a BAPI in loop and in the below scenario i am facing issues:loop at itab.Record1 goes in BAPI CALL (Generate CO document)F.M Call.if BAPI and F.M has no errors we do a BAPI commit with waitendloop.In the above example if for first ...

    Resolved! Accepted Solution

    Doubt about BAPI_MATERIAL_SAVEREPLICA and COMMIT / ROLLBACK

    This BAPI allows to create or modify several materials at once. My doubt is how the transaction should be handled. As you know common practice after any BAPI execution is to check for errors in RETURN table, then if some are found call BAPI_TRANSACTI...

    Resolved! Accepted Solution

    What is the best way of converting material master IDOC to Article master IDOC?

    Please suggest me how a material which gets created in the sender system and distrubuted as an IDoc can be converted into an article in the recieving system?.If it is required to be done only in receiving system what is the best option?.And standard ...

    ALV Grid with 2 Headers - OOPS

    Hi,I've a requirement wherein the ALV should have 2 Headers like this:     Header 1                                   Header 2Col1      Col2     Col 3                 Col 4   Col 5     Col 6I'm using CALL METHOD g_grid->set_table_for_first_displayfor...

    Resolved! Accepted Solution

    HTML tags in So10

    Hi, From my program I am sending mail by using so10 text with HTML tags. Please let me know how to send below HTML tag dynamic URL to SO10. Ex: I want to append a URL with <a href> tag like this <a href='www.xyz.com"> , please click here regards Bhar...

    Resolved! Accepted Solution

    Date format in excel attachment

    Hi All,I am using  CALL FUNCTION 'SO_NEW_DOCUMENT_ATT_SEND_API1' to send excel attachment to mail.I am filling DATE column of excel attachment as below:DATA           l_date                  TYPE string.    CONSTANTS: lc_apostrof(4)     TYPE c VALUE ...

    Labels in this area

    Explore this Area