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

Resolved! Internal Table.

Hi, I want to create an Internal table.But iam programming error that IT_EMP is not defined. plz correct it.TYPES:BEGIN OF TY_EMP,EMPID(4) TYPE N,ENAME(20) TYPE C,SALARY TYPE I,END OF TY_EMP.DATA:FS_EMP TYPE TY_EMP.IT_EMP TYPE TABLE OF TY_EMP OCCURS ...

script

hi all , i have a scenario like this . i have to print an invoice five times for each time when they give the print with different headings . can anybody tell me the way how to do it. thanks & regards magesh

Resolved! TABLE CONTROL

I USE BOTH W/ SELCOLUMN AND RADIO BUTTONS IN A TABLE CONTROL NOW SUPPOSE ANY RADIO BUTTON IS SELECTED AND ANY USER SELECTS W/ SELCOLUMN THEN RADIOBUTTON SHOULD BE DE-SELECTED.(IN SHORT I WANT TO TRIGGER AN EVENT BY CLICKING ON W/ SELCOLUMN OF TABLE C...

Resolved! Hi

Hi, In this program what is meant by line type, table type and field string and what its effects when we execute.Bcoz when iam executing this its not giving any result.LINE TYPE:TYPES:BEGIN OF TY_EMP,EMPID(4) TYPE N,ENAME(20) TYPE C,SALARY TYPE I,END...

a simple problem

i want to put validation checks that if the 3 select-options on my selection screen in combination does not match from the database table content, then it should give pop the message..............also when one of the fields are not filled.PLZ GIVE TH...

perform rollback

Hello gurus,could you please suggest me about perform rollback.in my production server iam getting every day this log. with user sapsys.iam unable find it out... could you please tell me what is the reason it may be.points would be awardable for good...

replacement fm needed

Hi,we are working on unicode upgrade project and there is a error saying that main program for function module missing. the funciton module does not exist in the new version but present in old version.below is the error....Main Program for Function M...

Labels in this area