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

    how to remove spaces in comma seperated file

    hello guys,I have requirement like belowI want to download sap values inton internal table the structure of the internal table is likeTypes : begin of ty_list,            year type year,            period type year,            trc type char 1        ...

    Resolved! Accepted Solution

    How to read a value of csv file.

    HelloAnybody can tell me that how to read a value of perticular colom of csv file throgh class.class is using  1- if_inbound_exit_bcs                        2-if_document _bcsRemember please I want to  read a value of perticular colom for example col...

    BDC in RFC

    Dear All,I want to call BDC within RFC but it is giving error..can you help me.Regards,Fico user01Moderator message: too vague, please do more research before posting, describe problems in all technical detail when posting.Message was edited by: Thom...

    Tcode SM69

    Hi All,Software Liaison EDI Notepad is intalled in SAP server. I'm trying to convert EDI input file to HTML output file. Input file is stored in SAP server. I have defined external OS command in SM69 and when executed through ABAP always function mod...

    Resolved! Accepted Solution

    Email with HTML content is not working in production system!!!

    We implemented program to send email with HTML content. Using BCS class for it. Below is the code... This is working fine in all the systems but not in our production system. In production, we are receiving emails without formatting i.e. with HTML ta...

    Resolved! Accepted Solution

    Clearing a local variable

    Hi All,I was having a discussion with someone who wanted me to remove CLEAR statement with local variable. I use to follow the rule that we should always clear a variable before use. But now I couldn't find any reason why we should do this. Expert co...

    SOST Email Issue

    I am using CL_BCS to send email with excel attachment. ( which contains contracts). If I run my program with small range of contracts ( 50 records in Excel) I am able to see email in SOST with status waiting. However if my number of large range of co...

    Resolved! Accepted Solution

    custom inbound idoc status

    Hi,I have created a new status for an inbound idoc, that should put the idoc in error.I have watched the settings of status 56, and copied them.So I have created a status 76 in table TEDS1, and in table TEDS3, I set the field STATVA to E.When I test ...

    Explicit Enhancement in FM:CO_RU_CONFIRMATION_POST being called only in Debugger mode and not Directly(without a breakpoint)

    I have created an Implementation for an Explicit enhancement point : ENHANCEMENT-POINT CO_RU_CONFIRMATION_POST_05 SPOTS ES_SAPLCORF , inside a FM: CO_RU_CONFIRMATION_POST , and have added my custom code in it and the requirement is for a process orde...

    Resolved! Accepted Solution

    output for field kwmeng (quantity) has different format when sent in fax and email

    Dear All,Issue:Sales Orders are placedWhen this is output via the FAX, the format for Quantity field is correct.But when the same is output via the Email , the format for theQuantity field is changed.Please let me know where to find the error.Regs,TS...

    Resolved! Accepted Solution

    BDC return message problem

    Hello ABAPers;In our system, we are using "perform bdc_transaction using 'F-36'." and in     CALL TRANSACTION TCODE USING BDCDATA                     MODE   CTUMODE                     UPDATE CUPDATE                     MESSAGES INTO MESSTAB.My messa...

    Resolved! Accepted Solution

    Buffer table for small customize table with approx 15k records

    Hi,I have small customize table with approx 15k records. MANDT    CLNT   3ZDCR       CHAR 4ZSTR        CHAR 4MRPPP    CHAR 3PLIFZ       DEC 3above table is consider configuration table with minimum modification and very frequence access. I was thinki...

    Resolved! Accepted Solution

    How to compare 2 internal tables and store data

    Hi All,I have 2 internal tables:T1 - 20      30      40      80T2 - 20      40      90      100I need the values from both the internal tables which are not there in  the other one.Like i need 2 new internal table:New 1 - 30             80These are t...

    Labels in this area

    Explore this Area