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

Resolved! blank screen problem

Hi experts.I have got a wierd problem. I wrote this report that takes some parameter and option selection and produces a report with ALV control. Now the problem is when I try to go back a blank page appears before taking me back to the input screen....

Material Document

Hi,I want to find list of materials whose stock balance has changed for today with the condition of movement types(i have around 50 movement types)For wht movement types a Material document gets created ???List of Movement Types: '102','105','106','1...

Resolved! Compiling INCLUDE progam

I am new to ABAP programming. When I compile an INCLUDE program, sometimes I get the following message:"REPORT/PROGRAM Statement Missing, or program type is I (INCLUDE)".But sometimes, when I compile it acts just like a normal program and gives eithe...

Linking APO Orders

Hello All,I am using Function Module /SAPAPO/OM_DRP_IO_GET to obtain order information for various plant/product combinations. The returning list in ET_IO will return information for a Forcast (FA), a Planned Order (EE), and Dependent Demand (EL). Fo...

Resolved! Hotspot..again

Hello,Thanks for everyone who replied my questions about hotspots initially.However, I still have one more question about it and is really hoping for your help.In the program I am writing now, I wrote the report at the end-of-selection event and then...

Resolved! Doubt in smartforms

Can you tell me when i'm using templets i couldn't display text in Line 1 ,column1 but i can do in line 1,column2 or column 3..But donot know why i could display the text in line 1 ,column 1?..Pls let me know..thanksbut this is happening in line 1 ,c...

Resolved! Selecting min value

I coded a select stmt which should return a min value and it is not returning correctly. select f1 MIN( distinct f2) as f2 f3 f4 into corresponding fields of table itab from db1 where f1 in r_f1 and f3 = <constant> group by f1 f3 f4.There ar...

Resolved! HELP IN TABLE CONTROL

Hi all,Iam using the following code to make rows inactive so that its not possible to give input to the table control in one of may screen 9002IF OK_CODE = 'SAVE'.loop at cnt_STS-cols into w_cnt_acct.if w_cnt_acct-screen-group1 = 'TES'.w_cnt_acct-SCR...

XSLT grouping issue

Hi,We have SAP webAS 6.2. I am trying to group the authors based on their name for each publisher. But I am getting wrong results. Can someone help me understand what I am doing wrong.Thanks,SumanSource XML <?xml version="1.0" encoding="utf-8"?> <Pu...

Resolved! Regarding BDC

Hi all,I am calling FI_ITEMS_MASS_CHANGE FM within loop.it is giving error as 'Entry is locked by another user'.for first record in loop it goes to FB02 transaction updates the entry and comes out succesfully but for 2nd entry it is giving above erro...

Labels in this area