Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

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...

    Criticality.png

    Resolved! To Join or Not to Join

    Hi! Kind of a basic question, probably, but asking anyway. I'm wanting to extract the following fields from their respective tables but not sure if it's best to do my Select separately: SELECT matnr, werks FROM marc INTO TABLE @DATA(itab_...

    keega by Participant
    • 1195 VIEWS
    • 2 REPLIES
    • 0 Likes

    BOPF query text collection

    hello how can i query the data of text collectionmy business object is /SCMTMS/D_TORID and there is a text collection delagetion i want to retrieve the data of text collection i tried to look from the other blogs but when i do it i dont get any resul...

    AJeB by Participant
    • 1203 VIEWS
    • 1 REPLY
    • 0 Likes

    BOPF query

    how to use the WHERE, AND in bopf query like SELECT * FROM table WHERE field = value AND ? im currently doing is read the et_data in bopf using READ table but the AND is not possible in read tablelo_srv_mgr->query(...... )

    AJeB by Participant
    • 885 VIEWS
    • 2 REPLIES
    • 0 Likes

    Resolved! Excel to Internal table

    Experts, I see many posts by Sandra and other ABAP experts where the recommendation is to use ABAP2XLSX. I followed the installation page from GITHUB and installed ABAP2XLSX. As a next step, I want to get to the code where I can upload an excel f...

    TR import issue

    Hi SAP professionals, I declared 2 new Key fields in a custom table, imported to Quality system, there is some problem coming while importing. Then I tried to remove my new added fields from table and port to Quality, still there is inconsist...

    Resolved! Diffrence of Entries order between ECC6.0 and S4HANA when use SELECT syntax

    Hi experts. I have task that should make same entries order between ECC and S4hana when i use SELECT syntax and insert that data record to Internal table. Problem is If the ECC program source have order key from SELECT syntax or have internal tab...

    display delivery date output in smartform from eket table and field is eindt

    i am getting 5 line item in ekpo table but i am getting four line item from eket table. please provide me solution. READ TABLE x_ekpo INTO wa_ekpo INDEX 1.IF sy-subrc = '0'. READ TABLE x_eket INTO wa_eket WITH KEY ebeln = wa_ekpo-ebeln ebelp = wa_e...

    CUSTOM CONTROL

    Hi all. I have implemented a custom control in order to have a multiple line input option. In Pa30, i try creating a record and save it. when i go to display mode, the custom control field is still in display mode and hence i can still edit it. Whi...

    Enhancement in abap

    i am trying to work on an example of user exit but after i put a breakpoint in one program and goto other to check if my exit point is correct so while executing the second one i am getting error as below:"Internal error - incorrect FORM call from GE...

    Labels in this area