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

    Reg Alv..

    In order to hide some of the functions in ths ALV tool bar we use ..DATA: lt_exclude TYPE ui_functions,ls_exclude TYPE ui_func.and then later we hide as follows..ls_exclude = cl_gui_alv_grid=>MC_FC_SORT_ASC.APPEND ls_exclude TO lt_exclude.now my ques...

    Resolved! Accepted Solution

    internal table

    Hi,I am very new to abap. can anyone help me with this program.data: begin of it_lfa1 occurs 10, lifnr like lfa1-lifnr, land1 like lfa1-lifnr, end of it_lfa1. data: begin of it_lfb1 occurs 10, lifnr like lfb1-lifnr, bukr...

    Resolved! Accepted Solution

    user exit for MIRO

    Hi friendsMy requirement is to do some validation in MIRO when user will press the save button. For this I am using EXIT_SAPLMRMP_010 fm exit in LMR1M001enhancement. But the problem is when I am trying to validate that and show some messages it is no...

    Resolved! Accepted Solution

    Hi folks,

    I have a requirement where I have to print the page numbers like eg 1/30 on the print preview of an ALV report. I will need to compute that based on the total # of records in the output table and # of lines printed per page...Can any one tell me the ...

    DOUBT IN A BOX

    HI am doing a script in which i need to put a smaal box at the right hand side corner ..now my doubt is i need to print the document number and the date inside the box which i need to retrive from the respective tables and also one more doubt how to ...

    Resolved! Accepted Solution

    EXPLAIN THIS CODE...

    DATA: result TYPE i, n1 TYPE i VALUE 5, n2 TYPE i VALUE 6.DEFINE operation. result = &1 &2 &3. output &1 &2 &3 result.END-OF-DEFINITION.DEFINE output. write: / 'The result of &1 &2 &3 is', &4.END-OF-DEFINITION.operation 4 + 3.o...

    ALV

    In order to hide some of the functions in ths ALV tool bar we use ..DATA: lt_exclude TYPE ui_functions,ls_exclude TYPE ui_func.and then later we hide as follows..ls_exclude = cl_gui_alv_grid=>MC_FC_SORT_ASC.APPEND ls_exclude TO lt_exclude.now my que...

    user exits

    hi iam using the user exit userexit_move_field_to_vbak.in this i need to check for the items with header billing plan as well as items with biling plan at item level. aand then i need to do validatios for like reference billing plan no is valid or no...

    Resolved! Accepted Solution

    call module

    Hi,I need my type1 (caller program) calls module pool (called program). Should I use call dialog or call transaction with return?I need to export internal table to the module pool program and need to return from module pool with import table and cont...

    BDC

    hI all,I would like to take print a report of all errors in bdc session where it stores in a log file. how can we get all the errors from a log file through a program. means how can we know the log file name. my idea is if we know the log file name b...

    Resolved! Accepted Solution

    internal table

    Hi,I have one query regarding internal table.Suppose I have two internal tables X,Y. Table X having fields F1,F2 & F3. Table Y having fields F1,M1,M2.Both the tables having data. Now my requirement is to make one new internal table Z having fields F1...

    Labels in this area

    Explore this Area