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

    FM Query

    Hello, I'm trying to use a  function module  "RRW3_GET_QUERY_VIEW_DATA".. The problem is that when it returns data in variable under IMPORTING tab for E_AXIS_DATA. it returns data in a table which is inside the variable. I want to know how to access ...

    MB1A - WBS Element

    Hi People,I have a requirement to fill the WBS element in MB1A TCode from a custom table and then disable it for further input.I would enter Plant, Movement Type and Special Stock (Value Q) in the first screen and in the next screen , I want the WBS ...

    how to replace a number from string?

    Dear All,I have below requirement can any one plz help me. In this below string i want to remove GB it is country key and this key is dynamic .how to remove it ?DATA : L_var1 TYPE string .l_var1 =  '                  Ledger 0L                        ...

    Resolved! Accepted Solution

    MASS trx: locating new values for MARM columns in FM material_update_db

    I have a requirement to identify the changed numerator and/or denominator conversion ratio values from MARM when they are changed through transaction MASS.  These are columns MARM-UMREZ and MARM-UMREN.A you know, MASS allows changes to the numerator ...

    Resolved! Accepted Solution

    Need to retrieve External Source of Supply Status for PR (Purchase Requisition)

    Hi,Some  PRs have a tab in item level - External Source of Supply.Need to know how can you retrieve the status of the same from database in ECC. Which table which field etc.Actually my req was to check whether the status is blank or not, I am checkin...

    insert lines of internal table into another internal table for particular position wrt 'TAO'

    HI Gurus,I have a issue with the ALV report expansion for particular item category TAO ,currently data is showing on the basis of sales order number but now we have to show the item category TAO data on the line item basis.so i have to insert the cal...

    Suryaji26 by Participant
    • 4924 Views
    • 10 Comments
    • 0 Likes

    ABAP E Mail Issue

    I have written a code to trigger E Mail from SAP using Function Module  SO_NEW_DOCUMENT_SEND_API1. Users used to receive emails properly with the email content in E Mail Body as per the requirement. But now I have observed with the same function modu...

    Can u help me in ST05? while i am displaying trace analysis its showing the pop window as ''Cannot open kernel trace file for reading (End of file)''

    plz answer me... i am facing this problem while i am doing sql trace.1-i activated trace for my tcode.2-deactivated trace after the program execution. 3- now , while i am displaying the trace the following error is coming.thanks in advance,Rahul

    Resolved! Accepted Solution

    NO_FIELDCATALOG_AVAILABLE

    Hi,I'm a new user of ABAP. I'm trying to define an ALV Grid using two functional module ( REUSE_ALV_FIELDCATALOG_MERGE and   REUSE_ALV_GRID_DISPLAY ) but the program dump and give this error: "No field catalog available".This is my code:REPORT  ztest...

    Resolved! Accepted Solution

    Convert currency - CONVERT_TO_LOCAL_CURRENCY

    Hi experts,short question - I have to convert currency, from USD to EUR with a fixed rate.I use  CONVERT_TO_LOCAL_CURRENCY, with this values:DATE - sy-datloforeign_amount - 4421.21foreign_currency -  USDlocal_currency  - EURrate - 1.29With this, I ge...

    How to call custom search help by passing values from report

    Hi......     I want to perform search help in my custom report input parameter, depending upon first input parameter .Ex -Consider my report as two input parameters....          COUNTRY     : -           REGION    :-                  I have to do sea...

    nandishm by Participant
    • 3182 Views
    • 3 Comments
    • 0 Likes
    Resolved! Accepted Solution

    how to catch events on list box items in Module pool

    hello all,i have a requirement like this,i need to create a list box in Module pool screen...(with two items in the list box)...when i select the first item i should display one screenand when i select second item i should display another screen...ho...

    Resolved! Accepted Solution

    amount(DMBTR) on division gives wrong values

    Hi Expert,I have to divide a amount field by another amount field.Data: lv_amount type dmbtr,         lv_total type dmbtr,        lv_resullt type dmbtr.lv_result = lv_amount  /  lv_total.suppose the value is lv_amount  = 5000.00lv_total = 7500.00I am...

    Resolved! Accepted Solution

    last cell value is wrong in alv when data has 82 rows and 9 collums

    Hi gurus,We meet an issue while using  REUSE_ALV_GRID_DISPLAY_LVC to display data. Whenever the internal table has 82 rows and there are 9 collums to be displayed, the value of the last cell in ALV will become wrong value, which is the value of anoth...

    Resolved! Accepted Solution

    Standard text not replaced properly after TEXT_SYMBOL_REPLACE

    Hi SAP Experts,Good day!I have a requirement that reads standard text via FM READ_TEXT, that specific standrard text contains variables to be replaced. I used function module TEXT_SYMBOL_REPLACE to the variables inside the standard text.The problem ...

    Resolved! Accepted Solution

    The diff function in debug mode, how to find it's code?

    Dear,     In debug mode, there is one good use function, diff, which is used to compare two internal table. Now I want to know how does this function go, I want to see it's code. I try to use the shortcut to debug, but it didn't work.     Does anyon...

    Resolved! Accepted Solution

    Problem with Custom fields updation during creation of Project Definition and WBS Elements using BAPI_BUS2001_CREATE

    Dear Experts,For the purpose of the data migration of Open projects and WBS, I am using the following BAPI's:Project Definition: BAPI_BUS2001_CREATEWBS Elements :   BAPI_BUS2054_CREATE_MULTII have chosen these two BAPI's, as the projects have custom...

    Resolved! Accepted Solution

    Deadlock of NAST table

    Hello All,I do update NAST table by the following direct way:1.      UPDATE NAST SET vstat = 1 UHRVR = sy-UZEIT      WHERE OBJKY EQ lv_nast-objky AND KSCHL EQ lv_nast-kschl AND            ERDAT EQ lv_nast-erdat AND ERUHR EQ lv_nast-eruhr AND         ...

    Labels in this area

    Explore this Area