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

    popup

    when item availability icon in va01/va02 is clicked only authorised users should be able to proceed to the next screen.Non-authorised users should get a pop up to display the error msg with only1 button ok and with msg not authorised and should remai...

    Resolved! Accepted Solution

    Query on Internal Table

    What is differnece between Modify Internal Table and Modify internal Table With Where Clause????tell me with example i want to use it like LOOP AT ITAB. MODIFY ITAB.ENDLOOPLOOP AT ITAB.MOFIDY ITAB WHERE <SOME CONDITION>ENDLOOP.and similar in case wi...

    Resolved! Accepted Solution

    query problem

    Hi experts I used the following query, its not picking the value for the field ZUONR. I dont understand, why it is not picking for the particular field only. SELECT bukrs belnr gjahr buzei shkzg wrbtr ...

    Resolved! Accepted Solution

    RESB and LQUA relationship

    Does anyone know how the link is between the material reservations table (RESB) and the goods issue table (LQUA) ?I searched the forum and could not find any postings.I am trying to find the last goods movement date (LQUA-BDATU) for a material reserv...

    Resolved! Accepted Solution

    At Line selection problem

    hi,iam stuck up with AT LINE-SELECTION problem ie i designed a screen where they need month list on clicking F4. i got the month list using month_names_get in the screen but while clicking the relevant month no.it's not entering into the required par...

    Resolved! Accepted Solution

    custom idoc

    Hi I have gone through the previous threads and found the steps as below for creating the custom idoc. 1>WE81(create z mesagetype)2>WE31(Create Z segment)3>WE30(Create zbasictype)4>se37(create ur own function module)5>WE57(attach ur function module t...

    Help on report

    Hi,I am doing a project and i ahve to submit it in next week so plese help me in coading.The name of the database table is Zcra_transit consits 7 fields and they areZTRANS_NUMBERTRANS_AMTTRANS_TYPECURRENCYACC_NOACC_HOLDER_NAMESSN_NUMthis table refers...

    Resolved! Accepted Solution

    Progress Indicator

    I need to include a progress indicator during the execution of my report. So I included CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR' EXPORTING PERCENTAGE = 100 TEXT = 'Test'in the START-OF-SELECTION. event. But this does not displ...

    Resolved! Accepted Solution

    selection screen-issue

    Hi all,i have a list box on selection screen and when i select one of the record from the list , i have to hide one of the paramter field on the screen.i used radio button when i ever i click the radio button the at selection-screen output. even has ...

    Resolved! Accepted Solution

    Case-Endcase

    Hi Gurus, I have written the following code using Case and End case.loop at it_header. case it_header-custty. when 'ST'. continue. when 'BG'. select kunn2 into it_knvp from knvp where parvw = 'ZB' and kunnr = ...

    Resolved! Accepted Solution

    SAPSCRIPTS FAMILY FONTS

    I am working on requirement where i need to move Family Fonts from one system to another in an upgradation project and i am not sure where to start. 1) Can family fonts be downloaded from a system and uploaded to another?2) If it cannot be downloaded...

    Labels in this area

    Explore this Area