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

    Keep Icon

    When I do a drop down for a code list such as MRP controller from MM02 (MRP View 2 screen), I get 'push pin' Icon next to the Print Icon which says 'Keep'. We could not figure out what it means and what it does/help do. Can you please enlighten me?...

    UNIQUE oops issue!!

    GuysThis has babmboozled meI have created an ALV oops application with checkboxes,When you do select all, it will select all the recordsHoweverOnce you have applied a filter and then you do select all it should only select the FILTERED records.But th...

    Resolved! Accepted Solution

    F4 help

    hi,i need to do F4 help to selection screen or parametrs ,i have program that bring details for employee and i wont that the user can choose emp name from the screen field what is the best way to do that?i new with this topic.Regards

    Resolved! Accepted Solution

    Syntax Check Error

    I am having a syntax check problem in my program.Code for the same, constants: c_tab type x value '09'. "tab character!!! field-symbols: <f_separator>. assign c_tab to <f_separator> type 'C'.The Error is ,The length of "C_TAB" in bytes must b...

    Resolved! Accepted Solution

    Syntax Error

    I am facing an problem when I check the unicode on in the attributes of the program.The error is,"C_TAB_CHAR" must be a character-type data object (data type C, N, D, T or STRING) . code for the error, DATA: BEGIN OF ht, x(1) TYPE x VALUE ...

    subroutines

    "Like any other processing block, subroutines cannot be nested. You should therefore place your subroutine definitions at the end of the program, especially for executable programs (type 1). In this way, you eliminate the risk of accidentally ending ...

    bdc structures

    Hi all, I have created a simple bdc's . I know the bdcdata strucutre and it's uses .i dont know exactly about bdcmsgcoll, and how we can use it for error handling .??????if possible just give me a sample example ..i am working on xk02 t-code ....

    AT LINE-SELECTION

    Hello,how could it be that the same report, the same server, the same mandant and the same user gets different results on different workstations?? It's like magic...It's used 'HIDE' and 'AT LINE-SELECTION'. The GUI versions are equal on the different...

    Resolved! Accepted Solution

    Long Text

    I have done the BDC for IA01 and it works fine.I have a question. How would we extract the Long text for Task list (IA01) for one SAP system and how would we upload it back in a different SAP system.Thanks,Raju...

    Resolved! Accepted Solution

    move sign to left of quantity on alv grid with & stil total quantity column

    Hi Guys,Here is my problem.. I have a column on my alv grid that is signed. I want the sign to appear to the left of the number. This column needs to be totalled so I can't use the function module CLOI_PUT_SIGN_IN_FRONT. I've also tried (as per f...

    Global variable

    Hi All,i have define a global variable in top include asg_okcode type sy-ucomm.if ok_code = 'AUDIT'g_okcode1 = ok_code then am calling the FMCALL FUNCTION 'EDI_DOCUMENTS_LIST_ONE_SEGMENT' TABLES I_EDIDC = choose_edidc*Here my requiremen...

    Resolved! Accepted Solution

    Web Service generated from RFC-compl. FM with deep-structured parameters

    Hello all,I've got following task to do. I had to prepare a WebService on ABAP Stack and solution architect wanted me to generated the WS with let's four-level input/output parameters. So first I prepared the RFC-compliant Function module with one in...

    User Exit

    Hi While creating order in IW31 by default purchasing gruop populated(Select the componend and click on purchasing data tab in the below, you can see the purchasing group). As per my requirement I want to populate the some other purch gruop. I didn't...

    SAP class override

    Hi,Does anybody know if there is any workaround to override final clases in ABAP ? I need to add new functionality to cl_salv_tree thats why I need to override it. When trying to override it with jus ordinary method: CLASS zcl_salv_node DEFINITION IN...

    Labels in this area

    Explore this Area