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

    concatenate message

    Hi All,In my input screen I have two fields time1 and time2 where the condition is time1 should always be less than time2. if I enter 50 and 30 then I need to display message in status bar as "50 greater than 30".  I need to display the values in the...

    Reading line item text from sales order

    Dear all,                   I have to display the text for items in a sales order i am using  INCLUDE statement.                   TEXT NAME  = 002030036000100(Combination of Sale Oder + Item number)                     TEXT ID = ZPAG                ...

    Resolved! Accepted Solution

    Check directory_exist

    Hi experts,I'm doing directory path validation using below code.CALL METHOD CL_GUI_FRONTEND_SERVICES=>DIRECTORY_EXIST        EXPORTING          DIRECTORY            = L_DIRECTORY        RECEIVING          RESULT               = L_STRING        EXCEPT...

    Resolved! Accepted Solution

    Downloading Excel File to PC

    Hello,         I have the internal table of 48 columns, am downloading it as an excel file but after say 38 column excel writes to newline         how to solve this problem pls Help?Thanks in advanceMangesh

    Dev164 by Participant
    • 2768 Views
    • 6 Comments
    • 0 Likes
    Resolved! Accepted Solution

    Problem when updating gross weight and volum

    Hi Guru,i have a problem when i updating gross weight and volum with BAPI_MATERIAL_SAVEDATA .This is my code:CALL FUNCTION 'BAPI_MATERIAL_GET_ALL'     EXPORTING       material            = matnr_p       plant               = werks *      stge_loc    ...

    Resolved! Accepted Solution

    Query - Delivered quantity

    Hi,i need to add to my query the field Delivered quantity (RV45A-VSMNG), the quantity from the schedule line that has already been delivered.Is there a way to have a single value for a specific sales order position?Thanks and best regards.Antonio

    Resolved! Accepted Solution

    Modify layout RFBILA00

    Hi All,we have donne a copy of RFBILA00 as ZRFBILA00 to modify layout ALV tree, we need create also function group ZBSPL.how can we add columns to layout ? do we need  custom structure ZBSPL_TREE_FIELDCAT with new columns ?What is the link between ZR...

    Resolved! Accepted Solution

    Local language in SGTXT

    Hi All,I have requirement where a document is created via FB01 in chinese language and viewed in English language, will the item text (BSEG-SGTXT) field get translated to english?If not, how to do that? Is there any tool/program/exit/ any procedure t...

    Resolved! Accepted Solution

    GUI Status in ALV

    Hello,          I am using FM 'reuse_alv_grid_display' and want to add button at toolbar i have created GUI status i.e is copied from standard GUI status of Function grup slvc_fullscreen Gui_status Standard_fullscreen adding the button, but even afte...

    Dev164 by Participant
    • 438 Views
    • 1 Comments
    • 0 Likes
    Resolved! Accepted Solution

    ALV Grid: How to use Search Help for a field without standard validation?

    Hi Experts,In my ALV Grid (CL_GUI_ALV_GRID), I have a field in which I need Search Help for that field. This is easily done when I set a REF_TABLE value in field catalogue.My problem is when I clicked on insert a new row, SAP standard validation will...

    how to delimite the database

    Hi Friends,am creating one database table with fields empno, name, join date,     end date, position.i want to insert details like         v              100     john    01-01-2011  31-12-9999  team member.if i enter a new record with  101  01-11-101...

    Resolved! Accepted Solution

    Making an effective Select

    Dear Experts,I want to select from the table REGUP only those entries where there are the same accounting documentNumber(BELNR) for the VBLNR.How to make an effective select statement here.Eg:-VBLNR       Belnr1000011     22615500051000012     226155...

    Resolved! Accepted Solution

    How to replace '#' with '?' for Replacement Field in GUI_UPLOAD Function module

    Hi Experts,   I am trying to use GUI_UPLOAD function module in my custom program. My file havesome special characters, which is by default replaced by '#'. But my requirement is toreplace with '?'.   I try to pass '?' instead of '#' in the function m...

    Change Customer Screen Field Label Name Dynamically in XD02 based on other Input field

    Dear Experts,I have a requirement, wherein I am supposed to Change the Customer Screen Field Label Name based on another filed in the same screen.For example an additional Z customer-screen has been added to XD01/ XD02/ XD03. In that screen we have m...

    Labels in this area

    Explore this Area