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

dynamic table

Hi All,,i'm generating my dynamic internal table through this code n this works fine.DATA: ldo_data TYPE REF TO data. FIELD-SYMBOLS: <lt_itab> TYPE table.*" Dynamically create itab CREATE DATA ldo_data TYPE TABLE OF (id_tabname). ASSIG...

In Call Transaction

Hi experts,In call transaction if their are 100 records to be uploaded and if their is error in 31 st record then what happens.mean does the uploading stops at 30 records are it will leave 31st record upload all reaming record.Please explain more ela...

module pool

hi SDNers,I have to develop one module pool programming.In that, i have 2 input fields and one push button for print.One is for giving (or selecting using f4) invoice no and another one is for giving (or selecting using f4) printer name.After entere...

Resolved! Regarding F4 help

Hi all,I hv a requirement. I am working on report.i have two parameters one which takes all tables name frm dd03land other takes filed names of the corresponding selected table.so can any bosy plz tell me how to implement searcg help for the fieldnam...

hide group of fields.

hi Experts,I have only one screen in module pool. In that screen two radio button have define. One is "YES" and second is "NO".Below this radio buttuns i have define 5 text box inside a box.Friends, i want when we click on "No" radio buton these all ...

Resolved! BDC '=P+' Error

Hi, I'm doing a recording in CJ02. I've a BDC OKCODE is for page down with '=P+' in my recording. However, when I write this in my program line, even everything is correct, it shows me the error:Field "'=P" is unknown. It's neither in one of the sp...

SPAU AND SPDD

I have a doubtu2026 I understand that we adjust dictionary objects using SPDD and other repository objects using SPAU.But in the transaction SPAU you can also see dictionary elements.Can I modify those from SPAU .Will the transaction allows me to do ...

Resolved! Call transaction

When the user click on a PO number on a report output, the t/code ME22N should be invoked. I know the stmt is CALL TRANSACTION. But i want dat ME22N should be invoked with the corresponding PO data on which the user has doubled on the report ouput. H...

Labels in this area