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

    Unkown Nodes Visible

    Hello community,today I install  Eclipse Neon release Java EE package and I see in the project explorer unknown nodes e.g. like .adt with subnodes or .settings:In the Eclipse Mars release I can't see it. I assume it is not desired.CheersStefan

    Resolved! Accepted Solution

    Print Output to Spool on Screen Painted Program

    Hi,I need to produce and extract in a very specific format into Excel or PDF etc. Because of the strange format I have had to use screen painter to set up the report output. The trouble with this is...once the screen is on the SAP GUI I can't seem to...

    Resolved! Accepted Solution

    Which Table stores the information coming in dropdown in front of Items in ME21N

    Dear Experts,Does any one have experience to find the table storing the values in ITEM (Dropdown showing Line Item and Material Number) as shown in the attached screenshot.In which Program/include of ME21n, I can view the values of table in debugger....

    ayaz1 by Explorer
    • 729 Views
    • 2 Comments
    • 0 Likes
    Resolved! Accepted Solution

    TABLE event for TMG

    Dear Friends,I have a custom table and in that TMG i am trying to delete by selecting multiple entries and during that i want to capture in the EVENT on before saving (01) the which are selected and marked for deletion , currently i am getting all th...

    Resolved! Accepted Solution

    simple way in ABAP to do same as C notation "var = i++"?

    Hello experts,In a loop, I have the following stupid code, I'd like to merge the 2 lines "ADD 1 TO d" and "struc2-fldate = d" (I used a date, but my question is valid for numeric types too) :DATA struc2 type sflight. DATA itab2 type table of sflight....

    Pop-UP Message

    Hi All,                      In my requirement i want to disply the pop up message with some internal table values before the itab values ,want to display the 2 hard coded texts..with space..Example :  WE cant proceed this process.     --------------...

    Resolved! Accepted Solution

    Cost Center in FB60 Enhancement

    Hi Experts,                I need to populate cost center  based on some logic in FB60. I am not finding any suitable BADI/Userexits/BTE for the same. Have you come across any. I tried to find BADI, but didnt find any to alter the cost center logic. ...

    Resolved! Accepted Solution

    JSON encoding

    Hello allI need to send JSON data to a customer, for example :[{"PERNR":"00000001","NACHN":"Smith","VORNA":"Jürgen"}]This data will be sent and received via flat files, and also via OData in SEGW (SAP Gateway Builder). So I assume the name "Jürgen" f...

    Resolved! Accepted Solution

    BDC Display field validation

    Hi Gurus,Greetings.In my BDC program i have one field which is not editable but while press ENTER key its value changes.that is from A or B to C.Now i have to put validation after press ENTER and Before SAVE.How to read Display field values?As parame...

    mojamal by Explorer
    • 2358 Views
    • 9 Comments
    • 0 Likes
    Resolved! Accepted Solution

    Converting internal table into OTF or PDF without creating new spool

    Hello experts,I want to convert an internal table into an OTF or PDF without creating a new spool. I have read many threads about this issue. Some of them say that it is necessary to create a new spool. Others say that FM 'CONVERT_OTF' can do this. H...

    Resolved! Accepted Solution

    I am using BAPI BAPI_GOODSMVT_CREATE for posting of goods issue using movement type 261. I am getting following error = Order 801135 does not exist

    I am using BAPI  BAPI_GOODSMVT_CREATE for posting of goods issue using movement type 261. I am getting following error = Order 801135 does not exist.  t_gmcode-gm_code    = '03'.   t_gmhead-pstng_date = sy-datum.   t_gmhead-doc_date   = sy-datum.   A...

    Resolved! Accepted Solution

    No batch input data for screen SAPLKACB 0002

    Hi Gurus,While performing BDC Call transaction on tcode F-30,     I'm trying to post recurring entry document in background processing as below line of code:(Complete Code is provided in attachment below) CALL TRANSACTION 'F-30'                USING ...

    Resolved! Accepted Solution

    Custom Table Transaction ID Not Counting above 100

    Hello Experts,I have created a custom table, with the field TRNID with data type NUMC and Length 10.Now,1. The problem i'm facing is i have used a query, Which increments the number by 1.SELECT MAX( trnid ) FROM ztbl1                         INTO rv_...

    How can we perform AMDP with multiple select-option and select queries

    Hi Experts,i have one query.STEP 1.*  select qmnum tplnr ingrp bautl arbpl *         from  viqmel *         into table it_qmel *         where iwerk eq p_iwerk and *               ingrp in s_ingrp and *               arbpl in r_arbpl and *           ...

    Resolved! Accepted Solution

    Explicit length specifications are necessary with types C, P, X, and N in the OO context

    Hi All,I am getting error when trying to create AMDP while optimizing one ABAP program.I saw some scn posts but that is not working for me.TYPES : BEGIN OF ty_zpia ,              qmnum TYPE  viqmel-qmel,              tplnrTYPE  viqmel-tplnr ,        ...

    Resolved! Accepted Solution

    Custom F4

    Hi Gurus,I have created a custom screen that will enter values for Z_LIFNR. However the requirement now is instead of displaying the Vendor No. (Z_LIFNR) I have to display the Vendor Name (Z_NAME1), If I do this so the value in the screen field will ...

    Labels in this area

    Explore this Area