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
    Resolved! Accepted Solution

    Table/FM to check if a given fiscal period is still open...

    Hello Experts, I am currently developing a report wherein I need to post FI documents via transaction F-02. Now, I want to check that the period is still open before posting it.The get the period from the month of my document date or posting date. Ar...

    Resolved! Accepted Solution

    Improve performance query

    Hy guys,im going to improve the performance for one query.the table has 2 000, 000 lines, and growing each day, (sales per day, per document)there is a proces that extract sales averages per month, but that process run in about 4-6 hours.And is alway...

    Resolved! Accepted Solution

    Inner join

    Hi, Lets suppose, i have made inner join on three tables, a, b & c. I have mentioned the fields which i need to select from tables a and b. But in table c i want to select all fields. is there any way like '*', that without mentioning like cf1, cf2.....

    OSS Note 871345

    Hi Experts,When I was trying to implement OSS Note 871345, I am seeing a warning message Corrections only copied incompletely - Delete Block is not found. So I looked at the program code (RLINV050), I saw a manual correction in that. Now the program ...

    Resolved! Accepted Solution

    Update Price and Quantity in ORDERS05 for Inbound Sales Order Change

    Hi Experts,I have a requirement wher i need to update the Materials to the Sales Order.The Material to be updated Wil be sent by an external system which comes in the form of a IDOCThe IDOC which i am using for it is ORDERS05 and Inbound Process Cod...

    userexit

    Hi,i am working on one idoc status 51 problem, we are getting one inbound idoc from external system to create the sales order, when processing idoc it is displaying some error message with 51 status'jurisdiction can not be determined'.Actually if the...

    Resolved! Accepted Solution

    Query

    I am not an ABAPPER. Basically I want to get the values of 2 fields in the material master while running a program. one field is MARC - AUSME and other is MARA - MEINS. In my program I have to compare the values of both for a list of materials. Need...

    Resolved! Accepted Solution

    Regarding memoy ID

    Hi ,In the function module 'READ_OTF_FROM_MEMORY' we are passing memory ID value. For example below FM I passed hard coded value. Wheather it stored any database table or ?. Where do we can check the Import and Export memory value.CALL FUNCTION 'REA...

    Resolved! Accepted Solution

    Performance query issue

    Hi guys,I need sales averages from a COPA table, the problem is that the query that reads the averages is in a loop for each employee that get comission from sales (500).So the programs runs in 4 or 5 hours.Here is the code.loop at ti_pa0001. SELECT...

    Resolved! Accepted Solution

    SUM statement error

    Hi All,I am getting the Run time error at SUM statement,'Field too small when calculating totals in internal table.'. How should I eliminate this error. Please help.Thanks,Veni. SORT itab_input BY chkno kunnr. LOOP AT itab_input INTO wa_input. M...

    Resolved! Accepted Solution

    Can I open file in shared mode so that multiple users can write at same tim

    Hi, I want to write to a trace file from a user exit and BADI. But I want to create only one trace file in which multiple users can simultaneously append. Is it possible to do this? How? Code could really help as this is urgent.Thanks for reading.

    user-exit

    Hi,I have a user exit with function module EXIT_SAPLCOI1_027 .This function module contains exit ZXWOCU24. I have to create include that contains global data for this exit. My doubt is where I insert Global data include for this exit.Thanks in advanc...

    Idoc critical

    Hi Friends,As part of my IDOC development , i have to do following things.1)Copy the original idoc processing function IDOC_INPUT_ORDERS to Z_IDOC_INPUT_ORDERS.2) Delete the coding from the function Z_IDOC_INPUT_ORDERS, and make call function to IDO...

    Labels in this area

    Explore this Area