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

    save button

    HIi have created one alv report and edited one colum in that particular user will enter the quantity after tha it have to store to my ztables, i have created my ztables also now my save button is not working, please let me know the steps please help....

    Resolved! Accepted Solution

    Reg: BDC Recorded ok code for page down is not working in VA21 transaction

    Dear experts, I am working with VA21 transaction conditions tab. I need to do the BDC recording for entering CONDITINAL VALUE PR00 details, i need to do page down, so that i can enter the value. When i record the transaction i got the ok code for pag...

    Resolved! Accepted Solution

    Blocked Alv issue

    Here i get error when FM REUSE_ALV_BLOCK_LIST_DISPLAY comes. Field symbol has not yet been assigned.Here is my code   TABLES: T001, KNB1. TYPE-POOLS: SLIS. DATA: IT_T001 LIKE TABLE OF T001,       IT_KNB1 LIKE TABLE OF KNB1,       IT_FIELDCAT TYPE SLI...

    Resolved! Accepted Solution

    creation of WBS Element

    Hi Experts ,I am Trying to create 2nd Level WBS Element  through BAPI_BUS2054_CREATE_MULTI.i am following  this sequence .BAPI_PS_INITIALIZATION.BAPI_BUS2054_CREATE_MULTI   ==> this is return successful message ,after that i am calling  , BAPI_PS_PRE...

    Resolved! Accepted Solution

    ztable t-code query

    hello experts,  I have developed a ztable and t-code for that ztable. The columns are material group, material group description. After running the t-code, is it possible that if I enter a particular material group, automatically the corresponding ma...

    Resolved! Accepted Solution

    ALV Dynamic Calculation

    Hi Everyone,I have  a question regards to ALV and the requirement is as follows.I am having some fields editable in ALV.Most of the other fields in the ALV are derived based on the Editable Fields(some calculation).Now my requirement is, If the edita...

    Resolved! Accepted Solution

    Sorting the output itab and there by ALV based on Doc #?

    HelloI have developed a ALV report, its key / 1st column is document number, say, Shipping cost doc # - FKNUM.Just prior to passing it_output itab, i wrote as SORT it_output BY fknum. The FKNUM values are as below,10, 22, 33, 111, 1111 and we are exp...

    Resolved! Accepted Solution

    Individual check for creating the object Project Definition Z-DFS-200000254 required

    Hi All ,I am Trying to create the Project by using the Bapi "BAPI_BUS2001_CREATE'' .It showing the error message like "Individual check for creating the object Project Definition Z-DFS-200000254 required".Please help me on this <removed by moderator>...

    Resolved! Accepted Solution

    Single quote for where clause

    Hi ABAPers,I am building a where clause t_where for selection to table:     CONCATENATE 'FIELD_A LIKE ''' '%' z_a '%'''          INTO z_where-text.               APPEND z_where TO t_where.      SELECT * INTO it_table           FROM z_table           ...

    Labels in this area

    Explore this Area