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

    Function Module

    Hi,In a FM in ECCversion there is declaration like this:end_column type sy-cucol default value 5.START_COLUMN type sy-cucol default value 1.and there is a statement in source code like this:END_COLUMN = START_COLU...

    Resolved! Accepted Solution

    Differences

    Hi All,In following two way of defining the internal table which is the best one and what are the advantages in each one.TYPES : BEGIN OF LINE, COLUMN1 TYPE I, COLUMN2 TYPE I, COLUMN3 TYPE I, END OF LINE. TYPES ITAB TYPE LINE OCCURS 10. D...

    Resolved! Accepted Solution

    CODE Optimization

    Hi ,I have written the following code ...Can any one minimise the following code ....LOOP AT IT_EKKO. LOOP AT IT_EKPO . " WHERE EBELN = IT_EKKO-EBELN. READ TABLE IT_EKKO WITH KEY EBELN = IT_EKPO-EBELN. SELECT * FROM KONP ...

    Resolved! Accepted Solution

    JOINS Vs FOR ALL ENTRIES

    hi,I have to extract data from 6 tables based on cross check reference among these tables.some of the tables do not have foregin key references,but i have written SELECT query joining all the 6 tables, it works fine. My question is, if i use FOR ALL ...

    Resolved! Accepted Solution

    disabling block

    Hi, I am having a problem regarding disabling of blocks in report.I have two radio buttons,by clicking on one first button should appear and by clicking on second radio button first block should disappear and second should appear.Following is my ...

    Resolved! Accepted Solution

    Smart Forms PO in ECC6.0

    Hi ,I am working in ECC 6.0 . I would like to know wheather we have a Standard PO Smart Form in ECC 6.0.If we have , What is the Form Name and Coressponding Driver program. I Found a SmartForm /SAPDII/SPP_ORDER1 which is Standard,but when i attach t...

    Resolved! Accepted Solution

    Linking four Tables

    HI! How can I get the data from all these four tables..The table names and fields are as follows :MARA -MatnrMARA-AttypMALG-MatnrMALG-LmodEINA-MatnrEINA-LnfnrEINA-AnumEINE-LnfnrEINE-Org The selection criteria is Lnfnr. Anybody can help me? Thank in...

    Process code

    Dear All,I have my idoc number and message type, partner type.I checked WE20 and in partner type, message type is defined.When i double click on message type, i found no process code.This is outbound idoc.Could you please let me know how to find the ...

    HR

    Hi,pls help me,i was checking a report related to HR,here in hr ,the terms and conditions are quite different,they r using infoset ,infostar ,macros, fieldsymbols,etc.now i have to modify the code .so,pls help me what r all these terms.

    Idoc processing

    Idocs are sent from external system to SAP. There are no of Idocs and each Idoc posting a document in SAP.For posting a document Idoc inbound FM reads the previous document posted and do some calculations for the current document and posts it.Now the...

    HR Letters Forms

    Hi Gurus, Please help me regarding in this issue. This is my first Abap HR programs and I have the requirement that i need to develop the letters like confirmation in promotion, offer letter like this. I need to develop a script for this. Please te...

    Labels in this area

    Explore this Area