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

    SAP Auth. default values of transactions inconsistent at the time of running upgrade tool SSUA

    Dear SAP gurus,  Need an urgent help. After upgrade of the system from ECC6.0 EHP4 to EHP6, when I am running SSUA tool to find the security impact , I am getting the message Auth. default values of transcation xyz for object abc inconsistent. I foun...

    Resolved! Accepted Solution

    CUF designation/textview

    Hi,I am faced to a problem with CUF. On SRM I want to add a supplier matchcode CUF. There is no problem to put it into item details (by add the zone in appropriate structure and customizing SPRO) but I would to have the supplier name to the right of ...

    Resolved! Accepted Solution

    ENHANCEMENT FOR COR2 TCODE

    Hello All,I have a Requirement on COR2 TCODE.When user enters process order in cor2 tcode which is a change mode and press enter, one screen will be get opened.. In that screen one button is there by name Materials ( Materials List (F7) ) . when user...

    Creating TO using FM L_TO_CREATE_DN

    Hi Expert,I am trying to create TO using FM L_TO_CREATE_DN for a delivery number. My code is below:CALL FUNCTION 'L_TO_CREATE_DN'       EXPORTING         i_lgnum                    = l_lgnum         i_vbeln                    = l_vbeln         i_squi...

    Resolved! Accepted Solution

    Call an instance method inside another method of class

    Dear experts,Kindly guide me how to call an instance method inside a other class method. i am already using the static method from same class. Pls refer the code   CALL METHOD /sapsrm/cl_pdo_msg=>/sapsrm/if_pdo_msg_provider~add_message_static        ...

    Resolved! Accepted Solution

    Difference between direct select and abap select

    Hello,If I run the following select, I find 4837---SQL> select count(*) from (select * from zengsal minus select * fromzengsal2);  COUNT(*)----------      4837---If I run the following abap code, I find 4---EXEC SQL.  select count(*) into :count_sal ...

    Resolved! Accepted Solution

    Problem in Block Alv

    Hi Friends,          I Got a problem while creating block alv report...     The problem is as stated below..     In my report i have 3 blocks out of which one block is interactive which is the first block in my case,     when i click on the result of...

    Resolved! Accepted Solution

    Wrong element in xml-abap xslt transformation / Need help

    Hello,I'm trying to transform an xml back to abap using the following xml / xslt / abap:XML: <?xml version="1.0" encoding="UTF-8"?><CompactData xmlns="http://www.SDMX.org/resources/SDMXML/schemas/v2_0/message" xmlns:bbk="http://www.bundesbank.de/stat...

    Resolved! Accepted Solution

    creating timer in abap

    Hello all,I am writing a module pool program wherein the user has to answer a few questions in a certain period of time (say 10 minutes). At the top left hand corner, a timer has to be displayed which shows the remaining time left for the questions t...

    Resolved! Accepted Solution

    Save layout button missing in the ALV report layout screen

    Hi ALV report the 'save layout' button is missing in the report output screen.i have used the OO concept for creating the ALV GRID using cl_gui_alv_grid class.     gs_layout-sel_mode = 'A'.     CALL METHOD grid3->set_table_for_first_display       EXP...

    Resolved! Accepted Solution

    SO_NEW_DOCUMENT_ATT_SEND_API1 showing exception no. 6, x_error?

    Hi, am using SO_NEW_DOCUMENT_ATT_SEND_AP1 function module.am getting sy-subrc = 6.My code is,CALL FUNCTION 'CLOSE_FORM'     IMPORTING       RESULT  = W_RES     TABLES       OTFDATA = I_OTF.   REFRESH ITAB_DETL.   CLEAR LFIMG.   CLEAR STR_DETL.   CALL...

    Resolved! Accepted Solution

    How to select multiple ranges parameter without filling all other required parameters

    Hi Expertise,I want to select multiple range selections for Plant. But problem is when I press the button marked with red without filling Inspection Type parameter, i get the error "Fill in all required entry fields".How to solve this problem? Are th...

    Resolved! Accepted Solution

    Large Excel file upload

    HiI have been trying to find a means of uploading an Excel spreadsheet into an internal table. There are a number of posts on this topic, which suggest Function Modules such as ALSM_EXCEL_TO_INTERNAL_TABLE and KCD_EXCEL_OLE_TO_INT_CONVERT. These work...

    Resolved! Accepted Solution

    Re : Coding betwee the base tables

    Hello Gurus,I have an issue with the ABAP coding on the user exits. The requirement is as followsIF <FS>-wrttp = '10'.       SELECT SINGLE copa_bwzpt frwae kursf         INTO (<FS>-zzbwzpt, <FS>-zzfrwae,<FS>-ZZKURSF)         FROM ce1ashi         WHER...

    Labels in this area

    Explore this Area