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
    Resolved! Accepted Solution

    Why should we use "START-OF-SELECTION." when code is working even without it?

    *PROGRAM USING AT LINE-SELECTION TABLES: LFA1, EKKO, EKPO. "LFA1: VENDOR TABLE, EKKO: PURCHASE ORDER TABLE, EKPO: ITEMS TABLE WRITE:/ 'VENDOR INFORMATION REPORT' COLOR 4. ULINE. SELECT * FROM LFA1. WRITE:/ LFA1-LIFNR HOTSPOT ON, 20 LFA1-NAME1, 60 L...

    External Web Service output populated in Original Response instead of Response TAB

    Dear Team, I am consuming External Web Service from PLM system into SAP. Through SOAMANAGER, I have created endpoint successfully. But when I test the Web Service in SAP through SE80, the output of that web service appear in 'Original Response' i...

    VBFA table data is not showing in VA03 document with all the updates while creating a sales order.

    Hi, I am trying to create a sales order in VA01 for a PO number. Now I am updating the VBFA table with these data where the PO number is a preceeding document number and sales order number is subsequent document and the data is created in vbfa tabl...

    Resolved! Accepted Solution

    How to compare two different column's value of same internal in ABAP 7.4 syntax

    How Can I compare two different fields of same internal or delete the rows in same internal if values are not equal in ABAP 7.4 syntax like : itab2 = value #( for lw_line in itab1 where ( column_a ne column_b ) ). Tried below, but not working.. ...

    Resolved! Accepted Solution

    Unicode Check Flag

    HI all, May i know how to enable unicode check for standard programs , i have gone through uccheck but i couldnt find program there and went to attributes also but unable check mark it. May i know whats the prob and how it could be resolved.

    Resolved! Accepted Solution

    Is it possible to call the Function Module in the Constructing operator of ABAP 7.4 code?

    Hi All, Is it possible to call the Function Module in construction operator, like is it possible to make the below as one line? kind of LW_OUTPUT_H-SL_TEXT = VALUE #( ......... )? DATA : LT_TEXT TYPE TABLE OF bapisdtehd,. TRY. DATA(lw_text) = ...

    Resolved! Accepted Solution

    Can we use native sql select statements of sybase database in abap program using exec Sql. endexec.

    hello Gurus , I am new to using of native sql queries in abap proram , I have requirement to fetch data from standard ekko table in to internal table using native sql select query in exec sql. endexec. but it is trowing CX_SY_NATIVE_SQL_ERROR exce...

    dhawal5 by Discoverer
    • 2839 Views
    • 8 Comments
    • 0 Likes
    Resolved! Accepted Solution

    How could i know Transaction of the Transaction Variant.

    Hi, I searched a lot, before posting here, Ist image i was created a Transaction variant for fk01,.then i was created ZRFK01 tcode for assigning transaction variant, Both transaction code and Transaction variant names are same. Fine. But i have ...

    Resolved! Accepted Solution

    Arabic text not displayin in cl_gui_html_viewer method load data

    Hi, I am trying to display some arabic text using class cl_gui_html_viewer in module pool screen container. English text is displayed proper but Arabic text is displayed as garbage. Program is Unicode and i an using method GET_RECOMMENDED_CHARS...

    Resolved! Accepted Solution

    check domain values

    Hello Experts, Is there any easy way to check if values right for domain type. I mean i wanna know when domain type is like int1 int2 int4 and when value is not numeric it will give me error. I know there is already function like CHECK_DOMAIN_VALUE...

    Resolved! Accepted Solution

    Do you have a real use case of LET <fs> = ... ? (i.e. using a field symbol)

    Hi, I found a bug in my code and could solve it but at the end I don't understand what is the interest of a let expression with a field symbol over one with a variable (LET <aux> = ... over LET aux = ...) Please tell me what you think: maybe it ...

    Resolved! Accepted Solution

    How can I use FOR iteration in ABAP 7.4 and concatenated the lines of internal table into a string?

    Hi All, How can I use FOR iteration ( ABAP 7.4 ) and concatenated the lines of internal table into a string? The below is old syntax. LOOP AT lt_tline INTO DATA(lw_tline).lw_output_h-sl_text = lw_output_h-sl_text && lw_tline-tdline .ENDLOOP.

    Resolved! Accepted Solution

    Transport reimport

    Hi, My sap landscape is Dev- Qa- Prod So now, I have imported trs from Dev to QA.(many TRs) and they are perfect in QA. But when moved to prod, 3 TRs where not imported successfully. So we have to import the trs again. But there is a trouble...

    Resolved! Accepted Solution

    How to dispaly archvied data through Archive key and offset from custom program.

    Hi Experts, I have a requirement to pull archived data based on archiving file key and offset. Can you please provide your suggestions with sample code. I need to develop a program and display the data. Please help me on this.. Regards, ...

    Labels in this area

    Explore this Area