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
  • 83561 VIEWS
  • 212 REPLIES
  • 39 Likes

Resolved! cl_gui_frontend_services=>gui_download - issue with german special char

Hello, we are using cl_gui_frontend_services=>gui_download to create from an itab an excel file. We face the issue that in this excel file german special characters like Ä, Ü, Ö, ß are not displayed correctly. I think we need to use a different codep...

Resolved! unicode error

Hi,I am using following code for importing memory-id from IMPORT E_VBKOK XANZPK TEXTTAB XBOLNR FROM MEMORY ID MEM_ID.TEXTTAB XBOLNR are structur.DATA: BEGIN OF MEM_ID, MANDT LIKE SY-MANDT, UNAME LIKE SY-UNAME, MODNO LIKE ...

sum amount

HIi use this part of code:loop at i_mapping into wa. if wa-xblnr ne m_xblnr and wa-mwskz ne m_mwskz. clear : wa1. move m_xblnr to wa1-xblnr. move m_mwskz to wa1-mwskz. move m_net to wa1-znet. append wa1 to i_new....

Language translation

Hi Friends,I have a requirement to add a language field to my selection screen. Such that when the user types IT (Italian) then the ouput headings and other text shoudl be in Italian. I have already translated all the text to Italin in the report by ...

Idoc in trfc queue

Hi,I have requirement where the idocs are sent to external (non sap) system, now when system is down or for some other reason the idocs gets queued up in trfc queue(SM58) , now when the system is up and running these idoc gets passed to the external ...

Resolved! CL_SALV_TREE Refresh

Hello!I have a development that generates a SALV Tree Alv. I would like to be able to refresh the ALV and preserve the collaps and extend state of the nodes!I tried to find a method that handles this for me, but with no success! Then I tried to find ...

Resolved! Script Problem

Hiu Experts,i have a small doubt in SAP Scripts ,if i select some 2 or 3 fields from database table and stored in internal table ,i want to print that data into SAP Script how to do thisif i give directly table name with field name it will give outpu...

Resolved! Size of an IDOC

Hi All,I want to know how much size & memory can be occupied by an IDOC when we triggering an custom IDOC.In Detail:-I am execting an custom IDOC from SAP R\3 to SAP XI.I want to know how much size or memory can be occupied by the system.Can we take ...

Resolved! Text table

Hi,Suppose table 1 is the text table of table2. then this text table will contain exactly the same numebr of keys of table2 or it can contain other key field as well apart from the key field of table1.thankstanmaya

Labels in this area