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

    SAPMV45A screen 8459

    There are Z-fields (appended in VBAP) already added on this screen, which can be seen through Tcode va01, va02, va03. on tab additional data B. (these fields are added in past development) Now problem occurred when i added 3 more fields Z-fields (app...

    Resolved! Accepted Solution

    Call function - New task

    Hi Everyone,I would like to use the Call Function - New task for one of my requirments. Please suggest if I am not doing right. My programs looping structure is: LOOP at zwewa_x. PERFORM bapi_matphysinv_changecount. ENDLOOP.FORM bapi_matphys...

    Resolved! Accepted Solution

    Timed Out Error

    Hi, I am getting Timeout error while appending the itab3 into itab4.Below is the code which iam facing the problem. data: l_flg. refresh: itab3. select vbak~ernam vbak~vbeln vbap~posnr vbap~matnr vbap~arktx vbap~kwmeng v...

    Resolved! Accepted Solution

    Index usage

    Table ztest has a secondary index on the following fields:tnum, tcode.Select * from ztest where tnum ne '123' and tcode = '456'.Why is the index not used in the above case?a) Indexes are not allowed on Z tablesb) Variables must be used, NOT literalsc...

    Requirement in ALV

    Hi All,I have one requirement, In the ALV report output if user selects one record and press one push button, a pop up should come Ex: If user selects SO and press DELETE button, then a pop up screen should come with all the serial nubers related to ...

    Resolved! Accepted Solution

    When CP met numeric type

    Hi , I have a numeric type , such as numeric 24 , when I set the value to it, for example '9236', it will convert to '00000000000000000000009236' automatically. This will cause a problem. If I use CP for this , for example there is a number '12234123...

    Resolved! Accepted Solution

    RFC for Availbility check.

    Hi all,I am working for a Retail project. there is a requirement like...Whenever POS (point of sales - Store) doing the billing for an article one request should go SAP to check the availbility of the product and get the status of the same.. is there...

    Labels in this area

    Explore this Area