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

    Changes to Role

    HiIf a particular role is captured in a CR (and not released) and then further changes are made to that role. It is not necessary to capture it again with the same transport number. Is this right?regardsRavi

    Resolved! Accepted Solution

    Table Control: make a field editable or not based on another field value

    HI All,How to make a column field input enabled or disabled based on another field value in a Table Control.Here's the scenario:I have a table control with two columns, KTOKK and LIFNR. Now for certain KTOKK, the LIFNR field should be editable and fo...

    Import DLL library

    I have a question about DLL's. I have a DLL from an application and I need to use some functions from this DLL. How can I do that? As an exemple my dll is mydll.dll and use this dll to print, it's useful in VBA. I use the function F_PRINT from it. Ho...

    Resolved! Accepted Solution

    problem withe using the russian characters in selection

    Hi guys,I have this code:select result from ztable into v_result where field1 = c_russia.where c_russia = Отправитель...i have this in the ztable but its not showing in my v_result when I debug and sy-subrc NE 0... y is this so? is there anything wro...

    Resolved! Accepted Solution

    batch inputs

    Dear experts....Can anybody tell me something bout batchinputs, all i Know is that you gather info from other format files or tables (excel) and then you present them like one ABAP table or file.If you can guide me to check some theory, manual or dem...

    Resolved! Accepted Solution

    deleted records in VA02..

    hi,during va01 save, i populated my custom table with all the items, say there were 5 items in my SO.now in va02 when user deletes 2 of them and modifes one of them, i need to update the same in my custom table.for va01 i looped thru xvbap and was ab...

    Resolved! Accepted Solution

    Table Control: List box entries for one field based on another field value

    Hi All,I have two fields (SYSTEM and KTOKK) in a table control.Both of these need to be dropdown boxes.I need a set for possible values in the field system. I've got this working using the FM F4IF_INT_TABLE_VALUE_REQUEST in the PROCESS ON VALUE-REQUE...

    Resolved! Accepted Solution

    alv list display

    Hi all, I am trying to display the contents of an internal table using list display, the structure of internal table is not similar to any table in dictionary. Which parameters in fieldcatalog should be passed? what should be input for 'fieldname'...

    FD33 Transaction

    hi,what is FD33 transaction used for?i have a report which is using BDC with a call transaction syntax to FD33...and hence it is causing performance issues in production..my question is, is it possible to bypass this transaction and directly update t...

    Resolved! Accepted Solution

    Must i_structure_name for LVC_FIELDCATALOG_MERGE be pre-defined in dict?

    When I've used lvc_fieldcatalog_merge in the past, I've always set i_structure_name to a literal - the name of a structure that I've defined in Data Dictionary.If I declare a structure type in the "TOP" of an X function group, can I set i_structure_n...

    Resolved! Accepted Solution

    POV popup..

    hi,i am selecting say customer number from kna1 and displaying as follows in my screen.CALL FUNCTION 'POPUP_WITH_TABLE_DISPLAY' EXPORTING ENDPOS_COL = 20 ENDPOS_ROW = 30 STARTPOS_COL = 8 STARTPOS_ROW = 9 TITLETEXT =...

    Resolved! Accepted Solution

    Select-Read-

    SELECT oprcd fisclos FROM zrops INTO TABLE i_zrops. SELECT kostl bkzks FROM csks INTO TABLE i_csks WHERE kostl = i_ccxdetimp-kostl. and kokrs = l_chglog-kokrs.LOOP AT I_CSKS where kostl = i_ccxdetimp-kost...

    Resolved! Accepted Solution

    Page break from ALV report

    Hello experts,Could someone shed some light on how to achieve page break on a ALV based report.I am looking for ideas from programming perspective (so I can change the custom program to get the page break at the desired place). But I am also looking ...

    Labels in this area

    Explore this Area