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

Separated by comma

HiIm doing smartform for displaying the sales order details.In that im displaying the net value also.Actually im taking this net value from VBRK table there net value is of type NETWR. In my program for displaying this net value in smartform for that...

Collect statement

Hi Guru's,my pgm is same mvt against total the qty. i am using itab and work area.data declare :itab,matnr like mseg-matnr,bwart like mseg-bwart,menge like mseg-menge,menis like mseg-mengeinw (15) type p,end itab.loop.if bwart = '101'.move itab-menge...

Enhancement Points

Dear All, I am new to Enhancement technologies like Enhancement Points, Enhancement section and Enhancement Implementation. I need to know the impact if I create an enhancement implementation for Implicit points. Do we need access key for then ...

Resolved! need logic

Hi all,,I have a loop containing material number, bwkey , bwtar.And for the combination of material number and bwkey, we could find two records for different bwtar.one record whose bwtar would be empty and other record whose bwtar will hold some valu...

logic needed

i have report where in the selection screen i have one parameter for plant and one select-option for material..I am fetching data depending upon this plant/material combination...Say I run the report for Gb20. The system finds 1204 Plant/Material com...

Resolved! validation

Hi, In my customized screen,i have 3 fields..Each field is of size 10..First field is holding a phone number which is of data length 10..Now i need to validate whether 10 digits are entered..If less than 10 digits entered means i want to throw error...

Resolved! Interest calculation

Hello gurus , I am developing one repot based on interest like f.52 but thing is that in that standard prg report is coming based on gl account, but I want date wise shorting , problem is that f.52 is classical report in that tool bar ...

EXPORT to memory..

i want to export the vlaue to memory before the selection screen is displayed: DATA : lv_obtyp TYPE jsto-obtyp. lv_obtyp = 'QMI'. EXPORT lv_obtyp TO MEMORY ID 'PM_OBTYP'.wher can i put this piece of code so tat the value is in memory before the se...

EXPLODING BOM !!

Hello all,I never worked with such a kind of assignment.I have to explode CS_BOM_EXPLOSION.I got syntax but could not retrieve the data.In this caseassume li_datuv is what user enters ie budat li_werks is plantcode li_mtnrv is ...

Resolved! ALV problem

Hi, I created a report to display in ALV using the grid function module,in the out put i have a check box to select some of the values and press a push button that i created to store the selected values to be send to file.here how to get only the s...

RFC FILE SIZE

Hi all,I HAVE DEVELOPED A PROGRAM WHICH READS AND WRITES FILES TO AND FROM PRESENTATION SERVER IN BACKGROUND JOBS.BUT NOW MY PROBLEM IS THAT THESE FILES ARE IN XML FORMAT AND WHEN I READ THEM I AM NOT ABLE TO GET THE DATA IN TO MY INTERNAL TABLE AND...

Labels in this area