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
    • 95218 Views
    • 212 Comments
    • 39 Likes

    alv fieldcat

    Hi experts, Please help me.I have to print the values from different tables so i wrote the below code.But i am getting the runtime error no_fieldcatalog_available.If i give the i_structurename = datadictionary table name then its working.Pl...

    BADI

    Hi,I'm implementing a BADI ME_PROCESS_PO and using METHODS : FIELDSELECTION_HEADER.In the FIELDSELECTION_HEADER, i have a method as GET_DATA. So i call this method as :IM_HEADER->get_data( ).Also i have another method as IF_LONGTEXTS_MM~GET_TEXTOBJEC...

    filter

    Hi all,I have done a report which has vendor number, cost center and wbs element using ALV grid display. I have declared all the fields as in the database fields. when filter is applied on these fields the data is not retrieved. Only after padding ze...

    Basic coding

    Hi experts,How can code the part where the "Sales Document Number contains Sales Document Number without preceeding zeros"?Given the Sales Document Number, read table VBAK where Sales Document Number (VBELN) contains the Sales Document Number without...

    ALV

    Hi,I have a requirement were i need to use ALV OOP for a screen which has to have multiple containers. I need to display multiple ALV control in one screen.I cannot use module pool. So please help me with the some examples of ALV OOP with containers...

    csv format

    HiI am getting the file in xml format.From here my analyst programmer writes it into csv file so that we can code extraction program with ABAP.Till now the data we were getting are with single PO numberEx…file format(csv)EDI_DC40 800 ...

    ALV Grid

    Hi,I got an ALV grid object.In this i want to display the output in the format below:i retrieved the data, so i need example for displaying the output.material text 2/10 9/10 16/10 23/10 ......0001 reorder 450 stock 800...

    Resolved! Accepted Solution

    problem with smartforms

    Dear all, I am working on <b>smartforms</b>. i hv one problem in that. if i use one internal table in smartforms i got exact output wht i want. but if my finalitab contain data of two tables. for eg<b>tables: MARA, MAKT.</b>itab1 like mara.itab2 ...

    Resolved! Accepted Solution

    Header Condition pricing in sales not to be applied in a specific material

    Hi experts, Is there a way for a header condition code in sales order not to be applied in a specific material? For example, I have two header conditions, ZSTD and ZPRS for order 31 with items 1 and 2. ZSTD condition code is mandatory but I don't...

    MMBE

    Hello All,I copied MMBE to ZMMBE and I am trying to add a filed(VFDAT- expriration date) to MMBE output. the program short dumps at CL_GUI_ALV_GRID=>CELL_DISPLAY saying 'Field symbol has not yet been assigned'. Here's the source code extract:ASSIGN C...

    Resolved! Accepted Solution

    Error Log FM

    Hi Folks,Does someone knows what's the FM used to display messages in a popup dialog?For example something like the one that uses the TCODE ME21N would be great.If this FM is tricky a little code sample would be great.Thanks for your help.Kind Regar...

    Resolved! Accepted Solution

    records not modifying

    hi folks,I am trying to modify the records in the internal table. It is not happening.data: it_pb4000 type standard table of pb4000 with header line. select * from pb4000 up to 1 rows into table it_pb4000 where pernr = g_app ORDER BY begda DE...

    Labels in this area

    Explore this Area