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

    Link sessions and locks way

    Hi guys,I need to close sessions of some user that is locking one object previous to trigger a job(i need to make this by program not handly),  but this user can have several sessions of same transaction and locking sveeral objects. I don´t know how ...

    Resolved! Accepted Solution

    Non PO Invoice post using BAPI PRELIMINARY_POSTING_FB01

    Hi All,Can we post NON PO Invoice using BAPI "PRELIMINARY_POSTING_FB01"?No documentation is available for the BAPI.I checked the BAPI "BAPI_ACC_DOCUMENT_POST" but it does not have all the required fields like posting key, Total document Amount (Vendo...

    Resolved! Accepted Solution

    Pass Parameter value to event At Selection-Screen On Value-Request

    Requirement -  Need to capture parameter value from selection-screen .                     Pass the value to method CALL METHOD cl_gui_frontend_services=>file_save_dialog ,                     Which comes under event At Selection-Screen On Value-Requ...

    Resolved! Accepted Solution

    BSP Tree not Complete

    Hello community,in Eclipse I can't see the subfolders and items of a BSP application.Here a comparisation between the tree in Eclipse and in the SE80:It is not possible now or is it customizing?Thanks for tips and hints.CheersStefan

    Can we add a custom conversion routine to standard domain which do not have any conversion routine Assigned.

    We have a requirement where we need to apply conversion routine to a standard domain.But the standard domain does not have any conversion routine.Hence we cant override it.Is there any way to achieve it without modification?

    Using COLLECT statement except for the specific column

    Can I use the COLLECT statement except for the specific column as below?Example)A   BR   BR40   100A   BR   BR41   200A   CR   BR40   300Result)A   BR   Total   300             BR40  100             BR41   200A   CR   BR40  300I want to make it by us...

    Resolved! Accepted Solution

    Cleaner syntax for filling up internal tables with VALUE?

    Hello SDNers,Let's consider this scenario.I have a method fill_table( ) defined as       fill_table         IMPORTING it_integer TYPE int4_table         CHANGING  ct_integer TYPE int4_table. Implementation is:   METHOD fill_table.     ct_integer = ...

    SuhaSaha by Product and Topic Expert
    • 1640 Views
    • 7 Comments
    • 0 Likes
    Resolved! Accepted Solution

    FI_ITEM_MASS_CHANGE is not working properly

    Hi Friend,Before coming to write discussion read lot of discussion.I am updating BSEG-ZUONR.This is my code below,READ TABLE it_return into wa_return1 with key type = 'S'.    if sy-subrc = 0.  clear: wa_vbrk, wa_vbrk1, wa_bkpf, wa_bseg.    WAIT UP TO...

    Resolved! Accepted Solution

    MIGO SLED/BBD date change

    Hi Expert......Require : we want to change SLED/BBD date when save MIGO Transaction. Current System : When doing MIGO at that time Date of Manufacturing and SLED/BBD auto getting from Material Classification.                           But when MIGO S...

    Resolved! Accepted Solution

    column heading in cl_salv_table - use heading of roll (data element)

    Hi all,in the data element we have the the texts for short description, short, medium, long and columns heading text with their repective lenghts.We have some standard data elements (i.e. XCOMPLCRED) with a 2 char length for the Heading and at least ...

    Clemenss by Active Contributor
    • 793 Views
    • 1 Comments
    • 0 Likes
    Resolved! Accepted Solution

    Issue with ALV

    Hi All,When I am calling ALV FM with the required input it is not showing data for some specific fields. Could someone please help me?I am calling the ALV function module as shown in the below code. Data in the fields CLDA1-CLDA7 are there in the OBJ...

    Chandan by Product and Topic Expert
    • 1299 Views
    • 4 Comments
    • 0 Likes
    Resolved! Accepted Solution

    Material Mater auto ALE

    Hi Experts,Whenever a material is created in the system it is getting ALE to the partner system, to avoid this we temporarily changed the partner profile and removed the message type from outbound parameters.But can anyone please tell me how to stop ...

    Resolved! Accepted Solution

    calling a method inside a subclass - factory pattern

    Hello,I am working on creation of a factory pattern. The "factory" method inside the class will instantiate the sub classes based on the importing parameter. The subclasses redefine an abstract method in the super class and the same is being called i...

    Resolved! Accepted Solution

    No syntax errors if import/export parameters are missing when calling FM

    Hi, When I call any FM, be it standard or custom, with some of the mandatory import/exporting parameters missing, the program doesn't show any syntax errors, even when activating it. However, it shows an error when checked with Code inspector.You can...

    Resolved! Accepted Solution

    ABAP dump "RAISE_EXEPTION"

    Hi, EveryoneWe're getting a dump "RAISE_EXEPTION", there's no specific error indicated in the dump analysis. However, dump is related to program " SAPLSTXX". We've already tried to search for related sap notes to fix the issue, unfortunately it seems...

    jmgr by Explorer
    • 10604 Views
    • 10 Comments
    • 0 Likes
    Resolved! Accepted Solution

    Extracting data from SE37 using C#

    I am accessing the BAPI: BAPI_ALM_ORDER_GET_DETAIL using C# through the following code:public double getActualCost (R3Connection connection, string orderNo)        {            double actualCost = 0;            try            {                connect...

    Labels in this area

    Explore this Area