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

    Is it possible to get the breakup of subtotals got by subtot of sort table.

    I have developed a alv report by using the 'REUSE_ALV_GRID_DISPLAY' function module, in this I have got the grand total by using the do_sum field from the fieldcatalog table i.e.(slis_t_fieldcat_alv) And I have got the subtotals by using the subtot f...

    Resolved! Accepted Solution

    EXPORT / IMPORT

    Program (A) has this code: EXPORT gi_po TO MEMORY ID 'ZGI_PO'.program (B) as this code: IMPORT gi_po FROM MEMORY ID 'ZGI_PO'. READ TABLE gi_po INTO gw_po WITH KEY ebelp = i_input_user-kposn.and program B got runtime error at this IMP...

    Resolved! Accepted Solution

    Excise Invoice Smartform

    Hi friends, I am working on a smartform created by copying ZLB_BIL_INVOICE_EXCISE_FACT1. Some changes are made in this form in the address part. Rest of the coding in the form are unchanged. But, still the main window is not getting executed an...

    Resolved! Accepted Solution

    script::-text element

    Hi All, In ME22N transaction we are maintainig item texts i have to print some 3 texts. we have maintained those 3 text element but only first one is getting printed, the other two i am not able to print. control is not going to the other text el...

    Resolved! Accepted Solution

    ERR in ITAB

    LOOP AT imseg_mkpf_e ASSIGNING <ls_imseg_mkpf_e>.AT END OF matnr. READ TABLE itab_mbew WITH KEY matnr = <ls_imseg_mkpf_e>-matnr. if sy-subrc = '0'. itab_mbew-max_qty = <ls_imseg_mkpf_e>-lbkum. <ls_imseg_mkpf_e>-s_stock = <ls_imseg_mkpf_e>-lbk...

    Resolved! Accepted Solution

    Validating Email Address

    Hi,I want to validate a email address which is present in a Char variable. I want to check whether it is in accurate format or not. Please suggest me some function module or code which can do this job for me.Please Help me out.Thank You in Advance.

    BDC

    In am creating a BDC for MB10 transaction. This is for material return to vendor.The scenario of the transaction is as follows.Against a single PO, multiple goods receipts has been done. This has created multiple material document. For this PO the...

    Resolved! Accepted Solution

    Error while doing LSMW

    Hi, Freinds I m getting error while doing LSMW. In the step <b>Convert Data</b> it gives the following error <i>'Syntax error in program /icadmc/sap_lsmw_conv_0000027line 27for type 'C' a maximum length specification of 65535 is allowed'</i>Please He...

    Tab delimited

    HI Group,I have to upload one '#'delimited file from application server to internal table.I used open dataset command andread data set to get the file content in one string,afterthat when I use the SPLIT command its not spliting the columns at '#'.I ...

    Resolved! Accepted Solution

    enter values for the table

    Hello ABAP Experts,I have a z table. I can enter the values in Dev using sm30. I have just transported the table to QA. when i am trying to use the sm30 in QA it is giving this message:'The maintenance dialog for zbudget_dir is incomplete orr not def...

    Labels in this area

    Explore this Area