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

OV51 Transaction

Hi All of yoy,I have enhanced customer master transaction by adding custom fields through BADI's. Now whatever changes I make to these custom fields in XD02 Transaction should be tracked in OV51 Transaction. But I could not able to track the changes ...

Resolved! Validation

Hi Guys,I have a condition where I need to check each of record in my it_item table with field "ID No." against the material no. in MARA, and if I found any entry in mara with same Id no. then I have to execute an write statement" Material" otherwise...

Resolved! Selection Screen

Hi Gurus,I need to make a report that will include the follwoing fields at the selection screen starting TimeEnd Timeand both these times are stored in my custom table z_header, z_header-stime and z_header-etime.can you please help me out how to do i...

Bug in New Editor?

Hi,We have been upgrading from 4.7 to ECC6 . Currently we are collecting various bugs related SE38 Editor, If anybody face any bugs related new SE38 editor. Please paste it here. Your response will much helpful to me to create a list of bugs in edito...

Resolved! display without decimal

Hello Friends,I have a quantity field in internal table which is having decimal 3 placesthe data element is DZMENG.I am using this internal table for ALV display.User wants to see this quantity as number field, no decimal.I tried with modifying fiel...

Change pointers

In an MM interface for create/ changes/ delete in material master , based on the Application Instance need to trigger an idoc, Using msg type: MATMAS and idoc type : MATMAS05. Assigned msg type to idoc type (WE82), also in the partner profiles. Acti...

Select Query in FM

I am working on a function module.The input to the function is more one entry.... (zz1, zz2, zz3)...Based on the input i have to write a select query select f1 f2 from DBtable into table itab2 for all entries in it...

SG141 by Active Participant
  • 3380 VIEWS
  • 17 REPLIES
  • 0 Likes

Resolved! TVARVC

Hi Gurus,I need to make three fields in the table Tvarvc :1. No. of days 2. data type -> A or B 3. Percentage.Can you just tell me what Do I need to pass in each of the following field of table TVARVCName TypeNumbsignOptiLow HighThanksRajeev Gupta

ABAP WebService

We have our own namespace /ZXY/. When we create a WebService with the Wizard we define a Service-Definition as /ZXY/MYWEBSERVICE.The reason why we keep the service in our namespace is, that we want to transport it as part of our product to customers....

Resolved! Clearing Check box

Hi,I have to create the credit memo based on user selected records. My program is doing it, but I am having two problems,1)After creating the credit memo it is not clearing those records, if I choose next set it is adding 2nd time selected records to...

Resolved! REPLACE

I want to replace all occurances of <b>/tmp/</b> with <b>\windows\homedir\</b> in the variants set for the programs.The program name is on selection screen and i am dynamically reading variants.REPLACE '/tmp/' WITH '\windows\homedir\' into w_path.wo...

Labels in this area