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

    Production Order CO03

    Hello Friends,When we enter the Tcode CO03 and enter any production Order and enter the transaction, and then click on GOTO and then COMPONENTS, we will find some components for the Production Order, you will see many components in the screen.Could y...

    Resolved! Accepted Solution

    Field symbols in loop

    Hello ,I have a loop like this LOOP AT t_marm INTO p_mattab FROM sy-tabix. IF p_mattab-matnr NE p_matnr. CLEAR p_mattab. EXIT. ENDIF.ENDLOOP.t_marm is of type marm and p_mattab is of type meinh If we are modifying ma...

    sudha_naik by Product and Topic Expert
    • 999 Views
    • 6 Comments
    • 0 Likes

    ALV Tree Checkbox

    Good day.I am working with ALV tree. I put a checkbox at each sub node using the following code: ls_item_layout-class = cl_gui_column_tree=>item_class_checkbox.ls_item_layout-editable = 'X'.APPEND ls_item_layout TO lt_item_layout.This is working ...

    reports

    1) we use AT SELECTION-SCREEN ON HELP REQUEST event to gv F1 functionality? can anyone tell me hw to do this? plz gv me an sample examaple with code2) we use AT SELECTION-SCREEN ON VALUE REQUEST event to gv F4 functionality? can anyone tell me hw t...

    Resolved! Accepted Solution

    Question SAPers....

    Experts Im encountering a problem in recording FK02. Im recording the communication section field only.Then I need to show the window of URL/FTP addresses. To do that I have to click the other communication then a small window will appear then choos...

    Resolved! Accepted Solution

    restricted access

    Hi all,I want to make a role for finanve dept. In this i want add transaction FMRP_2FMB4002. This runs a report. But i want to restrict access so that user can read only particular commitment item. The auth. object for commitment item is F_FICA_FPG. ...

    Resolved! Accepted Solution

    output field only

    hi all.Please look at this code, am using this to make my filed output only.. But its not working properly. Please let me know what is wrong in this code.parameter: p_parm1(2) default 'MY'.at selection-screen output. loop at screen. ...

    Resolved! Accepted Solution

    MIGO Transaction Error

    Dear All, We are facing error in MIGO Transaction,after applying PATCHES In Development Server.The Particular Include-Program which is containing Data Variables after application of Notes was resetted.That Include program is not allowing ...

    Urgent / SAP script

    hi all ,can anybody tell me how can i give the condition in windows or page windows?i have to print text that....'u r not authorised to print this document no' .i have given it in windows as well as in page window...but problem is that i have to prin...

    Resolved! Accepted Solution

    Problem in Dcimal places

    Hi,I have an output value which is Rs.8,92,466.50.The issue is if am using the variable to display as character am getting the output as Rs.892466.50.(without commas).If i use float am getting an output as 8.9246650000000000E+05.If i use i am gettin...

    Resolved! Accepted Solution

    field symbol problem

    Dear all,I am facing a problem wherein i want to modify <FS_DYN_TABLE> from <FS_DYN_TABLE_TEMP>.It is getting modified,i.e the column for which i want it modified is getting modified but remaining values of that corresponding row are not being displa...

    Resolved! Accepted Solution

    performance tuning

    how do i rewrite the following using "for all entries" to improve performance?DATA: BEGIN OF I_MARA OCCURS 0,MATNR LIKE MARA-MATNR,MTART LIKE MARA-MTART,END OF I_MARA.DATA : BEGIN OF I_SER01 OCCURS 0,LIEF_NR LIKE SER01-LIEF_NR,OBKNR LIKE SER01-OBKNR,...

    Labels in this area

    Explore this Area