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

Resolved! Functon module errors

Hi All,I am facing problem in below mentioned function module,it is working fine for some time periods i.e from 02.09.2008,before this time period it is showing error as No entries were found in catalog B,I am unalbe to trace the error,please any hel...

Resolved! Changing ALV column size

Hello Experts.I'm working on ALV programming.I made very basical ALV chart but there was a small problem.The size of every column is the same so There is a column doesn't show the data properly.I know that we can change the length of column in Settin...

Convert Error

Hi, When i put a NUM variable as a denominator, the system returns error: CONVT_NO_NUMBER CX_SY_CONVERSION_NO_NUMBER. The value of the variable is 1,100. Should convert the variable prior doing the calculation??Regards,Kit

Resolved! BDC Table control

Hi all,I have a quick question w.r.t a program for BDC Table control. I have written a dialog program containing one screen based on all the fields from the table SBOOK. Whatever the data entered into those fields will be inserted into the database ...

Open PO

Hi, How to fetch the po which has done outbound delivery but not GR. Currently the movement types 101,102,122 and 161 in PO history and does the extraction. If the PO has a Outbound delivery then it will not be included in the extract and once a Goo...

SUBMIT statement

Hi experts,If i have to SUBMIT a report 5 times within a subroutine of my main report, how is that going to be achieved? Is DO ENDDO a solution to it?The situation is that i have the following code in my main report main_delete:IF p_as = 'X'. OPEN...

PM user exit

Hi , I am creating a Maintainence order for which there is an automatic generation of PR .Before the creation of PR , I want to fill some field in eban table .But while using IW31 or IW32 its going only in user exit M06B0005.EBAN is not vaailable in ...

Resolved! inner table

program as following :======================================DATA : BEGIN OF line , num TYPE i, sqr TYPE i, END OF line, itab TYPE STANDARD TABLE OF line WITH KEY table_line.DO 5 TIMES. line-num = sy-index . line-sqr = sy-index ** 2. APPEND li...

Resolved! ALV Report

Hi all, I have a scenario where I have got three tables two std ones and the third one is the custom one bseg,bkpf and ztest, and based on three fields i.e. belnr, blart and bukrs( which is in all the three tables )to join these tables and need to re...

OPEN DATASET

I want to store report output in application sever .For that i followed open dataset.My problem:when i used below statements.1) 1st+OPEN DATASET PFILE FOR OUTPUT IN TEXT MODE ENCODING DEFAULT.+_+TRANSFER WAOUTPUT TO P_FILE.+_+loop at ioutput into wa_...

Labels in this area