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

    How to choose between BADi or Customer exit is required for any enhancement ?

    Hi all,How can we select to go for BADi implementation or customer exit based on the any enhancement requirement? I learnt both of these but it seems to be for both of these can be used to enhance the standard SAP program functionality. Using BADi en...

    Working with MIRO

        if not it_ekko[] is initial.    SELECT EBELN EBELP BEWTP MENGE BUDAT belnr FROM ekbe    INTO CORRESPONDING FIELDS OF TABLE IT_final for all entries in it_ekko WHERE BEWTP in ('E','Q') and ebeln = it_ekko-ebeln.    endif.    i have display only BE...

    Spool Deletion Log

    Hi All,We have a program which stores a spool number in a z table when the output type for the billing document is processed.There is a separate program (executed as a batch job at the end of day) which send the consolidated pdf statements to custome...

    Resolved! Accepted Solution

    error in bdc table control?

    Dear abapers,after searching in scn i am posting this questionDATA: BEGIN OF it_xk01 OCCURS 0,        f1(1),        f2(5),        f3(5),        f4(9),        f5(9),      END OF it_xk01. DATA: v_count(2) VALUE '00',      v_koinh(14),      v_banks(14),...

    Resolved! Accepted Solution

    Declarations Linux Server

    Hello experts,I have an abap code to generate a csv file on a linux server (trough transcation AL11)On the decalarion part, I found this:DATA : c_file_path(60), c_file_path_d(12) VALUE 'XXX', c_file_path_f(11) VALUE '/XX/XX/XX'.Could someone tell me ...

    Resolved! Accepted Solution

    How to convert a Type Pool / Deep Struture to a ABAP Dictionary Structure

    Hi, I have type pool which has several deep structures declared (QPRE). I want to pass data using one such deep structure to a FM ( a smart form).  The smart form asks for type declaration of the interface data, and the deep structure does not have a...

    short dump

    Hi experts   when I am Going Activate Custom function module   that is copied from RSAX_BIW_GET_DATAWHEN Am going to execute   it is showing the following error how can resolve this error please help  meRuntime Errors         CALL_FUNCTION_NOT_ACTIVE...

    Resolved! Accepted Solution

    Alv tree

    Is there anyway to create a variant for the tree (similar to that in alv report) so as to allow the user to create and save the order in which they want to display the columns in a tree?

    Resolved! Accepted Solution

    In ECC 6.0,Error while executing a code in Background or direct execution, but works fine while debugging

    I am trying to execute a program in ECC 6.0 system which creates invoices.When I execute this program in background, It shows below error in job log:The key to reconciliation is blocked by <Fikey> <Username>.FYI : On every execution reconciliation ...

    Need TMG Event

    Hi All,I have table maintanance generator and table having two check box fields. The user should not select two check boxes,The user should select only one check box, the system should not allow to select two check boxes.Please suggest me.Thanks and ...

    Resolved! Accepted Solution

    Equipment BOM

    Hi Experts,Iam looking for a BAPI , to create Equipment BOM along with material as subitems.I searched several forums , where they suggest "BAPI_MATERIAL_BOM_GROUP_CREATE" for creating Material BOM.Iam in need of equipment BOM creation( IB01) not Mat...

    Resolved! Accepted Solution

    search help button

    Hello,I created a search help for a custom field in custom field of VL01N. At the corresponding field, I wanna show the search help push button which shows when cursor is set to the field in the same way as the system does.Thanx.

    data was not fetching from f.m BAPI_AP_ACC_GETBALANCEDITEMS

    Sir,              I have a requirement to fetch the open vendor line items.              so i am using the f.m               BAPI_AP_ACC_GETBALANCEDITEMS.pls see the code .PARAMETERS    :    C_CODE TYPE         BUKRS.PARAMETERS    :    V_VENDOR TYPE ...

    in TMG enddate

    Hi,in table maintenance generator i have a fields, in that one field enddate is there.in this enddate field by default value should display like : 31.12.9999for this i wrote a event 05 .. manually assign the value to that(31.12.9999) but in sm30 when...

    MD61 BDC or BAPI

    Team,We want to update the requirements plans by using the T-code MD61. We tried with BDC but for 16 materials it is working fine when we are going for more than 16 materials it is not updating properly. We also tried with the BAPI_REQUIREMENTS_CREAT...

    Labels in this area

    Explore this Area