Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

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

Criticality.png

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

2024-08-07_08-25-11.png
sheenamk by Developer Advocate
  • 83471 VIEWS
  • 212 REPLIES
  • 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        ...

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

Billing to Accounting user exit - Field Number of the Invoice the Transaction Belongs to

Hi Folks,I am looking for exit/badi while billing to accounting (credit memo - automatic FI posting), I need to fill data in Number of the Invoice the Transaction Belongs to field (BSEG-REBZG) in customer line item. tried some these exits, SDVFX001 U...

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