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

    How to insert codes to Report Painter

    Dear all,  Report Painter generates ABAP codes automatically, and I need to add some codes there.Is there any good way to do so?I'm wondering if it's possible or not ways like bellow. 1. Convert Report Painter to ABAP reports. 2, Define enhance point...

    queue by Participant
    • 1392 Views
    • 3 Comments
    • 0 Likes
    Resolved! Accepted Solution

    How can I dynamically change an input field to a check box???

    Dear Experts,I have come across a requirement where I need an input field to be dynamically changed to a check box.This would be based on values maintained in a table.Scenario: The entries in a table will decide the appearance of field on screen, if ...

    Resolved! Accepted Solution

    LIKE IN FOR ALL ENTRIES STATEMENT

    Hi experts.   How to handle the below program case without loop of select statement.  Kindly help me.TYPES : BEGIN OF ty_matnr,              matnr TYPE matnr,              END OF ty_matnr.DATA : it_matnr TYPE STANDARD TABLE OF ty_matnr WITH HEADER LI...

    Resolved! Accepted Solution

    how to get all fields of the internal table while using CJI3 report program in Zreport

    hello all,i am using CJI3 program in my zreport,asDATA: ABAPLIST LIKE ABAPLIST OCCURS 0. DATA: BEGIN OF WA_ASCII,          LINE(2048) TYPE C,        END OF WA_ASCII. data : it_ascii like TABLE OF wa_ascii.   DATA: fcode TYPE sy-tcode VALUE 'CJI...

    Resolved! Accepted Solution

    Partial ALV refresh

    Hi experts,I have an ALV Grid with some editable fields. Once I have introduced something in this, it must not change.This works properly, however, if I try to change field's content, it doesn't recover his original value until I refresh entire table...

    My issue is when I run the J1iin it is peaking Z002 price while saving it is taking Z001 basic price.”

    Dear experts,            In my pricing procedure I have two pricing condition 1). Z001 - basic price, 2). Z002 for manual price. Client wants to raise the sales order with manual price. In this manual price value is flowing in the excise invoice but ...

    Resolved! Accepted Solution

    Reading material classification in BADI_MATERIAL_REF when creating a new material

    Hello everybody,at the moment I have to implement following idea... when a material is created with a specific type of classification I have to add the quality managment with a specific Inspection Setup Data via the BADI  BADI_MATERIAL_REF->create_ma...

    Resolved! Accepted Solution

    Enhancement to change item category in work order

    Hi Gurus,We have a requirement of changing the item category in work order based on MRP type of the material in a work order. We have implemented CNEX0013, and it works fine if user does put the item category. But this user exit does not get trigger...

    Labels in this area

    Explore this Area