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

    Input Validation

    What is the simplest way to do input validation. A lot of times I need to design reports that have lets say 4 - 5 selection fields. For my input validation, I do single reads for each corresponding scenario but I find this to be to cumbersome. Is the...

    Resolved! Accepted Solution

    ALE Filter Group

    Hi Everybody,I have a question:Anybody could tell me how is the possibility to extend the standard filter in the ALE distribution model? At this moment you can only add a filter on controlling area and I would like to have one for the field Logical S...

    f4 help

    Hi,I have to create f4 help for two fields using handle f4.At a time iam not to able to register events.Right now only one field is accepted to fieldcatalog,and other field is not triggered,please guide me in this case

    USER EXIT ADVICE

    Hi guys , please could you give any advice of how find an specific user exit, i'm working with tnx IW32 to mantaint orders, inside this tnx there is a option called settlement rule ( program : SAPLKOBS ) , what i want to do is : if you choose th...

    Resolved! Accepted Solution

    Function Module Issues

    Hi all,Am trying to create one report in that previously they are using one functional moduleZCALCULATE_TAX_PO_ITEMbut the issue is tht fn module not existed in my server.i want to get is there any fn modules like this to use..in tht fn module..my i...

    Resolved! Accepted Solution

    field symbol

    types: begin of t_tab, lifnr typr lifnr name 1 type name1end of t_tab.data: itab type standard table of t_tab, wa_tab type tab.loop at itab into wa_tab.wa_tab-lifnr = '12'.wa_name1 = 'hello'.MODIFY itab FROM wa_tab ...

    Resolved! Accepted Solution

    transport request

    Hi ,i m getting below error while transporting request from dev server to QA serverProgram ZREM_AGENCY_REPORT successfully generatedDatabase COMMIT executedProgram ZREM_AGENCY_REPORT_PERF, Include ZREM_REPORT_INCLUDE1: Syntax error in line 000093The ...

    Resolved! Accepted Solution

    Error log when changing a material through BAPI_MATERIAL_MAINTAINDATA_RT

    Hi All,We are trying to update/change a field (MARC-DISMM) for an article/plant combination based on certain logic.We are using the BAPI u2018BAPI_MATERIAL_MAINTAINDATA_RTu2019 for the same purpose.I get the following error from the BAPI Return table...

    Labels in this area

    Explore this Area