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

    looping at internal tables

    hi,I was wondering if there is a way to loop at my internal table and append each column seperately. I have the number of columns for my table already.example: if my internal table is itab with 3 columns. Is there a way to:(logic):loop at itab. loop...

    Resolved! Accepted Solution

    Calculation

    I have an internal table with vbelns from table vbak. Now I want to go to vbpa and calculate number of partners for these sales orders with partner functions 'ME', 'BU' or 'GS'. Can you provide a sample code for this ?Thanks a lot.

    Resolved! Accepted Solution

    Matchcode - HitList

    Hi everyone.I'm working on a search help, using a search help exit. When I test the search help, the results appears in a hit list. I need to know if it is possible to select data from this hit list and select data from another table using the data s...

    Date Validations

    Hi Experts,Please help to validate the date in the selection screen.I have used date as the select-options I want to do the validation for the date range ie if the user input the current date or past date it should acceptotherwise any future date it ...

    Resolved! Accepted Solution

    Question reg. range

    Hi,I am attaching my sample code below. itab_var, r_var1 and r_var2 are all of bsis-hkont type. Even though itab_var has value '0000121000' and not in the ranges r_var1 and r_var2 and not equal to '0000720000', it is still succeeding the IF condition...

    Resolved! Accepted Solution

    pricing simulation

    I am using a Bapi which is very much similar to bapi_salesorder_simulate.Can u please tell me from which field i can get the model no.I am asked to give that in the selection screen.I appreciate if anyone can help me with this.

    IW32-USER EXITS

    Hi ABAP GurusI got an issue where I have to send an IDoc from IW32 when it is saved. can any one help me out in resolving this by giving user exit name or the necessary steps to populate the IDoc or to create any output type in regards with this.I wi...

    Resolved! Accepted Solution

    alv grid

    Hi friends,plz help me with the below requirement..1. Above the ALV Grid report, below date and time should display the following : a. display - Provided selection criteria: Material Group: <pri...

    help need

    Hi friends, Could u please help me how to do thisRead table KNB1 using company code(BUKRS) and G/L Recon Acct(AKONT)Read table KNA1 using KNB1-KUNNRIf Not found,put out error message,skip processing and read next KNB1 record“KNA1 Record not found fo...

    Resolved! Accepted Solution

    if condition

    ho to all,help me in this issue,iam not able to access the the elseif statement.SORT ODP_TOTALS DESCENDING BY LPD_TOTAL. SORT ODC_TOTALS DESCENDING BY LOA_TOTAL. CLEAR : COUNT, CM_TOTAL,IS_TOTAL,FR_TOTAL. LOOP AT ODC_TOTALS. CLEAR:L_NAME1,L_L...

    Resolved! Accepted Solution

    how to know access

    hi friends,if i create parameters for radibutton how will you access the button selected by users. for example PARAMETERS: p_name1 TYPE C RADIOBUTTON GROUP nams DEFAULT 'X',p_name2 TYPE C RADIOBUTTON GROUP nams.in the above how will you know user sel...

    Resolved! Accepted Solution

    System Variant

    Hi,when creating a report transaction using SE93 I would like to insert a variant in 'Start with variant'. But what kind of variant is that? It doesn't belong to report, those are called screen variant aren't them? While that is a system variant. Do ...

    Resolved! Accepted Solution

    Performance

    Hello friends,I have to select data into an itab based on conditions from 2 different itab.this piece of code wirks fine but i am kind of thinking it wouls take time so is there any simplier process. SELECT kunnr name1 regio ...

    Labels in this area

    Explore this Area