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

    IDOC release

    Dear All,I got a requirement to add a new field in ZXXX IDOC in a ZXXXXXX Segment,what I did is , I have cancel the release of the segment in which I was supposed to add the new fild and then I have released it again.My question is is it require to ...

    Resolved! Accepted Solution

    Internal table

    Hi everyoneCan anyone tell how to do this.For example i have itab1 and itab2 some fields in itab1 and some fields in itab2 and i want to join these two internal tables ie itab1 & itab2 and have all fields in itab3 .can anyone give me the simple code ...

    Resolved! Accepted Solution

    at end of -- level 2

    prctr is the fist in g_t_alv_list . LOOP AT g_t_alv_list into wa_g_t_alv_list. AT END OF prctr. read table g_t_alv_list into wa_g_t_alv_list index sy-tabix. SUM. itab1-prctr = wa_g_t_alv_list-prctr. itab1-zsum_open = wa_g_t_alv_list...

    Resolved! Accepted Solution

    code

    Hi Experts,See this code:LOOP AT T_EDPAR . CLEAR T_LIKP_LIPS . READ TABLE T_LIKP_LIPS WITH KEY KUNNR = T_EDPAR-KUNNR BINARY SEARCH. IF SY-SUBRC EQ 0 . MOVE T_EDPAR-KUNNR TO T_LIKP_LIPS-SNDPRN. MODIFY T_...

    Resolved! Accepted Solution

    Transport Problem

    Hi All,I have done changes in one ABAP- ZSDS_USO_OUT_MPRD in DEVELOPMENT environment. But when I tring to transport it into Test environment, giving me following error : Object CUAD ZSDS_USO_OUT_MPRD is inactive. May I know the reason? CUAD is not pa...

    Resolved! Accepted Solution

    SAVE AS window-Untitled should be replaced by Invoice Number

    Hi Folks,I am giving the user the flexibility of saving the smartform in whichever the drive he wants.Indeed it is picking up the invoice number but not populating the same in the save GUI window.May I know what could be the problem.I mean to say whe...

    kiran_k8 by Active Contributor
    • 626 Views
    • 4 Comments
    • 0 Likes

    mail header color

    hallow i send mail with this code i wont to now how in the header of mail i send it in blue <b>color</b> regardsCONCATENATE sy-datum6(2) sy-datum4(2) sy-datum+0(4)INTO p_date SEPARATED BY '/'.CONCATENATE sy-uzeit0(2) sy-uzeit2(2) sy-uzeit+4(2)INTO p_...

    Resolved! Accepted Solution

    modifying screen elements

    Hi all,I have 6 parameters and 2 radiobuttons in my report.It will first display 3 parameters by default. and when the user click on first radio button it will display only p1,p2 and p3.and when the user click on second radio button it will display o...

    Resolved! Accepted Solution

    Convert currency to string

    Hi everybody,Do you know any fuction module which convert a curency type, for example WERTV8 into a string type?I have this code:data: l_moneda_in TYPE WERTV8, l_moneda_out TYPE WERTV8.data: l_in(18) TYPE c, l_out(18) type c.l_in = '1000.50'.l_moneda...

    Output condition ?

    Hi experts ,If you please to tell me how the "Condition for output trontrol" (NACE ) works , especially for the application code V6 Handling Units , And its requirements KOBEV and KOBED . Is it right that the message will be created when the sy-subr...

    Labels in this area

    Explore this Area