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

    select options on date

    Hi All, I have a select-options variable on a date variable in which i want to default the date range as last week. I tried the following but it didnt worked.SELECT-OPTIONS: s_date FOR pa0000-begda default sy-datum - 7 to sy-datum.Any clues...

    Resolved! Accepted Solution

    code

    Hi experts,see the below code.CALL METHOD CL_GUI_FRONTEND_SERVICES=>CLIPBOARD_IMPORT IMPORTING DATA = EXCEL_TAB1 EXCEPTIONS CNTL_ERROR = 1 OTHERS = 4. IF SY-SUBRC <> 0. MESSAGE A037(ALSMEX). ENDIF.The EXCEL_TAB1 co...

    Regarding IDOC

    Hi, can any body please give me the solution for below mentioned. I am using a functional module to convert an IDOC with an extension/enhancement and a message type to an IDOC with Different message type the problem is that the converted IDOC i...

    Resolved! Accepted Solution

    Modify Std SAP SCript

    Hi All I want to modify a standard SAP Script i want detail steps. Take any std script and give me the steps. I will be given this task by me TL after 3 days (he told me ) so want to prepare first. All helpful replies will be rewarded . Step by step...

    Resolved! Accepted Solution

    data transfer

    Hi experts,I have a Z table, i created my own request, but in se10, the table is showing like R3trtablZrepl_gpsMy table name is zrepl_gps.Can any please give some idea, why showinglike this.Thanks in advanceRamsMessage was edited by: ramesh

    add leading zeros

    Hi All,Please can any one help me .i have one field <b>char 6</b> ,i need to add zeros to this field.ex:1) field value is 1 i need to do like 000001. 2) field value is 20 i need to make it 000020.kindly give me solution for this.Thanks in Advance ....

    Resolved! Accepted Solution

    Fixing ABAP Unit

    HelloI'm having a problem getting my unit tests to run, these unit tests were working before until the server was redone a few days ago. I haven't changed anything to the test classes but now when I execute any of the unit tests ABAP Unit breaks with...

    Resolved! Accepted Solution

    problem in code

    Hi experts,See the following code.TYPES: BEGIN OF TY_S_SENDERLINE, LINE(4096) TYPE C, END OF TY_S_SENDERLINE, TY_T_SENDER TYPE TY_S_SENDERLINE OCCURS 0 DATA: EXCEL_TAB1 TYPE ty_t_sender.So here i want to create wor...

    Resolved! Accepted Solution

    Update delay simulating

    Hello all,we have the following situation. From the repair order a service order is created. As per standard SAP u can configure the service order is released during it's creation. But due to certain reasons we are not using the SAP provided configur...

    Resolved! Accepted Solution

    tab strip control

    hi experts, I am doing automatic debtor clearing using tcode f-32. in transaction f-32 second screen i need to select the items which i need to clear. how i know how many items fit in first page. because in my system its showing 16 items, b...

    Resolved! Accepted Solution

    confused about the return type on cl_abap_typedescr=>describe_by_name

    I have been foudn some code shown below.DATA: descr_ref TYPE REF TO cl_abap_structdescr.descr_ref ?= cl_abap_typedescr=>describe_by_name('SFLIGHT' ).To the method describe_by_name , which parameter are shown below:P_NAME TYPE ANYVALUE( P_DESCR_REF ) ...

    Resolved! Accepted Solution

    set pf-status

    Hi,I'm facing a problem with GUI status. I've created status. Inside it there are 3 buttons BACK,EXIT, and RW.After selection I'm not able to see them at all.I've put my status here:END-OF-SELECTION.set pf-status 'STAT'.Regards,Wojciech

    LSMW iterations

    Hello,I'm trying to achieve the following:I have a txt file which contains a number of pernr's.Now I want to modify all the children of each pernr through LSMW.I have already created a batch input recording where I change one child. But I don't know ...

    Labels in this area

    Explore this Area