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...

    Resolved! Accepted Solution

    deleting rows from internal table using where condition

    Hi,     I'm trying to delete records from an internal table based on a condition,      but I'm getting "field specification missing" error.     Pls help with the posible solution.    DELETE it_excel WHERE ( ( valid_from between wa_tab-valid_from and ...

    How to display the data reading from internal table (in smart form table) in header area.

    in my smartform there is code in the table control.IF lt_final-kschl = 'JCST'.   lv_text_cv = 'CST'. ELSEIF   lt_final-kschl = 'JLST'.   lv_text_cv = 'VAT'. ENDIF. CONDENSE lv_text_cv NO-GAPS.if i keep the code in main area i was able to get the valu...

    Resolved! Accepted Solution

    deleting rows from internal table using where condition

    Hi, I'm trying to delete records from an internal table based on a condition.But i'm getting "field specification missing " error.DELETE it_excel WHERE ( ( valid_from between wa_tab-valid_from and wa_tab-valid_to )                                    ...

    ASCII Code to SAP

    Dear Friends,I have a requirement to fetch data from Non SAP System where the data is in the form of ASCII Code.Here the Procedure is, The Non SAP System is installed with Weigh Bridge Software where the weights are weighed and saved in the form of f...

    problem with layout

    Hi experts,          i have zreport when i tried to display the report am getting problem with column name. when i tried to minimize the width of column after display am getting proper column name but it should come by default.if i tried with differe...

    Resolved! Accepted Solution

    Use of Multi ALV's

    Hello Gurus,     I have to create a vendor details report where with the help of vendor number I can see all the details of vendor related to his personal detail (1st ALV) , any bid tender details (2nd ALV) , any details changed by any employee (3rd ...

    Resolved! Accepted Solution

    PM order and sub order

    Dear Mentor/s,I have created one main/superior order in PM and further split it into two sub order. I have received the external service for sub order. The main order value is 150000 and two sub order value is 100000 and 50000. Further i have settled...

    devoloping the BDC For material schedule update for me38 but gives the error :-BDC_INSERT, session not opened

    report ZBDC_ME38        no standard page heading line-size 255. *include bdcrecx1. *parameters: dataset(132) lower case. *** DO NOT CHANGE - the generated data section - DO NOT CHANGE    *** * *   If it is nessesary to change the data section use the...

    Resolved! Accepted Solution

    Using CL_GOS_MANAGER / VIEW_ATTA with container: problems?

    I'm creating an instance of CL_GOS_MANAGER and afterwards calling START_SERVICE_DIRECT requesting the attachment list (VIEW_ATTA), in order to create attachments in a custom program. So far so good.The problem lies in that, when shown inside a contai...

    ALV Tree Subtotal

    Dear All,I'm working on a ALV tree using cl_gui_alv_tree. My requirement is to calculate the percentage of column B in the header node using the subtotal value of column A.However, when using CALL METHOD g_alv_tree->GET_OUTTAB_LINE after CALL METHOD ...

    Resolved! Accepted Solution

    Prevent specific notification types from being created/attached in IW31/IW32

    Experts,I have a business requirement to prevent users from creating/attaching a specific notification type (type "N2" notification) when creating or changing a work order (IW31/IW32).  Business has additional requirements when wanting to create/atta...

    Creating an itab of itabs

    Hello Experts,Is it possible to create an itab of itabs.For Example :types : begin of gty_cum_opco,        matnr type lips-matnr,        vtweg type lips-vtweg,        land1 type vbpa-land1,"Land        month(5) type c,            end of gty_cum_opco....

    Resolved! Accepted Solution

    How can I identify a file name and directory name separately ?

    Hi ,I have a parameter where user should input the physical file path/name. I have put the  /SAPDMC/LSM_F4_SERVER_FILE  as search help.  Now one tricky problem arises , how I can identify whether the user selected is a folder or file name ?Thanks,Sre...

    Resolved! Accepted Solution

    Report Generation

    Hi Everybody,I have developed a report program.It runs good at ABAP Editor(SE38) And it has a selection screen.It displays the report in ALV grid Display.But when i runs through a transaction for the program and tried to run the same using the create...

    Labels in this area

    Explore this Area