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

    header in ALV

    Hi abapers,I have a problem regarding my header in alvhere is my code: CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING i_callback_program = l_repid i_callback_top_of_page = 'F_TOP_PAGE' it_fieldcat ...

    ALV Grid update

    Hi All,I have a requirement.In the ALV grid, I have to select a row. When I click the change ICON, the data in the rows should be populated in the customized screen.I had already done this part.Now I had changed the values in the customized screen. W...

    modify

    data: wa_compalz like line of out_cif_compalz. loop at t_ppm. l_tabix = sy-tabix. read table out_cif_compalz into wa_compalz with key logcomp = t_ppm-logcomp. if sy-subrc eq 0. * if wa_compalz-logcomp eq t_ppm-logcomp. t_ppm-m...

    Resolved! Accepted Solution

    Open Dataset error

    Hi Experts,I am seeing a strange error while loading a .txt file into SAP via a program.The flat file format is:<u>rec_type|operation1|relation1|timeunit1|operation2|relation2|timeunit2</u>00001|100001|FS|DAY|100002|FS|HR00002|100003|SS|DAY|100004|SS...

    write commentary

    hello guys,I am using an alv GRID, but now I need to write some header at the top. This is part of the code that I have, and is not working (for the header), the box at the top does appear, but empty, without text.:EVENT TOP OF PAGE clear v_event. ...

    Resolved! Accepted Solution

    Fixed point arithmetic

    I have an include program in which i am doing a calculation (division) to arrive at KBETR. but i am facing a problem in getting the exact output since the Fixed point arithmetic is not checked in the main program SAPLV651A which is a standard program...

    Validation

    Hi guys,I am new to ABAP.I need to validate one of my statement, according to it if customer type is 'PY then check Customer id against Knvp-kunn2 where knvp-parvw= AB.and for this I have written this code: if it_tab-custty = 'PY'. it_tabcustid ...

    Resolved! Accepted Solution

    BCS Classes

    I am using BCS classes to send Email, it work find but i have some problems formatting the text of the Email. Everything is find in Microsoft Outlook, but when i transfer the email to MSN Hotmail i lost some text formatting. I use the RAW type to tra...

    Regarding POV

    Hi All,1.I want to create search help in module pool programming. i know that we can create with the help of POV. How can we provide search help other than POV. 2. if i want to do screen validations we can do it using CHAIN.... END CHAIN. How can we ...

    Resolved! Accepted Solution

    Selection Screen

    Can i display more than one selection screen.First -> Selection Screen: Parameters & Select-optionsSecond -> Selection ScreenParameters & Select-optionsThird -> Output ListAfter the user select some parameters and select options - after execution it...

    Resolved! Accepted Solution

    IDOC status 68 or Delete ?

    Hi All, I am going to get FI IDOCs (FIDCCP02) at Inbound R/3 system, But some of them we dont dont want to post it based on Doc. type ( BLART) ex. If BLART = ( ex..AB ), we dont want to post (set to 68 status) (or) delete the corresponding IDOC numb...

    regarding the pdf

    hi,iam sending the code for the converting the internal table to spool request.how itthe attachment is send as an pdf by using the functiional module.SO_DOCUMENT_SEND_API1.to which parameter i have to attachment.how it to be done.DATA: BEGIN OF i_mar...

    ABAP query

    Hi,We have on Abep query developed before. They put Payment method selection as a defualt to only ONE payment method. now they wants to change it and add another payment method.Can any body please let me know how i can do this?I'll really appreciate ...

    Labels in this area