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

    How to move changed value of dynamically determined column of field symbol to internal table ?

    I have an internal table where I have to modify the value of a field which will be determined dynamically. I have managed to modify the field using dynamic field symbol. How do I assign the modified value back to the internal table? My code looks l...

    Resolved! Accepted Solution

    cost and profit center not available in shdb bdc recording

    Hi All, I am using SHDB to built a BDC recording of FB01. When I do so I cannot see the profit or the cost center. I am trying with posting keys that should make these fields available. I double checked by using FB01 manually, not through SHDB; p...

    Module pool Overview/List screen not showing all the records in PA30 for custom infotype SAP ABAP ?

    Hi, I have created the custom infotype and have the module pool program. I have the following 2 records in the database and all the following fields are key fields - pernr begda endda value amount 123 01.04.2020 10.04.2020 100 1000 123 01.0...

    Resolved! Accepted Solution

    Disable the SAP GUI Security pop up while downloading excel file - NOT by changing Security settings

    Hi Experts, I have a program that downloads .xlsb file on PC in a temp folder. I need to disable the ''Remember My Decision" popup, but not by changing SAP GUI security settings as this program will be deployed globally and all the users did not ac...

    BAPI_PAYMENTREQUEST_CREATE for Posting down payment with clearing noted items F-29

    I am trying to create a program that can do F-29 posting with clearing. By clearing I mean using the 'Request' option in F-29 and selecting specific documents. I am trying to achieve the same using BAPI BAPI_PAYMENTREQUEST_CREATE, but confused with t...

    Resolved! Accepted Solution

    ​Bug?! ATC-Check to search for unjustified Select * -> find one, miss one.

    When refactoring some legacy code, I came across this: I have a Select * Statement, and I copied it, so now I have to: one is inside a LOOP AT t_ekkn INTO the other inside LOOP AT t_ekkn ASSIGNING FIELD-SYMBOL The Problem I face: The ATC-Ch...

    Resolved! Accepted Solution

    Dynamic join condition in abap

    Hi guys! i want to join two tables lfa1 and pa0000. lfa1-lifnr data is like A12345678 and pa0000-pernr is like 12345678. my select query is this. SELECT A~LIFNR FROM LFA1 AS A INNER JOIN PA0000 AS B ON A~LIFNR+1(8) = D~PERNR <- this part I...

    thfwjkr by Explorer
    • 3341 Views
    • 10 Comments
    • 0 Likes
    Labels in this area

    Explore this Area