Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

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

    Criticality.png

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

    2024-08-07_08-25-11.png
    sheenamk by Developer Advocate
    • 93618 VIEWS
    • 212 REPLIES
    • 39 Likes

    get marked row in SM30

    Hi ABAP friends,i am using a viewcluster to enable the user to insert data into two z* tables. This tables have the relationship 1:n.They are related via an unique number that is mapped by an number range object. I have added some code at the table m...

    Resolved! error in BAPI_INCOMINGINVOICE_CREATE in miro for delivery cost

    E              M8         321         Document contains same order item more than once                     000000  6500020704         00110I am getting this error message while booking multiple delivery cost Invoices against the same Purchase Order L...

    Resolved! Error message at VA01

    Hi guys,I've tried to display an error message and I know that it makes all field greyed out.Is there a way there I can validate header data and prompt the user a message?I've searched around but no avail. I've tried coding at MV45AFZZ, MV45AFZB but ...

    Resolved! TDD: Using Test-Data Containers(eCATT) in Unit-test

    Recently I learned about TDD, and learn how to write unit-test for some class. But When I write a report(with DB, post account doc) , I come across some problem.1. I  have some method just select some data form table , but I don't know how to write t...

    Payslip issue

    Hi Friends,Payslips are getting printed in alternative pages in our DOT matrix printer. I mean prints are coming in pages 1,3,5.... and blank papers 2,4,6...Please suggest a solution in this regards...Regards,Muralidhar

    Resolved! Issue with Filter

    Hi All,I have developed an ALV report.I have passed below parameters only...    CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY'    EXPORTING      i_callback_program = sy-cprog      i_grid_title       = c_title      is_layout          = gs_layout      i_save  ...

    Resolved! Issue with Unlock

    hi Good day,am trying to unlock the INCIDENT when the user clicks on the CLEAR Button.the screen is Cleared and when i debug, i see the sy-subrc = 0 and i have committed Successfully.but when i go to the TCODE : CBIH82 with the same INCIDENT it says ...

    Resolved! BBP_UI_CONTROL_BADI

    Hello Gurus,In the SRM link i need to make the custom field editable in the account assignment section based on the invoice.if the invoice is NOT created in the ECC, then the custom field should be editable in the SRM.if the invoice is created in ECC...

    Resolved! Simple Transformation

    I am working on simple xml transformation to read xml string into ABAP structure and having an issue on with one of the children node (table) of parent node. Can someone give a pointer on how to access the child (table) node.? I am not sure quite on...

    hi all,can anyone help in solving my error in my alv report. it gives error as Unable to interpret "TYPE SLIS_T_FIELDCAT_ALV". Possible causes of error: Incorrect spelling or comma error

    REPORT ZALV_EKKO.TYPE-POOLS: SLIS.TYPES: BEGIN OF TY_EKKO,BUKRS TYPE EKKO-BUKRS,BSART TYPE EKKO-BSART,LOEKZ TYPE EKKO-LOEKZ,END OF TY_EKKO.DATA: IT_EKKO TYPE STANDARD TABLE OF TY_EKKO,WA_EKKO TYPE TY_EKKO.DATA:IT_FIELD type slis_t_fieldcat_alv,WA_FIE...

    Resolved! BAPIRET2 empty message and type

    Hi Experts,I'm very new to ABAP (and I like it ).Below my first steps in ABAP: DATA : answer         TYPE        BAPIRET2.DATA : mmarket        TYPE        BAPI2042_MAINTAIN_MM.           mmarket-transaction_type = '100'.           mmarket-partner =...

    Duration calculation using FM

    Hi,I have two source timestamp fields of DEC-15 type in PSA having data in format 20.140.305.225.959.Using FM which delivers output in seconds, I am trying to calculate difference through below code and put result in an Integer type infoObject. This ...

    a_ahmad by Participant
    • 1728 VIEWS
    • 6 REPLIES
    • 0 Likes

    Ok_CODE problem

    Hello experts,Am doing module pool programming and i've created several screen with push button on each screen. The first screen push button work fine, but the second screen push button doesnt work at all.I've declared my ok code as global variable t...

    Resolved! SELECT On Tabe PRPS not working

    HI Experts,Below is my select query.SELECT SINGLE PSPNR               POSID               ZSECOND_BU               ZCORPGROUP               USR01               OBJNR               ZDEPROJTYPE FROM PRPS INTO WA_PRPS                WHERE PSPNR = <FS_OU...

    SAP Query usage report

    Hi All,I came across a situation where there are 900 SAP queries used by varous users in standard work area. Not seen so far a report  to extract  details like who used which query and when. It would be great if any one  has a solution  to it.ThanksN...

    compare 2 xml file in background

    Hello,I want to compare two XML files in background containing data like following:<ReportingDocument>        <CompanyCode>1000</CompanyCode>        <TransactionDate>2000-01-05</TransactionDate>        <InvoiceProperties>            <SupplierInvoiceN...

    Labels in this area