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
    • 94777 Views
    • 212 Comments
    • 39 Likes
    Resolved! Accepted Solution

    zcluster table giving a dump while deleting a entry ....

    hi gurus,i am facing a new problem , we have zcluster table (through sm34) , assign a tcode also but when ever deleting a entry from giving dump.dump details:Category               ABAP Programming ErrorRuntime Errors         PERFORM_NOT_FOUNDExcept....

    Resolved! Accepted Solution

    Raising error message in MIGO for cancelation

    Hi Experts,While canceling line items for a material document using tcode MIGO, I have to raise error message if all the line items are not selected before posting.for this I am using the line_modify and mode_set methods of badi 'MB_MIGO_BADI' but ca...

    Resolved! Accepted Solution

    How could i catch the exception in particular line.

    Hi,I have one small question, through the search i could not get the answer. The issue is in my internal table 35000 records are available. I am looping it until end. in this loop i am doing some calculation. While doing calculation. in one of the ro...

    Resolved! Accepted Solution

    Error in ALV GRID OO

    Hello, I have an error in report ALV.Is using the method:CALL METHOD g_o_alv_grid->set_table_for_first_display.The problem is in the visualization, In some moment the user press the button Output List, and the report display the info like a list repo...

    Resolved! Accepted Solution

    Batch number in invoice.

    Hi All,I have a scenario of STO fron Mfg Plant->(STO Invoice) Depot-> Customer(customer Invoice)I need to copy Octroi, Excise duty and Freight from STO invoice to Customer invoice.I have created 1 routine and assigned it to Customer invoice pricing p...

    Resolved! Accepted Solution

    CST for form C (JVCC condition) calculation issue- Country India version

    Hello CIN experts,The Condition JVCC(CST against Form C) is getting calculated on the basic value of the PO. It is 2% of the value.also it is be inventorised (not to be Take credit of)We need to get it calculated on the Basic price + JMIP(BED invento...

    File ID to XString

    Experts,I have requirement as below,- File(XLS or TXT) is uploaded in DMS via CV01N Tcode. This generates a File ID which looks like GUID value( For e.g. 4CABF0266C031140E10000000AA80C83)- In a different application after file upload, i need to displ...

    Resolved! Accepted Solution

    500 SAP Internal Server Error ERROR: Access using a 'ZERO' object reference is not possible. (termination: RABAX_STATE)

    Hi All,we are facing this issue, by opening performance appraisal Document.it is opening window fine but it is showing above mentioned ERROR.we searched all the root cause. But we couldn't able to solve it.please share your thoughts and solve to this...

    Resolved! Accepted Solution

    How to differnetiate global variable as internal table, work area, etc.

    Hi Experts,I need to make a report program to find all global variables in a program(mentioned in the selection screen) and display internal table and work area separately. By using the function module 'GET_GLOBAL_SYMBOLS' I found out all the variabl...

    Resolved! Accepted Solution

    Reading Tables from FM

    Hi all,I am a (almost) Newcomer in ABAP programming. Now I have a problem with the FM "BAPI_MATERIAL_STOCK_REQ_LIST".The FM I'll call as follows.CALL FUNCTION 'BAPI_MATERIAL_STOCK_REQ_LIST' "Material - Current Requirements/Stock List     EXPORTING   ...

    Resolved! Accepted Solution

    HANA Development: Asterisk (*) vs. detailed field specification in select statements

    Dear all,I have learned that using the asterisk / star * select Statements is a Performance Problem when using a HANA database.For example,------------------------------------------------------data lt_t100 type table of t100.select * from t100 into l...

    Resolved! Accepted Solution

    ABAP to XSLT - Problem with Deep Structures loop

    Hello everyone.I need help with a transformation from ABAP to an XML file using XSLT.I can't make loops correctly.Here's my ABAP code:TYPES: BEGIN OF ty_asigsol,            serie(4),            docnm(8),            emisi(21),            numau(15),   ...

    Labels in this area

    Explore this Area