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

    Difference between read line and loops used for two or more tables

    please tell me the difference between:displaying table entries using loop in base table then loop in next table : LOOP AT IKNA1. LOOP AT IKNVP WHERE KUNNR = IKNA1-KUNNR. Code.... endloop.endloop.and displaying table entries using loop in...

    Resolved! Accepted Solution

    ABAP HR

    Hi Experts,I debug SAP program (<b>RPCT39L1</b>), and run this syntax <b>rp-imp-c2-rl</b>.If I'm not wrong that is macros.After run that syntax internal table CRT was filled.I have requirements to know how SAP got the amount on the CRT itab for wage ...

    Re: Transport Error

    Hi All, I tried to include the request in the import queue. But am finding the error as Error Description:Transport Control Program tp ended with error code 0247.Errors: Add to buffer has problems with data - and /or co file. Please help me out. rega...

    MM data?

    Hi Guys, Can anybody to tell me the respective tables for each one. 1.)Purchase order status. 2.)Purchase order line status 3.)Purhse order detail 4.)Purhse order detail Item. 5.)Purchse order line deletion...

    Resolved! Accepted Solution

    Basic ABAP question.

    Hi Experts, I have to move data from one internal table itab_1 to itab_2 if a field by name posnr is empty in itab_1. posnr is of type c.I did loop itab_1.if itab_1-posnr ne ' '.move-corresponding itab_1 to itab_2.endif.endloop.please check if this...

    Resolved! Accepted Solution

    UPDATED: Performance Optimization for Code (URGENT, VERY IMPORTANT)

    Hi,My current program takes a lot of time to pull up data from VBAP and VBRP.Though it will run nightly, how can I increase Performance Optimization in the following Code (4 Random Parts):1. CALCULATE THE OPEN ORDERS FOR PROCESSING MATERIALGet the pe...

    Labels in this area

    Explore this Area