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

CONCATENATE problem

heloo i have problem that CONCATENATion is doen only up to 256 character.DATA : ZZ TYPE CATSXT_LONGTEXT_ITAB.DATA : ZZ1 LIKE LINE OF ZZ.DATA : TEXT_AA TYPE TEXT1024.LOOP AT ZZ INTO ZZ1 .CONCATENATE TEXT_AA ZZ1 INTO TEXT_AA.ENDLOOP.now for that TEXT_...

Resolved! field symbols

hi,i am using below statementsFIELD-SYMBOLS: <fs> TYPE ANY.ASSIGN 'CRMD_ORGMAN' TO <fs>.DELETE FROM (<fs>) WHERE guid = wa_zcont_delete-guid_set.in above statement field symbol (<fs>) is not getting replaced by 'CRMD_ORGMAN' and hence delete statemen...

Resolved! ouput table

Hi,the task seems to be almost unsolvable (for me at least).There is a table which provides us the data.This table is the basis for further action. It is a customer table.It consists of many fields likeHEADER_IDMEASURE_LEG_IDSIZE_IDSIZE_NAME (column ...

Resolved! Looping with control

Hello,In va02/01(uses SAPMV45A) I have created a new button which fills up profit center for all inserted rows using the first row. My problem here is that it only fills up the ones actually seen on the screen. So I debugged a little and found out th...

Resolved! Top-of-page in Alv Grid

Hi Experts,I want to display the below said in top-of-page (alv) as TITLE can include only 72 characters.*FORM TITLE.** WRITE BUDAT-LOW DD/MM/YYYY TO DATE1. WRITE BUDAT-HIGH DD/MM/YYYY TO DATE2.** CONCATENATE IT_FINAL-NAME1 'Reconcilliation Statement...

Time Split

Dear Experts,My report requires to calculate average of the time given. Now, when I calculate, it's giving me the correct output, however, it's not according to the time format.e.g. The Result = 7.76Correct Value should be 8.26 i.e. 8 hours and 26 mi...

modify PF-STATUS

Hi,Please help me in following problem.I would like to modify PF-STATUS of many Y reports, I just want to add same button in all PF-STATUS. Is there any class available which modify the PF-STATUS of the report by just passing the function code and ic...

Resolved! how to fetch data

Hi, I have to fecth the data from the oracel file.The date field length in oracle file is 11 characters and they mentioned the data as 20-feb-2009 where as in sap i have to give 8 chracters as 20090220 so how can i pass the data if the oracle file...

Date format

Hi,I have two problems 1:to change the length of the date from 8 to 6 but unfortunately it is giving me an error. 2: there is fields that I need to display lfart from likp it has a value of zslr or zslf but the client want to see d for zslf only not...

Labels in this area