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
    • 94640 Views
    • 212 Comments
    • 39 Likes

    column to row

    Hi ,I have the requirement to convert Columns into row in table:Input file------------Col1      Col2   Col3     Col4 ....     .... Coln101       102     103      104  --- ---- ---- 201        202     203     204 -----------301        302     303     ...

    Resolved! Accepted Solution

    I wanna keep value from f4 help how can i do this ?

    Here is my code:DATA : BEGIN OF GS_ITAB OCCURS 0,         lgart LIKE PA0014-LGART  ,         lgtxt LIKE T512T-LGTXT   . END OF GS_ITAB.   SELECT P1~LGART T1~LGTXT INTO CORRESPONDING FIELDS OF TABLE GS_ITAB     FROM PA0014 AS P1 JOIN T512T AS T1 ON P1...

    Resolved! Accepted Solution

    How to get DEV Server modification fields in QAS/PRD Server

    Dear Experts,                   I have done the modification in TRIP tcode and PR05 screen. Added some fields in both the screens with the help of modification. Now i have transported these objects (My complete package) in QAS. I can't see the result...

    CIN Reports

    HiAre the standard SAP CIN reports are sufficient for Indian requirements or do we need to develop custom reports?In case we need to develop custom reports, are there any third party vendors with ready made reports?Thanks in advance for your help.Reg...

    Resolved! Accepted Solution

    SELECT fails while shooting. Can you help please?

    TYPE-POOLS      :   slis. TABLES          :   pa0001. DATA            :   BEGIN OF itab OCCURS 0,                     mark,                     pernr   TYPE pa0001-pernr, "personel numarası                     uname   TYPE pa0001-uname, "sorumlunun a...

    Join Internal Tables

    I have ITAB like itab1 and itab2 ad bellow. I need to join that itabs as I have shown in bellow. Please let me know easy way for going that.                                ITAB1SOLI FIED1FIELD2POSO1LI1F11F21SO2LI2F12F22SO3LI3F13F23                 IT...

    Resolved! Accepted Solution

    Authority check in SAP query

    Hi  I have created a SAP Query in sq01 with some extra fields.Now I want to restrict the authroisation on the basis of purchase group . I found the functional module "Authority check"CALL FUNCTION 'AUTHORITY_CHECK'   EXPORTING NEW_BUFFERING         ...

    Resolved! Accepted Solution

    Email format issue

    Hello Experts,I've a requirement where I need to attach an excel sheet in email and send it to user. I'm able to do it but the problem is that text does not wrap to next line and all the text displays in one line as shown below.However, it should dis...

    Resolved! Accepted Solution

    How to give table display authorization to users that are executing queries from SQ00

    We have a large number of end-users that are executing queries from SQ00.The users are only authorized to the queries they actually need (controlled by user assignment to Query User Groups) and none of the users are authorized to table browsers like ...

    Resolved! Accepted Solution

    WE31 Table is not displaying the field description

    Hi,For all the basic types , WE31 display table is not displaying the field description.it is displaying all other fields like postion,field name, data element,etc.But it is not showing field description, intially it used to show, but could not see i...

    Labels in this area

    Explore this Area