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

SELECT

HI, i have such code tht not fetching data why? tables: mara. types: begin of itab occurs 0, matnr type mara-matnr, end of itab. data: itab1 type standard table of itab with header line. select matnr from mara into i...

report

siri m create a zreport and fetch the data in database but when we executed the report every line in report repeated in 2 times plz check my codingREPORT ZXP2.Tables : bkpf, bseg,bkpf_alv.DATA: BEGIN OF ITAB OCCURS 0,BUDAT LIKE BKPF-BUDAT,BLART LIKE...

Resolved! moving data

Hi experts,I have some data in one internal table say itab.Ex: in itab i am having ebeln and ihrez fields data from EKKO.And in another internal table jtab i am having ebeln,ebelp,werks data from ekpo.now i want to move ebeln,ihrez,werks into another...

Resolved! set_text_as_r3table

Hi alli retrieve few row of record from my database and i had put these record into a internal table. i gt a problem in putting the internal to the method. Any help? the method is set_text_as_r3table.data: begin of itab occurs 0, name type Stu...

Resolved! Development class ...

hi i am using a development class in my table maintainence generator as we need to give dev class therethis dev class is in prd already i have created a request for table maintaince and in table maintaince generator i have give the dev class as zsd ...

Resolved! sql statement

hi alli want to store the record into an internal table. What is the syntax? example select name from student where class = 'abc'.i want to store all the name from the class 'abc' into a internal table. How can i do it? thankz.

problem in sm30

hii don't want dropdown list for a field in sm30. because if i copy and paste from an excel sheet the dropdown field was not filled up. so i need to manually create one by one. is there any way to avoid this dropdown list box in sm30.(the drop down i...

report

HelloThis is lalithain the select statement the syntax (if it_vbak[] is not initial.select * from vbap into table it_vbap for all entries in it_vbak where kunnr = it_vbak-kunnr .)I want to know the meaning of initial ie what values of vbak is it sele...

Resolved! Selection screen block

Can we give width and height to Selection-screen begin of block block1....To my knowledge..is it true that we can specify the position by usingselection-screen skip ... and selectrion-screen position...any command to specify position by using row,col...

Resolved! snote?

hi friends can any one help me out how to work with trancation snote. what is the use of snote how to navigate in snote ?what is the advantages of snote ?can any one send me the detail explanation about snote.my mail id prasadvbasis@gmail.com.how to...

Resolved! Set Variant in Program

Hi,I have a requirement for a selection screen with 4 radiobuttons. Each radiobutton should trigger a selection screen variant to be displayed. I've tried using the following function modules, but it doesn't seem to work.RS_SUPPORT_SELECTIONSRS_VARIA...

Resolved! T-CODE

Dear all,I have a few Z programs each of which has been assigned a T-Code.Could ne 1 plz tell me --if I want to get all these T-codes in a single program,as in a user through that program will be able to go to any of the T-Code he wants at that point...

Labels in this area