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

    Internal Table.

    Hi, I want to create an Internal table.But iam programming error that IT_EMP is not defined. plz correct it.TYPES:BEGIN OF TY_EMP,EMPID(4) TYPE N,ENAME(20) TYPE C,SALARY TYPE I,END OF TY_EMP.DATA:FS_EMP TYPE TY_EMP.IT_EMP TYPE TABLE OF TY_EMP OCCURS ...

    script

    hi all , i have a scenario like this . i have to print an invoice five times for each time when they give the print with different headings . can anybody tell me the way how to do it. thanks & regards magesh

    Resolved! Accepted Solution

    TABLE CONTROL

    I USE BOTH W/ SELCOLUMN AND RADIO BUTTONS IN A TABLE CONTROL NOW SUPPOSE ANY RADIO BUTTON IS SELECTED AND ANY USER SELECTS W/ SELCOLUMN THEN RADIOBUTTON SHOULD BE DE-SELECTED.(IN SHORT I WANT TO TRIGGER AN EVENT BY CLICKING ON W/ SELCOLUMN OF TABLE C...

    Resolved! Accepted Solution

    Hi

    Hi, In this program what is meant by line type, table type and field string and what its effects when we execute.Bcoz when iam executing this its not giving any result.LINE TYPE:TYPES:BEGIN OF TY_EMP,EMPID(4) TYPE N,ENAME(20) TYPE C,SALARY TYPE I,END...

    a simple problem

    i want to put validation checks that if the 3 select-options on my selection screen in combination does not match from the database table content, then it should give pop the message..............also when one of the fields are not filled.PLZ GIVE TH...

    Resolved! Accepted Solution

    Retreiving Item Number

    HI Experts In my requirement I am getting the change document number passing Order number (VBELN) as object id to FM CHANGEDOCUMENT_READ_HEADERS.Then based on the change number in the returning table of above FM I am reading the chang...

    perform rollback

    Hello gurus,could you please suggest me about perform rollback.in my production server iam getting every day this log. with user sapsys.iam unable find it out... could you please tell me what is the reason it may be.points would be awardable for good...

    Labels in this area

    Explore this Area