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

    Why is it not allowed to declare an exception that inherits from CX_NO_CHECK?

    I find it useful to let e.g. exceptions for authorization check failures inherit from CX_NO_CHECK. That way they can be handled at a high level without having to be declared in every method. However, that does not mean I don't want to inform calle...

    Resolved! Accepted Solution

    insert a space in a string in automatic basis after every 2 characters

    Hi experts, I have a string which is returning a value with different length for each system and I need to return that value in a report with a better layout for that I need to insert a space in between every 2 characters, how can I do that? ...

    Resolved! Accepted Solution

    The meaning of RABAX

    I was a little amused at language used in note 1680814. It talks about "In transaction ST22, search for rabaxes that occurred at the same time. In the rabaxes, you now have to try..." Most of us know that RABAX is web-speak for dump, because that's...

    pokrakam by Active Contributor
    • 22868 Views
    • 6 Comments
    • 4 Likes
    Resolved! Accepted Solution

    Warning for Duplicate Material description creation at Basic data1 screen in T-code MM01

    Hi Experts, Is it possible to display the warning message at Basic data screen MM01 t code while user creates duplicate material description? Link for user exit I tried with EXIT - EXIT_SAPLMGMU_001-MGA00001 but it triggers only while saving th...

    Resolved! Accepted Solution

    How to set / change "serviceUrlParams" in default model at runtime?

    Dear Experts, I want to set or change the "serviceUrlParams" in the default model which is generated automatically from the information in the "manifest.json". The following link refers to an older post which shows a solution, but the solution do...

    Resolved! Accepted Solution

    Handling of errors / warnings / informational messages in class methods

    Dear ABAP-OO programming experts, we have a frequently re-occurring issue in regards to the correct way of handling errors / issues during execution of a class method. When talking about errors, I do not only refer to technical errors, but also...

    Resolved! Accepted Solution

    SET_TABLE_FOR_FIRST_DISPLAY change in structure does not reflect in the ALV output

    Hi Guys.. I am using SET_TABLE_FOR_FIRST_DISPLAY for ALV report. I made changes in the Custom Structure used as a layout. But the changed columns are not displayed in the output. Here is the code. CALL METHOD grid1->set_table_for_first_display...

    Resolved! Accepted Solution

    Create Billing Plan

    Dear Experts, I need to create the Billing Plan for contract line items in VA42 using Function Module. I have used FM 'BILLING_SCHEDULE_READ' & 'BILLING_SCHEDULE_SAVE' to Update the Billing Plan which is having FPLNR. Now I Need to Create Billi...

    XSLT/XML debug

    Hi, Using XSLT_TOOL to debug XSLT/XML processing, I cant figure out why the node <LOB><VALUE) wont get any data from the XML doc. I'm able to populate data into the <detail> node. <?xml version="1.0" encoding="UTF-8"?> <measure xmlns="http://xxxx...

    Resolved! Accepted Solution

    ABAP Overwrite Enhancement

    Hey Guys, just a simple Question: If I have a SAP Standard class and implement an Overwrite Exit. Is it possible to call the Original implementation of the SAP standard? My customer requests every Enhancement to be deactivated on Demand by edi...

    Labels in this area

    Explore this Area