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

Resolved! String operation

Hi All,I have a string variable which should ideally contain an integer value which i am asigning to an integer variable. Now accidentaly if a character value is present in the string variable the program gives a dump while trying to assign that char...

Anindya by Explorer
  • 795 VIEWS
  • 6 REPLIES
  • 0 Likes

Resolved! append internal table

Hello,What I would like to do is append a line into an internal table at certain index using a single statement (if possible).I can use The 3 glasses method to append a new line into an itab at certain index ...but I wonder if ABAP does not have an ...

Resolved! ALV with Editable Fields

hi,i am developing a reort for GR Equipment Creation and using an ALV which has some editable fields.In that ALV for example i have 5 rows but when i copy data from EXCEL having more than 5 rows and paste those in those editable fields, the number of...

Resolved! Sysntax error

Hi experts:This code is giving error:Select * from t001 into corresponding fields of table it_t001.Select * from T009 into corresponding fields of table it_t009.Loop at it_t001 into it_t001_line.read table it_t009 with key periv = it_t001-periv.If sy...

Resolved! Reg: Smartforms

Hi all,I have the requirement like,I need to print the sub-total in each page for an invoice if my lineitems are getting printed more than one page...i have used the table in the main window...i want to know whether any events are present to calculat...

Calling RFC

Dear Expert, I try to calling a RFC FM to another system, but a short dump appear showing message "An authorization check could not be executed ". Is this because of the Authorization problems?Please advice.Thank you.Cheers,Celest

Resolved! run time error

can anyone tel whats the mistake in this programtables : mseg, mkpf, mara.************************INSERTION FOR ALV********************************type-pools:slis.data : ist_list_topofpage type slis_t_listheader .data : s_list_topofpage type slis_lis...

Resolved! alv sort

Hi,I have regarding problem of ALV Sort . My Field name 'PEND' and data type is KWMENG. when i pass field name to alv sort it give me runtime error.My Code like it_sort-spos = 7. it_sort-fieldname = 'PEND'. it_sort-tabname = 'IT_VBAP'. it_sort-...

F4 Help Related

Hi,I have a select option defined as below:SELECT-OPTIONS : S_GSART FOR VDARL-GSART. " Product TypeOn execution of the report, on hitting F4 key, I am getting around 15 fields in the popup screen.5 out of these are blank entries which I want ...

IE02 Guarantee date

Hi,I am getting wounder in the problem related to updation of CDPOS table for one field in IE02. At the time of changing in Guarantee date value in IE02 t-code CDPOS is not getting update, but for others it is updating fine. Please suggest me what mi...

Resolved! Modularizing code

Hi,I have a code piece:REPORT Z_CONSISTENT.tables: t001,tkeb,tka01,t242v,t009.data: it_t001 type table of t001, it_t009 type table of t009, it_tkeb type table of tkeb, it_tka01 type table of tka01, it_t242v type table of t242v.Se...

Resolved! ITAB data to Xstring

Hi all,in the below code i am converting the ITAB data to Xstring by using Fm : SCMS_TEXT_TO_XSTRING.here in ITAB i am taking 2 records, but in the generted Xstring is the same for both the records.how do i get different Xstring for different rows of...

SOLVE THIS QUERY

HI SAP GURUS,SELECT SUM( dmbtr ) INTO w_dmbtr10 FROM bsis WHERE belnr = it_input-belnr AND hkont = it_input-racctAND gjahr = it_input-gjahr AND bukrs = 'BP01'AND shkzg = 'S'.I HAVE GIVEN THAT IN A LOOP.SY-SUBRC ALWAYS EQUALS ZERO. WHAT S WRONG WITH...

Resolved! smartform Page control

HI all, In form I'm not able to display all the items in the same Page.the footer items which contains some details is carried to the next page i want in the main page.in footer i got 8 lines, i'm getting blank at the end of main page.Atleast ...

Resolved! hr_infotype_operation

Hi all,I have one problem in hr_infotype_operation. I have one program which updates infotype 14 and 15. This job is scheduled in background at the end of every month. Number of records update those infotypes are more that 3000. This job is takin...

Labels in this area