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

Resolved! Colors

Hi. I try to do sth like that LOOP AT itab. IF itab-belnr1 = itab-belnr2. c = 5. ELSE. c = 4. ENDIF. WRITE: / sy-vline, (10) itab-belnr1 COLOR c, (10) itab-datum1 , sy-vline, (10) itab-belnr...

Resolved! MESSAGE command

Hi guys,My report writes to the screen using the WRITE command,Any errors that occur, I trigger using a MESSAGE xyyy command that would show the message in the status bar.I'm trying to achieve the scenario where the following happens when an error oc...

Resolved! find the date needed

Hello All,I have a reqmnt,I want to find out the dates of current academic year using sy-datum, it means if i provide date 06/07/07, the dates i need in return is 31-07-07 and 01-08-06. could anyone suggest how do i go bout it.thanks,RS

select option

Hi All,i have lfart(delivery type) field on selction screen defiend as select-option.whenever i click on the multiple selection arrow button besides the lfart field then i n that i have selected "=" as values for opyion field of select-option table(s...

IDOC Extension

Hi All,I have add one field to an existing IDOC..means I have extened the iDOC but my question is whether we have to write any code to post the data to that particular application.2) I am unable to extend the IDOC is is throwing one error " Action is...

Resolved! Profile Role log

Hi,I want to find out when a particular profile was added to a role. I can see that a particular role exists for a profile from AGR_PROF table, but I want to know who did this and when? Is it possible to get this info from anywhere?Thanks,Saravanan

Resolved! BDC - J1IEX problem

Hello all,I have a problem in running a BDC for transaction J1IEX.The transaction starts with last active screen values. For e.g. If J1Iex was run for the first time to Post - Vendor Excise Invoice , then the next time the transaction is run, the las...

Select options

Hi ALL,select lfart,lfdat,....from likp into..where lfart in s_lfartand lfdat in s_lfdatand...when ever i select "=" option throgh multiple selection for a select option field(lfart) on selection screen.then the abov select query is failing since s_...

Resolved! contains #

Hi, I am trying to write the following code if l_betrg ca '#'. g_error = 'X'. endif.but even if l_betrg contains #, it is not going to g_error = 'X'Could you please tell me where i am going wrong..I need to identify if l_betrg ...

Resolved! Select option/Parameter

Hi Folks,I have declared two variables vendor and PO Doc Type along with the other fields in the selection screen and was not able to understand the way it behaves.vendor and potype are declared as select-option no intervals.In that way the select s...

kiran_k8 by Active Contributor
  • 1006 VIEWS
  • 11 REPLIES
  • 0 Likes

Resolved! REGARDING PERFORMANCE

Hello I have an report i have to chk for the performance tuning i have checked for the index and secondary feilds evry thing is ok and the final table is sorted and binary search has been done.wht should i do to increse the performance of this repor...

Resolved! ABAP - HR

Hi All, I got a requirement to get the appraisee names for the given date period.is there any function module to get the appraisee name or pernr for the given date range.Please do the need full..Thanks,Naveen.

regarding table

hi,i have created a table with 8 fields.but they are asking to do something as below.can anyone tell me what is actually needed to fulfill the following requirement.""One more thing is that we need have functionality of maintaining this table manual...

Resolved! Error in batch-input

Hi.I have to insert several records in a program via batch-input.I have a check system in which i launch an error message and activate a field for input at the same time.the problem is that when i try to insert via batch-input and the error message i...

Labels in this area