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

ALV Output

Hi,Actualy my report is displaying the field label of domain as the field description in the output. I have the requirement to change description as customised. I am not able to understand where in field catalog it doing for that field. How should i...

Resolved! Dump....

hi,when i am trying to do this... read table i_infstr index 1. select * from (i_infstr-gentab) into table <v_value> where vbeln = s_vbeln.it's going for a dump as The types of the operands "dbtab" and "itab" are not mutually con...

Resolved! Loop statement

Hi,I did extended program check, i receive the following error two times<b>The LOOP statement processing will be limited(FROM, TO and WHERE additions in LOOP)Interaction with group change processing (AT NEW, ...) is undefined(The message can be hidde...

Resolved! Display of minus sign

Well I want to display minus sign in front of credit amount. though i have multiplied the amount by -1. it shows the minus sign after the amount. i want to display it before the amount. is there any function for it.i'm making a classical report using...

Resolved! Types of Exits?

Please will you give me the possible questions asked for User exits, customer exits and different types of exits? Please dont provide me the links though they are helpful.. If you are a examiner then wat questions would u ask for a trainee engineer r...

IDOCS - BTE - FIDCC1

Hi every one.My problems is that im sending information with FIDCC1, when i recive it with idoc_input_fidcc2 (this is not a mistake)i modify bukrs and belnr.but i have to mantein the relation between the bukrs /belnr between the legacy and my sap.Doe...

Resolved! sy-tabix question

Hi,If i delete records within a loop the sy-tabix remain with initial value?code:loop at itab.if itab-a = 'please delete'.fi_tabix = sy-tabix.loop at itab where b = c.if itab-d = 0. delete itab.endif.endloop.read table itab index fi_tabix. 'return t...

Labels in this area