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

    FM for partial GR

    Hello,,I have Multiple line item PO, and for every PO line item i can have multiple GR.eg.PO no. 41000000In PO there are 2 line items1. Material A - 100 Qty2. Materail B - 100 Qty.Now for Material A and Material B I have done Partial GR.GR for Materi...

    Resolved! Accepted Solution

    My program is here.When I execute, it shows that field is too small to calculate totals in internal table.Can anyone help me solve this?

    REPORT  ZCTRLBREAK. TABLES : EKKO.    DATA: BEGIN OF IT_EKKO OCCURS 0,                  LIFNR LIKE EKKO-LIFNR,                  LPONR LIKE EKKO-LPONR,                  ZBD1P LIKE EKKO-ZBD1P,                  ZBD2P LIKE EKKO-ZBD2P,                END ...

    Resolved! Accepted Solution

    How to Fetch Region name from region sets based on company code (from value in the region set )?

    Hi Team , I have three region sets created through GS01 and here i want to display region name based on company code(from value in the region set ) . i found one link in SCN but i am getting clarity from that . Please help me to fetch specific region...

    ABAP Query index failure

    Hi All,  I have an ABAP query in an enhancement that was too slow:SELECT SINGLE vbkd~bstkd INTO e_postab-zz_bstkd     FROM vbfa AS vbfa     INNER JOIN vbkd AS vbkd     ON vbkd~vbeln = vbfa~vbelv     WHERE vbfa~vbeln = i_postab-vbeln       AND   vbfa~...

    Invalid FTP Handle

    Hi AllWe have an issue where files are properly transferring to FTP through frontend but files are not going through background. The error is 'Invalid FTP Handle' We already have regenerated SAPFTP & SAPFTPA & it did not worked. We also tried changin...

    Run time error: SQL error "SQL code: 133" occurred while accessing table "LAGP"

    Dear All,FOllowing are the details of deadlock runtime error occuring.What happened?    Database error text: "SQL message: transaction rolled back by detected     deadlock: TrexUpdate failed on table 'SAPSR3:LAGP' with error: transaction     rolled b...

    Resolved! Accepted Solution

    How to get the SAP objects used in custom reports/package through program

    Hi,     I have a requirement where in I want to fetch all the SAP objects(Database tables, FM's, Domains, Data Elements...etc) which are used in my custom report.I have tried using RS_SOURCE_CODE_SCAN and also checked by maintaining abap token in che...

    Resolved! Accepted Solution

    Triggering of a mail on release of any PO for First time only

    Hi Experts,I have a requirement like:The mail should be triggered to the approver only when the PO is released for the very first time using Tcode ME28 or ME29N after creation of PO using tcode ME21N.For this I was using Badi ME_PURCHDOC_POSTED~Poste...

    Resolved! Accepted Solution

    Summarizing SAP Audit Logs

    Does anyone know if there is a report available that will summarize the SAP audit logs into a table? What we need is a summary of all the transactions accessed by each user over a time period. Also how many times a particular user accessed each trans...

    AndreC1 by Participant
    • 1423 Views
    • 6 Comments
    • 0 Likes
    Resolved! Accepted Solution

    Question about buffered internal table in standard FM

    Hi ,Need some advice. In my program, I'm calling same standard FMs( BAPI_OBJCL_CREATE) 2 times . Inside the first FM, it's populating a global internal table with some values and it not clear while it calling second time. Kindly advice on how can I r...

    Print Issue

    Dear Folks,When I give sales order print(VA03) in Print preview mode , The print is coming properly. But when I give print directly without seeing print preview. The print is not coming properly(Footer text is not coming fully). I am taking the print...

    Resolved! Accepted Solution

    IDOC Entry in ERP System

    Hi experts,I have a question how to upload IDOC content to ERP system.We have a customized an IDOC structure which we designed with transaction WE30 and a new message type created with WE81 and WE82.Filling this IDOC structure and sending it to a dif...

    SM30 Validations

    HI,I have created SM30 for 2 tables say A & B with validations & logic in both the tables, which is having same primary keys for both the tables. So now the question is when user enters a primary key in table A same should be updated in table B autom...

    Problem with VA02

    Hi, as you can see in the screenshot below, we have an error message when we try to access orders without entering an order number.It was working previous our upgrade.Do you have any info/solution on how to bypass this control to make VA02 work as be...

    abap query

    Hi everyone.i have a field in table vbap-abgru . now what i want is that for any quotation no (p_vbeln) the field abgru should have value as"CLOSED" provided for those quotations which are rejected by the message 'LINE ITEM CLOSED FOR RUBAMIN' which ...

    Labels in this area

    Explore this Area