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

Resolved! Get data in ECC system

Hi,Good day. I'm ABAPer and I need to get Sales Order,Delivery,Transfer Order & Invoice data from ECC System. The said data will be displayed in the custom form that I need to create in the GTS System. (1) How exactly do i get the said data above? (2...

Resolved! release strategy

hi expertsi have a problem in getting into EXIT_SAPLEBND_002 when i try to save po the function before this part never return a right value that i can enter to this part. here is the code:DATA: l_active LIKE sy-calld. CALL FUNCTION 'MODX_FUNCTION_A...

Resolved! String operation

Hi experts,Here is my question.Consider i have a variable data : a(15).and a = '24.000.000,00'.i want to make it like000024000000,00deleting '.' and adding '0' completing 15 characters. The number has 2 decimal places o it is stable. But it can be an...

for all entries query

hi experts,im developing report depending on vbak,vbap,ekko tables using FOR ALL ENTRIES IN stmts.In vbak,ekko tables, i find some common fields like ernam, kunnr.I developed a query,but it is showing error i.e., ernam does not exist.SELECT * FROM EK...

Checking date field

Hi folks, I need to validate date field in my internal table. I need to check two conditions here.1. I need to check whether data feild, has all numeric values.2. whether the data is in correct format. for eg, date with value 32.07.2008 should b...

Resolved! F4 Help in ALV output

Hi ..In a output list of alv few fields should have F4 help functionality. I am using REUSE_ALV_GRID_DISPLAY.Please let me know how to get the functionality in grid display...More helpful if any one can send me sample program for it ...Please don't s...

Resolved! Pick, pack & PGi

Hi Experts,Today I would like to share my query with you all. As of we know that we have a function modules for picking and packing and for PGI are SD_DELIVERY_UPDATE_PICKING, SD_DELIVERY_UPDATE_PACKING and WS_DELIVERY_UPDATE respectively. Now what m...

Resolved! ALV FMs

Hi Folks, Can you guys tell me " the names of all the function modules that are used in ALV" Also send me the demo codes related to each of the function module. Thanks and Regards, Naveen

validating flat file

Hi folks, I need to validate my flat file.It contain 5 fields. I have to check whether each coloumn is filled data with valid data types. For example, 'country' field should have a numbers in it. And the 'Rate' field should not have the charact...

check box in alv.

hi abapers !am new to alv's.i want to put a chekbox on the grid for each record.like reports.but when am passing field 'CHECKBOX' option its not showing the field name i.e, the record means particular doc no. etcinstead of it i want checkbox along wi...

reg: Step loops

Hi,I want to enter data into step loops and then using a modify button and upload data into database table but I am not able to display empty steploops.I want empty steploops displayed when I enter into that transaction. Is there any way?could any on...

Comment Box

Hi Experts,I am designing a screen layout. My requirement is, i need to insert a Comment Box in the screen layout. How can i insert a comment Box in the screen layout? It must be allow nearly 10 lines of information & width is 60 char.RegardsRajendra

TABLES AND copying

Hi there,So i copied this table at S11 in my SAP. However I noticed the data was not copied and only the structure was copied. Now I want to copy all the data from table1 to table2I tried using insert...select statement: INSERT INTO table2 SELECT * t...

Labels in this area