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

Resolved! Group By in ABAP ..

Hi,My Itab contains n number of records and i am triggering mails wrto the mail id in itab.and it's working fine .I want to group my Itab wrto Mailid, and want to trigger mail Only once with the set of records.Say,if my itab contains 15 records ..wit...

Infotype

How to retrieve a field from an infotype.Suppose in infotype P0017,the field name is KFZKZ.I want to compare this field with an internal table field.1.Can I just use If P0017-KFZKZ = INTAB-FIELD or some thing else (because it is an infotype)2.If i wa...

Text on SCREEN?!

Hello,i my report is run, I would like to provide a little description of the report on the selection screen.I can use something like:SELECTION-SCREEN BEGIN OF LINE. SELECTION-SCREEN COMMENT 1(83) descrp_1.SELECTION-SCREEN END OF LINE.INITIALIZATIO...

Resolved! Text on SCREEN?!

Hello,i my report is run, I would like to provide a little description of the report on the selection screen.I can use something like:SELECTION-SCREEN BEGIN OF LINE. SELECTION-SCREEN COMMENT 1(83) descrp_1.SELECTION-SCREEN END OF LINE.INITIALIZATIO...

QM02 trans data

Hi,Can any one tell me in which table i can find the data.QM02---> enter some notification numberclick SUBJECT tabu can see down EXECUTION tabthere u can see 'Department resp' '123456' '<b>asdfgf</b>'I need "asdfgf" data table.points guaranteedcheers...

Resolved! Radiobutton

Hi Experts,This is PrabhakararaoI have a small problem.I had taken two Selection-screens. One having 3 Radiobuttons and second having 2 input fileds. Whenever i executes a program if i click 1st radiobutton on first selection screen then 1st field of...

sap script

hi alli am stucked in sap script..i am not able to wriet a complete statement in one line..BOX XPOS '8.6' CM WIDTH '0.9' CM HEIGHT '0.5' CM FRAME 25 TW INTENSITY 20i want to write in one line..but i am not able to write 20 . else evrywords are comin...

Resolved! Problem in Screen

Hi,I am using the Main Program of the Sap Layout used to print the Invoice. This Programs Original Language is DE. The Program Type is Executable. I have created a Screen called 1000 and calling it in the following form.FORM entry USING return_code u...

Resolved! Transfer a File with RFC

Hi: I don't have much time in ABAP. I'm generating a Flat file in CRM system, but maybe I will have to left this file in an R/3 system directory. Can I do this by an RFC? Is there anyway to send a flat file by parameter to another system bye RFC? or ...

Resolved! XD01 User exit

Hi,I am facing a problem with EXIT_SAPMF02D_001. I want to pop up a message saying "Are you really want to leave Attribute 1 on Additional data field blank?" I was able to code for pop up. If user says 'no' and click on extras -> additional data, the...

Resolved! select statement

Hi guyz,I have an issue with the select statement.the following code is existing in my program to select.select objnr gjahr appending i_costfrom coss for all entries in i_aufnrwhere objnr = i_aufnr-objnrand gjahr in s_gjahrand kstar in (c_labor, c_ov...

pls try this

Hello Guys.Every one is helping me a lot, when ever iam asking doubts immediately answers are getting thanks for everyone.Any how here is the task try to give code for this Create a report which will give the existing stock for a material. The report...

Re-send Idocs

Hi folks, I need to re-send Idocs, which are with status '03'. I know the transactions : bd87,we19 and bd73 and program :RSARFCEX. What are the other way, as I have 900 idocs which I want to external non-sap system . I just got call from ...

Execute the Program

Hello Friends,Execute the program in your systems and check that it is showing the last data, i want the entire data. And also make sure that EKPO table data is not coming make some corrections in that. its very urgent help me soon.THANK YOU Girish.*...

Resolved! sy-subrc eq 4

Can anybody tell me where I am doing wrong in the below code. The sy-subrc is getting 4. Please explain.And moreover if I uncomment the commented lines in the code will this program work???DATA: BEGIN OF ls_vbak, vbeln TYPE vbeln, END OF ...

Resolved! Joining 2 tables

I am using the following select statement to select from 2 joined tables into an internal table: select DISTINCT zgtis_qtheader~qtenbr zgtis_qtheader~prjnam zgtis_qtheader~status zgtis_qtheader~expdte into table t_qtlist from zgtis_...

Bapi problem in IS-U

Hi all.I'm trying to change the facts of a given installation. In short, the price of an operand by using 'BAPI_UTILINSTALLATION_CHANFACT'. After tons of proves i've got the next message: "The xxxxx installation facts have been changed".then, in the ...

Labels in this area