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

change pointers

Hi All!I want to capture changes on XD02 transaction whenever the address is changed for the field C/O and street2 , street 3 and so on. I see that the data element associated with these fielda have change pointers activated but still I don't see the...

Resolved! BADI Material

Hello,Can someone give me some good material on BADI.I have no clue as to how an enhancement is searched for in BADI and then implemented.Could someon send some good material over to me.Regards,Supriya Manik.

Resolved! screen field settings

Hi allI have a checkbox and a text box on the screen.I have to activate the textbox whenever check box value is set.But my program is a module pool program with includes,screens,function modules etc.Please help me to do this.Thanks in advance.Regards...

lsmw for fixed asset

Hi All,I am uploading data for fixed assets using LSMW with bapi -business object - BUS1022Method - FIXEDASSET_CREATEINCLVALUESMessage Type - FIXEDASSET_CREATEINCLVALUES02According to project settings group asset and group asset subnumber are mandato...

Resolved! App server

hello gurus,this below code works fine now TABLES mara. DATA:BEGIN OF itab OCCURS 0, matnr LIKE mara-matnr, mtart LIKE mara-mtart, matkl LIKE mara-matkl, END OF itab. DATA:file(200) TYPE c VALUE 'F:\usr\sap\DEV\DVEB...

Resolved! Doubt in concatetinating

Hi i got a small problem in concatenating i'm providing you my coding part by which you can understand what i have done in this programactually i have to join three fields(WERKS,LIFNR,MATNR) in two different tables(EKKO,EKPO) and i have to compare t...

Regarding LSMW

Hi All,I work in HR module and i'm using LSMW with BI method session.I have create an object to upload data with PA40 to "Change Person Situation" that pass through infotype 0000 and 0001. When i put the position in IT0001 and i save the system creat...

Resolved! dump in ecc6

hello!During upgrade to ECC6 , i came across a problem i function group Z_MM.there is new include WSTR_LMEDRUCKF1H, this include is missing in our prod syst in 46C.In this include there is field USER_EXIT_EINE which is not defined, and is part of c...

Resolved! 00 before fields

Hallow I doing a program that write to file and I wont one field that bring me a 3 numbers like 456 when he less then 3 numbers bring 0 before like 78 bring 078 or 1 bring 001 how can I do that this is my program SELECT SINGLE name1 FROM hrp10...

Resolved! Concatenate in Select

Hi,How can I concatenate 3 fields in a select?I have .. select cretim credat updtim upddat docnum status idoctp maxsegnum fromedidc into table it_control where cretim in timeidoc and credat in dateidoc and updtim in timereg and upddat in dat...

Resolved! Idoc at runtime!!!

Dear friendsThe need for me is to use idoc segment multiple times when loading data.I read about idocs that each segment has an attribute that defines the minimum and the maximum number of times a data record corresponding to a segment can exist in a...

Resolved! Round Function

Hi,I need to round of a value to the next number.My formula isv_value = im_ekpo-menge/v_umrez.v_value..i need to round off to next number. I tried using ROUND function in an enhancement. But doesn';t work .Getting msg as ROUND is unknow,protected or ...

Labels in this area