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
    • 94644 Views
    • 212 Comments
    • 39 Likes

    easy way to get the exception text returned by FM (without case/IF)

    Hi All,it is basic thing, but want to generalize my code, so asking,    DATA lv_str TYPE string.      DATA: lt_p1001 TYPE TABLE OF p1001.      CALL FUNCTION 'RH_READ_INFTY'        EXPORTING          authority            = 'DISP'          with_stru_a...

    Resolved! Accepted Solution

    Message class in exception

    Hello!I am facing an issue in including messages for exception classes. During creation of an Exception class i forgot to select the Message class. Later i went to the Properties tab and included the message class, but im still unable to use it. The ...

    Resolved! Accepted Solution

    IS-Retail-WA08/WF10 : Validations in Purchase Order Creation

    Hi,I have implemented BADI ME_PROCESS_PO_CUST and wrote validation for tax codes at item level. It is working fine when Purchase Order is created using ME21N/ME22N.In IS-Retail, the purchase orders are also created using WA08/WF10 but the BADI ME_PRO...

    Resolved! Accepted Solution

    How to download internal table data to excel sheet with out any file location

    Hi Experts,I have a report to display the data in output screen, but client requirement is in selection screen keep one check box for download the data in excel sheet format and it should display downloaded file in status bar, like we are downloading...

    Single W2 page for employee living and working in multiple states/locals

    SAP standard delivered W2 is in multiple pages if employee lives and works in multiple states/locals  2.       We would like to have in single page instead of multiple pages.  This is a cosmetic change not legal. 3.       We have reached SAP thru OS...

    Resolved! Accepted Solution

    column position in CL_salv.

    Hi experts,               My Alv reports has totally 7 columns . In this 7 columns 3 columns are hidden by default .. when ever the respective buttons is click that time oly those column will appear if i click it again that column will hide again. it...

    Resolved! Accepted Solution

    In what case would you assign transaction to System User Type?

    I am an ABAP developer who has been doing some very basic security research, and I want to ask what I think are some fairly simple questions to which  haven't been able to find any really good comprehensive answers.We have a number of ids that are de...

    Resolved! Accepted Solution

    VA01/VA02 User Exit to change the Condition Pricing Date and Pricing amount

    Hi Experts,In my requirement, I need the condition pricing date to be dynamic while creating/changing a sales order. I have changed the field KDATU in XKOMV in the user exit USEREXIT_PRICING_PREPARE_TKOMP of MV45AFZZ.      I am able to change the con...

    Resolved! Accepted Solution

    How to execute frontend command from ABAP and get output?

    Hello,I am in desperate need of some help. What I'd like to do is execute a command in client computer, and then import resulting command line output back into SAP. I know I can use FRONTEND_SERVICES=>EXECUTE for simple command executions but it does...

    Resolved! Accepted Solution

    Derived roles are getting overwritten everytime when I update Master Role.

    Hi Experts !We have created some Master and Derived roles in the past.  According to the requirement we have made some changes directly in the derived roles like some value of objects, activities, etc.. Now we added one t-code in the master role and ...

    BAPI_PO_CHANGE

    Hi AllI am using BAPI_PO_CHANGE to set deletion indicator loekx field in ekko.  ls_poitem-po_item    = lv_last_item_no.  ls_poitem-delete_ind = 'X'.  APPEND ls_poitem TO  lt_poitem.*  ls_poitemx-po_item    = lv_last_item_no.  ls_poitemx-po_itemx   = ...

    Resolved! Accepted Solution

    Smartform - Debit note

    i need to make a smartform for debit note. this smartform will be assigned to output type for VF02 T-code. Can any one tell me how can I pull the document number fro VF02 t-code, because on the basis of this doc number i will fetch data and display i...

    ALV OUTPUT REPEATED

    Hi,Despite the internal table has the correct values for the ALV fields, when I run the report the last three fields have the same value.INTERNAL TABLE VALUESALV VIEWPROGRAM CODE  gx_variant-report = sy-repid.   CALL FUNCTION 'REUSE_ALV_VARIANT_DEFAU...

    dunky by Active Participant
    • 1697 Views
    • 5 Comments
    • 0 Likes
    Resolved! Accepted Solution

    GETWA_NOT_ASSIGNED export ALV

    Hi,When I'm trying to export the ALV to a local file, the system do this dump:I've read that maybe a problem with the field catalog, but a don't know what's the problem. I'm a begginer. He it is the code:REPORT zmmr0021. *Define data TABLES: eban. ...

    dunky by Active Participant
    • 1606 Views
    • 4 Comments
    • 0 Likes
    Resolved! Accepted Solution

    Data Element Documentation Status

    To ensure that documentation is not missed for a data element we set the documentation status as Object requires documentation.Goto  -> Documentation -> Status -> Choose 'Object requires Documentation'The query is that, can we get the list of Data El...

    vijay_e by Associate
    • 1824 Views
    • 3 Comments
    • 0 Likes

    Variant in ALV header

    Hi,I'm a begginer in ABAP and I need some help.I need to get a variable at the header (TOP-OF-PAGE) of the ALV function module REUSE_ALV_GRID_DISPLAY. The variable I need to show is the meterial number. I've written the following code:I've defined an...

    dunky by Active Participant
    • 646 Views
    • 2 Comments
    • 0 Likes
    Labels in this area

    Explore this Area