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

    AC01 Ehancement

    Hi, We have a requirement for adding a custom field in AC01 . For we have create enhancement in EXIT_SAPLBAS0_800 and EXIT_SAPLBAS0_810. We have create subscreen and added our own field in CI structure, however the subscreen are not appearing , an...

    How to create/change/delete one custom infotype by other custom infotype record in PA30 SAP ABAP ?

    Hi, I have two custom infotypes 9010 and 9020. I am doing create / change / delete / delimit the custom infotype record ' 9010 ' through Tcode : PA30 then the same should create / change / delete / delimit other custom infotype '9020' record. ...

    ROUITNG IDOC

    We are migrating data from 100 to 200 client. We have used ROUTING_CREATE_SAMPLE_FILE in se38 to generate Idoc . But it gives E0400 error that partner profile not found. But profile is already defined . What can e the reason.?

    Standard Program VF06 is not creating billing document with document category U profroma invoices.

    HI Can anyone help me pls in this,I want to create billing document through VF06 for Proforma invoices but Sap is not allowing me, even though the delivery present . I know Vf06 can only process final invoices , but is there any way we can do wit...

    Resolved! Accepted Solution

    Internal table Key fields

    Hi Experts, Is there any way to adopt the key of database table into internal table without explictly specifying all the key fields in the internal table declaration like data <itab> type standard table of <dbtable> with <key=> it should be all k...

    ABAP 7.40 Syntax

    Hi experts, As in below there are two similar statements behaving differently. Requesting to point out the mistake i’m making. DATA: ls_ret TYPE bapiret2, ls TYPE atpmsg, lt TYPE tbl_atpmsg, lt1 TYPE tbl_atpmsg. ls_ret-message = 't...

    Attachments are opening in XML. It should open in PDF format instead. Tcode FB03

    Hello All, Today when we are executing tcode FB03, putting document number, company code and fiscal year and press enter. at Attachment, all attachment are opening in XML format, instead of PDF format. Can someone please help. I do'nt think this is...

    Resolved! Accepted Solution

    cl_gui_alv_grid standard toolbar sort buttons does not work well

    Hi All, I have an created an ALV Program and have shown the standard alv toolbar which includes also the sorting asc and Des buttons, these however does not work well. Issues for ex : 1. One column is sorted in asc oder - Fine. Now click the...

    k_sood by Active Participant
    • 7306 Views
    • 12 Comments
    • 0 Likes

    loop orders

    Hi all, I loop over clients and I want to get the orders of that client every time : loop at lt_client into ls_client. read table lt_orders into ls_orders with key client_id = ls_orders-client_id. end loop. the problem is that I get the f...

    Labels in this area

    Explore this Area