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

    REG REPORT

    TABLES : MARA.TYPES : BEGIN OF ITAB, MATNR TYPE MARA-MATNR, ERNAM TYPE MARA-ERNAM, END OF ITAB.DATA : ITAB1 LIKE STANDARD TABLE OF ITAB WITH HEADER LINE .PARAMETER : MATERIAL LIKE MARA-MATNR.SELECT MATNR ERNAM FROM MARA INTO TABL...

    Va21 & va22

    hi all, i am working in va21..In that the user will maintain the serial numbers in extras---->serialnumbers. if the user didnt maintain the seril number also it will alow the user to save the quotation. my requirment is, i ...

    Resolved! Accepted Solution

    Read_text problem

    Hi,I am using read_text for getting header text of P.O., every thing is fine but my problem is the when i print the same line by line it does not come in the proper,one line will be of 50 character second will be of 80 and so on, more over what i get...

    Resolved! Accepted Solution

    Not able to transfer data from one client to another client using ALE/IDOC

    Hi all,I have an issue related to custom IDOC creation to transfer data from 800 client to 810 client within the same Application Server.I had created the custom IDOC (All the required steps like logical system,rfc,messg type idoc type segment etc.)...

    Resolved! Accepted Solution

    alv

    Hi, If I want to extract data from more than 5 tables.Hou can I do .For ex: DATA : BEGIN OF T_HEADER1 OCCURS 1, GBORT TYPE P0002-GBORT, ANSSA TYPE P0006-ANSSA, NAME2 TYPE P0006-NAME2, STRAS TYPE P0006-STRAS, ...

    Resolved! Accepted Solution

    LSMW

    Hi Experts,I have 10,000 Data's in Flat file. My scenario is, using LSMW create a Customer master[XD01].I finished my scenario and update the data's in to Dtatbase. Now my doubt is I want to check whether the 10,000 data's are updated or not.In LSMW...

    Resolved! Accepted Solution

    SUBTOT - ALV

    Hi following is the code am using to sort and subtot..but i have a requirement..this code will show the initial sub total...but now i want to block it.... in the sence that the subtot should come or shld be displayed whenever subtot button is pressed...

    Resolved! Accepted Solution

    version management

    If I am not wrong version mgmt is active for all objects of the abap workbench. Once if we change the created object for example .........for 10 times in a day ........then whether 10 versions are created ?? Is there any time period to take the vers...

    Resolved! Accepted Solution

    custom idoc

    HiIf we want to build custom idoc is it necessary to write ABAP program ?? Actually what we do in this coding once we have done the below steps ??1) Create ‘Z’ segment with required fields(fields coming towards you) using WE31 2) Create ‘Z’ idoc usi...

    Labels in this area

    Explore this Area