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

    selection screen help

    Hallow I use a selection screen like thatSELECTION-SCREEN BEGIN OF BLOCK b2 WITH FRAME TITLE text-t02.SELECT-OPTIONS c_course FOR z_course_table-objid NO INTERVALS NO-EXTENSION.SELECTION-SCREEN END OF BLOCK b2. And I wont that c_course will be <b>re...

    Resolved! Accepted Solution

    issues with unicode system

    Hi all,what kind of problems we can expect for tables i mean ztables when we go from non unicode system to unicode systemalso aboutt he table maintenance generator do we need to regenerate the table maintenance.please let me what all things will be e...

    regarding subscreen

    Hi guys,For a particular transaction, can we find what are the subscreens used in it.we need to find what other Subscreens/Dailog screens are used for transaction.For example Suppose FB01 transaction have SAPLKACB subscreen in screen flows.how to fin...

    Report

    Hi friends,1)Could anyone give Some real reports objects with description on FI/CO .So I will get some knowledge on the topic.2) And Please provide some reports using Logical Databases.Please do the necessaryWith Regards,Satya Kumar.

    BOM change dates

    Hello! I'm writing a function that is searching for parts of a model in the BOM. I'm saving the result to buffer table, so I need to find all dates of BOM changes (at all levels). For example:<i>01.06.2006</i> -> BOM created<i>07.06.2006</i> -> mater...

    Resolved! Accepted Solution

    private

    Hi all Can anybody explain me private methods r attributes..why do we need to hide information for outside user.iam not able to understand this concept..please help me with any examples if possible..thanksRegardsvij

    IA06transacton

    Hi I had written following code: Set parameter ID 'AEN' field ''W49.2006''. call transaction 'IA06' skip initial screen.Here AEN is the parameter id of Change No Field Level in IA06 transaction. But when I execute the progran the chn...

    Resolved! Accepted Solution

    date calculation

    Could someone explain me the following from the code below:-q1]] How do we get "80049488" in the 1st output?q2]] why there is no difference between the outputs in the 3rd & 4th cases?:q3]] what is the possible answer to the question "Inverted Dates...

    Resolved! Accepted Solution

    time calculation

    Could someone explain me the following from the code below:-q1]] How do we get "72000 and 7200 " ?q2]] How do we get "-64800"?q3]] what is the possible answer ? Is not it that from say 2 ' o clock morning to 8 ' clock evening i,e., we ge...

    Resolved! Accepted Solution

    Control Break statements

    Hi Experts,I need control break statement apart from AT NEW F and ON CHANGE OF.Please look below scenario.I am working on Class Methods. In methods I am using control break statement asat new f1. But for some cases at new f is not applicable and also...

    Screen Field

    Hi Group,In one of my transaction I need to Validate the screen field(its showing as structure field in Technical info ) against z-table field,In the PAI exit debug modeIt is showing the the field value which I entered in the screen field,but when I...

    Resolved! Accepted Solution

    modify DB table

    hii am using the following code to modify the table MSEGTABLES : MSEG.DATA : TB_MSEG LIKE STANDARD TABLE OF MSEG INITIAL SIZE 0 WITH HEADER LINE. SELECT * FROM MSEG INTO TABLE TB_MSEG WHERE CHARG = 'ADK309' AND ...

    Labels in this area

    Explore this Area