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

    How to get object type and object key from Bapi_acc_gl_posting_post

    Hi, Currently iam implementing FB01 transaction thru Bapi_acc_gl_posting_post.I got object key by including document no, fiscal year and Document dataI got object type from TTYP table. But iam not sure it is correct.After implemeting the BAPI return...

    Resolved! Accepted Solution

    Uploadding data from excel

    Hii i had a different senario to upload the data into the SAP system .There is header data of 7 fields and line items of 32 fieldsand the excel is likeControl Indicator : Header data.....Control Indicator : Line item data......I want to take into int...

    Resolved! Accepted Solution

    Excess delivery issue

    HiWe have a issue with delivery due list (VL10G) that when one user is running the transaction it should block the other users. We had faced problem with some of the orders for which its creating excess deliveries and quantity with reference to orde...

    Resolved! Accepted Solution

    performance issues

    Hi,I have a code to modify for its performance issues.I found some queries in it containing FOR ALL ENTRIES and INNER JOIN .Is it ok to blindly change these lines with something or some other reasons are there with the code for performance issues.If ...

    Do_sum and Subtotal

    Hi, I copied the VL06 Transaction in Zprogram and i am trying to sum for fields (ANZPOS- Number of total items) and subtotal on the basis of picking date(KODAT).In the fieldcatlog for the field ANZPOS I checked the DO_SUM = 'X' and for subtotal i mod...

    Resolved! Accepted Solution

    Query regarding ALV

    Hi all, Please clarify this query of mine in ALV.***Code:**data : itab_data1 like standard table of zdetails1.data: repid type syrepid.data : fieldcat type slis_t_fieldcat_alv.repid = sy-repid.call function 'REUSE_ALV_FIELDCATALOG_MERGE' e...

    Resolved! Accepted Solution

    unicode

    hi gurus,how can i enable unicode for classes? in 'Properties' tab of class builder i found the 'Unicode checks active' checkbox, when i tried to change, the 'General Data' block is still disable, any clues?Thanks,zry

    Resolved! Accepted Solution

    Subroutine

    Hi, In this program i want to use subroutine .i want to use subroutine instead of defining each field individually.how to do that .TYPE-POOLS SLIS.TYPES:BEGIN OF TY_VBAK,VBELN TYPE VBAK-VBELN,AUDAT TYPE VBAK-AUDAT,AUART TYPE VBAK-AUART,NETWR TYPE VBA...

    Resolved! Accepted Solution

    Automating creation of HR master record for a user when a time entry role

    Hi Abapers,We need an automated solution for the creation of the infotype 105 based on the addition of the time personal data maintainer role into an SAP user Account Master Record(PA30). Is it asking to add authorisation objects which would allow th...

    Resolved! Accepted Solution

    pop_up to confirm.

    hi ,In a module pool program i have designed a screen in which i have field say STATUS and a push button RESET. If the Reset pushbutton is pressed and the current Status is ‘05’ the value is reset to ‘01’. A pop-up should confirm .how do we give ...

    Resolved! Accepted Solution

    Package and Table

    Hi May I know is there a way to get a list of the object (program name, report name, tables create) under one package?For example, I need to find objects under package ZSD.Under ZSD, I want to know what are the customized program, tables, reporrts t...

    Resolved! Accepted Solution

    bapi_salesorder_change

    Hi every onei have a problem working with BAPI_SALESORDER_CHANGE for order quantity change.BAPI return table is showing success. but the quantity is not updated.( even i commit the BAPI) ,I tried with item lines , also with schedule lines. result is...

    Resolved! Accepted Solution

    ALV

    Hi, In my program iam getting the follwing error. plz let me know.Error is Field "ST_FIELDCAT_CALPOS" is unknown. It is neither in one of thespecified tables nor defined by a "DATA" statement . . . . . .REPORT ZAC_TAB31.TYPE-POOLS SLIS.TYPES:BEGIN...

    Labels in this area

    Explore this Area