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

itab problem

Hi experts,In the following code RESULT tab is having 4000 records and ITAB is haing 3,00,000 records.when iam trying to append into FINRESULT, why it is going to dump?? LOOP AT <b>RESULT</b>. LOOP AT <b>ITAB</b> WHERE MATNR = RESULT-MATNR. ...

Resolved! ITAB

Hi Guys,I have an internal table with two colums A and B. The table has records like:A B11 ii11 iii22 oo44 kk22 bbI wants to know the A's which are repeated (like 11 and 22). How can I do this through code.

Resolved! on change event

Hi experts,Iam trying to display the data using itab(t_det) and it is having REVNR filed like this. AUFNR RSNUM REVNR 4006149|0043996297|11ATS9-8| 4006150|0043996338|11ATS9-8| 4006161|0043996297|11ATS9-9| 4006162|0043996338|11ATS9-10| If REVNR...

Resolved! BDC for Material master

Hi , I am developing the BI program for Material Master (MM01) and change MM02(Both create and change).Can you let me know how do i select particular views before creating/changing the material . Is there any specific function module available to ...

Resolved! Abap List Viewer

I need the code and documentation for creating ALV list , as this is the first time I am creating the ALV reports and I need the clear picture of field catalog.If u provide the clear documentation for me it will be very helpful and some dummy ALV lis...

Resolved! TNAPR TABLE

HELLO,I WANT TO KNOW THE SCRIPT(FORMNAME)AND PROGRAM(PGNAM) FROM THE TABLE TNAPR FOR THE TRANSACTION F-58 .I KNOW THE PROGRAM NAME THAT IS BEING CALLED AGAINST THIS TRANSACTIONBUT WHEN I ENTER THIS PROGRAM NAME IN TNAPR TABLE I AM NOT ABLE TO SEE THE...

Resolved! need BADI for IW31

Hi All,I am looking for a BADI or userexit for IW31, service order. when entering a component, (ex. material AAA), click on availability check, if the qty committed < qty required, then update the component with different material (ex. material AB...

itab totals

Hi experts,I have itab(t_det) like this. AUFNR MBLNR MENGE 4006149|0043996297 |1 4006149|0043996338 |1 4006150|0043996294 |1 4006150|0043996332 |1 4006150|0043996292 |1 If aufnr is same i want to add menge.after addition i want t_det li...

Labels in this area