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

    Optimize if statements

    Hi experts,Can I use case statements instead of elseif in the code below.if not how can i simplify my conditions.thank you in advance. LOOP AT it_sumry ASSIGNING <wa_sumry>. <wa_sumry>-total = 0. <wa_sumry>-age = p_budat - <wa_sumry>-buda...

    Resolved! Accepted Solution

    REUSE_ALV_GRID_DISPLAY

    Hi,I am using FM "REUSE_ALV_GRID_DISPLAY".There are 5 columns that I want to display. the table gt_fieldcat[] and gt_afrp_alv both have all the columns required.The problem is though all 5 are getting displayed but the value of 4th column is not gett...

    re process IDOC.

    Hi Experts,I would like to reprocess an Idoc. However, I would like to have the Batch User ID to be appearing instead of my user Id. Is this possible using BD87 ? or by some other programs. Could you please help me in this.Thanks and Regards,Sandipan

    Resolved! Accepted Solution

    Getting vendor name and addreess and as well Emp name &address details

    Hi Experts,1.Can any one help to fetch Vendor name and address details based on LFA1 and ADRC tables.2.fetch employee name and address details based on PA0001 and PA0006 tables.Please tell me the addres field of a employee in PA0006 table.ThanksN...

    Resolved! Accepted Solution

    User exit in Me41 Tcode

    Hi all,In Me41 we enter Purchase requisition number and I want that number in the next screen in Collection number field.One field value in the other field.Is there any user exit for getting one field input into other field automatically?Thx

    Transaction Dumps

    When running transactions S_ALR,* we are getting this error,No further processing (contact your system administrator)Message no. KH125DiagnosisThe program GP4FKBXBONL1Q45PJJ80331SQUE which belongs to the report could not be generated correctly.The p...

    Resolved! Accepted Solution

    Unicode Error-bytes must be multiple of the size of a unicode character

    Hi,I got the following error when I had copied the code from 4.7 to ECC. data: i_var(25) type x occurs 0 with header line. data : i_tab like pict_line occurs 0 with header line, field-symbols <fs> type c. loop at i_var. assign i_var to <fs...

    kiran_k8 by Active Contributor
    • 2318 Views
    • 10 Comments
    • 0 Likes
    Resolved! Accepted Solution

    Help reg BAPI

    Hi all,My requirement is to get a bapi or fm in which i should provide the table name and one value of a field in that table, which then should retrieve all the values of the other field matching my selection criteria. (like select statement with w...

    Resolved! Accepted Solution

    List box behaviour

    Hi ppl,I have a list box on my selection screen with 5 options.The list box is seen as below on my screen:Option AOption BOption COption DOption EBut, in my client's system, it is seen as 1 Option A2 Option B3 Option C4 Option D5 Option EWhy does the...

    Resolved! Accepted Solution

    GUI Status Translation

    Hi all.I have a standard GUI status, which i want to translate to hebrew.the regular way (Goto -> translation in transaction se41) doesn't work.I'm trying to translate it by using SE63, but i don't know how to do it.Can someone help me please?Thanks,...

    Labels in this area

    Explore this Area