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...

    Resolved! Accepted Solution

    Is it okay to pass the "same" actual param to IMPORTING & RETURNING params of functional methods

    Hello SCNers,I am using the functional method CL_RECA_DATE=>ADD_MONTHS_TO_DATE( ) to skip the date by a month. This is how my code looks like: lv_next_due_date = cl_reca_date=>add_months_to_date(                      id_months = 1                    ...

    SuhaSaha by Product and Topic Expert
    • 1269 Views
    • 9 Comments
    • 0 Likes

    Exclude

    Hi Everyone,This is my code, I need to exclude my select optionsranges : v_dat for *****             v_dat-sign = 'I'.             v_dat-option = 'BT'.              V_dat-low = '00000000'.               v_dat-high = sy-datum-days.( days(03) default '...

    BETMAS dump in BD21

    Hi experts,When running BD21 with BETMAS  as message type.it is throwing below dump.Category               ABAP Programming ErrorRuntime Errors         CALL_FUNCTION_PARM_MISSINGExcept.                CX_SY_DYN_CALL_PARAM_MISSINGABAP Program         ...

    abap interface

    hi:      I have a requirement to achieve SAP and external systems interfaces      However,  have large amount of data.       Which interface mode for high-volume data?(remote rfc  、webservice.......)       please give me suggestion.      thanks    ...

    Resolved! Accepted Solution

    BCALV_EDIT_0*

    Hi expertsI have a requirement to create an editable ALV with Insert, Copy and Update functionality.I went through the posts and figured that i must look into the BCALV_EDIT_0* standard programs.What i am still not able to understand is how the ALV t...

    Resolved! Accepted Solution

    How to get business requirement from idoc

    Hi Experts,I have a requirement in idoc to understand the logic how inbound idoc is working.The idoc is trigerring through modulepool program mean fisrt screen i am giving data - Delivery                   Batch no                   Plant            ...

    WHAT determines the speed of select command in this case?

    Hi experts.I have a select     SELECT * UP TO me_mass_rep-me_number_of_headers ROWS      FROM ztcrpin      INTO CORRESPONDING FIELDS OF TABLE crpin        WHERE lgort in ('LVUT','MOBI','CLIE')        AND status  EQ 'DEPS'        AND statun  EQ 'ATIV'...

    BAPI_ACC_DOCUMENT_POST error on posting Coustomer documents

    Hi,CALL FUNCTION 'BAPI_ACC_DOCUMENT_POST'  EXPORTING    documentheader          =*   CUSTOMERCPD             =*   CONTRACTHEADER          =* IMPORTING*   OBJ_TYPE                =*   OBJ_KEY                 =*   OBJ_SYS                 =  tables*   A...

    Resolved! Accepted Solution

    Report text is not included while creating requests

    Hi all,Working on EHP6 FOR SAP ERP 6.0 version.While creating request for   Abap Editor,  Report Texts is   not   included in request(even if text is changed, no request popup is displayed) and  not transported to quality, but if   program name is  d...

    Lost Variants

    Hi Experts, I have done some changes in selection screen parameters type. As a result. I lost all variants in DEV.Is there a way to copy Variants from Prod to DEV ?How can I make sure that when my change move to QAS and PRD, those variants are lost. ...

    Labels in this area

    Explore this Area