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

    Error in MM01

    Hi All,When Creating an Material in MM01 I am getting an dump.Dump Details:What happened?    The exception 'CX_SLD_API_EXCEPTION' was raised, but it was not caught anywhere     along    the call hierarchy.    Since exceptions represent error situatio...

    function module within loop

    HI ,I am using fuction module within loop which is taking lots of time please tell me any trick how to do fast processing my code is LOOP AT IT_HD INTO WA_HD .     var = var +  1.     CALL FUNCTION 'BBP_PD_SC_GETDETAIL'       EXPORTING         I_GUID...

    function module within loop

    HI ,I am using fuction module within loop which is taking lots of time please tell me any trick how to do fast processing my code is LOOP AT IT_HD INTO WA_HD .     var = var +  1.     CALL FUNCTION 'BBP_PD_SC_GETDETAIL'       EXPORTING         I_GUID...

    Resolved! Accepted Solution

    Selected category inconsistent with implicit enhancement category

    Hi all,We are trying to append a customer field to Ci_proj which is included in Pshlp_custflds_proj_st. When we activate ci_proj it gives an error because of inconsistent implicit enhancement category in Pshlp_custflds_proj_st. Pshlp_custflds_proj_st...

    Resolved! Accepted Solution

    Need to fetch mail-ID from outlook distribution list and need to send mail from SAP

    Hi,  In outlook I am having distribution list with name "DL-XX-XX XXX XXX" it contains forty persons mail ID,I need to send on excel sheet that is generated by ALV report to all of the members in distribution list of outlook.  In SAP how can I read t...

    Resolved! Accepted Solution

    module-pool table control alwaes display left 2 column, when scrool to right

    Hi,I create module-pool  program haveing table-controol.On table contain 25 column, and it display 10 column on the screen.Here 1st 15 column are input disable,after that all fields are input enable.the problem is when i want to go input the beging c...

    Resolved! Accepted Solution

    Locking of customer in order to block changes through XD02

    Hi Experts,I am using the FM ENQUEUE_EJGKNA1 passing the in order to put the lock on the customer 'XYZ'.I am passing mode_kna1 as E ( Write_lock), Client= sy-mandt & customer ID.The record is locked & I can see the ock in SM12.However when I try to c...

    Resolved! Accepted Solution

    update IF Condition

    Dear Experts,In case of Systems QM5 and PM5 we need to consider the compny codes additionally.When lc_logsys_QM5 and company code 1200 or 1400lc_logsys_PM5 and company code 1200 or 1400 MOVE 'X' TO ls_it_poitem-gr_non_val. When NOT company code 1200 ...

    Pressing enter in customer data tab not reflecting changes in PAI of the Module Pool in ME22N,ME23N

    Hi I am back with another query.Not I have added my custom fields on screen. But when the user does some action on the screen in those fields by pressing enter the value either gets removed or brings the old database value.I need to check when the us...

    Resolved! Accepted Solution

    MIGO - Collapse/Expand all the items in the Items table

    Hello SAP Experts,We are trying to collapse/expand all the items in the Items table, when the Inbound Delivery document data is being loaded in MIGO. This should happen when the user hits the <GO> button by specifying the Inbound Delivery Document No...

    Resolved! Accepted Solution

    VL10D y VL10B exit

    Hi:I need to call a proxy in a user exit, customer-exit, badi,etc. for VL10D and VL10B transactions before commit and I send data of the delivery. Otherwise I need to set a field in the LIPS Field (por example LIPS-KDMAT) when the data is sended.Solu...

    Resolved! Accepted Solution

    Change Field Bukrs.

    Good morning guys.I need to change the field BUKRS all tables that have to 'LIVE' to 'TBRA'.There are four tables with millions of records.which is faster?Select pacage sizes in 5000 and use modify command.  or  Give an update only the field BUKRS ta...

    Resolved! Accepted Solution

    store an object into database table without using persistence class

    Hi,I have a z class with some attributes and methods. I created an object to the class and now I want to store this object into database for future use. I mean, I want to dump the object that is in heap memory to database table as it is. and want to ...

    error Field "WA_ADRC": Invalid type "u" (internal ABAP)

    in smart form global data: wa_adrc type ty_adrc                                         it_adrct type  ty_adrc. initialization:TYPES : BEGIN OF ty_ADRC,        ADDRNUMBER TYPE ADRC-ADDRNUMBER,         NAME1 TYPE adrc-name1,        CITY1 TYPE adrc-cit...

    Labels in this area

    Explore this Area