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

Resolved! simple itab question

hii have two itabs ITAB1 with NAME field.ITAB2 with NAME and MARKS fields.if name in itab2 matches name in itab1 , i should assign marks 100 to that name.i thought of coding this way.loop at itab1.loop at itab2 where name = itab1-name.itab2-marks = 1...

Resolved! Loop at Internal Table

HI Gurus,can u provide logic for me...Loop At itab1.loop at stab where fld = itab1-fld and fld2 in s_fld2.loop at ttab where fld = itab1-fld and fld3 in s_fld3.loop at ptab where fld = itab1-fld.move itab1 to otab.move stab to otab.move ttab to otab....

Resolved! data download

Hi all,I have downloaded data to a file on application server.But when i see the file on application server thru t.code AL11, only few of the fields are visible i.e., I am having 25 fields in the file and I am able to see only 12 fields for all the r...

ME57

Hello all, Please any body tell me how to add new field in subscreen and populate it.. Actaully in after executing ME57 there is ITEM overview subscreen is there..in that subscreen data is displying using table control..Now i need to insert one fie...

Resolved! reports

hi to all, i' ve a requirement to display in the field vname.but while giving input in that field it sholud be invisible i.e it sholud consider my input in the form of ' ******* ' .pls urgentthanxlokanadhan.k

ABAP HR

Hi Experts, I need to get posnr field from table hrt1018. How can I join tables HRP1018 and HRT1018 i.e the fields which should be used in join statement. I will really appriciate if any one can write this query for me. Or is there any fm which does...

Resolved! Inner Join.

I am using a Inner join statement. I dont see any problem in DEV but i see some problems in PMT. IT duplicating the records in the output. I see the same order twice.The statement is, SELECT plaf~plnum maranormt plafmatnr makt...

Resolved! User discrimination

Hi all,I have a batch input and consultants say to me that diferent SAP USER cause diferent execution of the batch input.With one user the VAT (value-added Tax) is automatically calculated and with other user the VAT isn't calculated.I told them it c...

Resolved! Hide ALV Field

Hi, i have an alv with several fields, and i want one field not to be shown.I tried 'NO_OUT = X' and works fine, but in the ToolBar option that allow you to add or remove fields, this field is still present.What can i do?

Labels in this area