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

Resolved! [ABAP 7.40] NEW syntax

Hi,With all the new additions in ABAP 7.40 language, I can't manage to append a new line with values to an internal table in a single line??This works: DATA: lt_users TYPE STANDARD TABLE OF usr03.  " User address DATA(ls_user) = NEW usr03( bname = '...

Idoc segments are missing at Accounting Document (WPER)

Hi ABAP Experts!At Sender System (POS DM) and Receiver System (ECC), Idoc is successfully generated with 144 Segments.Note: 1. Both at sender and receiver, status is in green color, status 03 to 53.         2. All the segments are filling with values...

Client copy using SCC1

Hi Experts, I am facing an issue with client copy using SCC1 transaction.  Issue:   Trying to copy the entries from XXX system YYY client to XXX system ZZZ client using transport request and the TR contains totally 16789 table entries. But after perf...

Call Transaction SLG1

Hi,I have a requirement to call the Transaction Code: SLG1 from my ALV Report.I need to default the following values before I call this T-Code.1) Object2) SubObject3) User Name4) Transaction5)Program NameFor Object, and Subobject I can see the Parame...

Resolved! Operator CN

Hi guys,I need your help. Why this code below doesn't works?The content of variable vg_charg must be only numbers and when it is 1300266, the SAP shows the message.IF vg_charg IS INITIAL.     MESSAGE e000(ZMSG) WITH text-002.ELSEIF vg_charg CN '01234...

Resolved! How to correct proper allignment when download excel file from ABAP code?

Hi All,I have created a report on Vendor Master and I want to download the output of this program in Excel sheet. In output there is a column named State name . When this state name column has character value it comes in excel file as left alignment ...

How to retrieve the partner values from CRMT_WFDST_UI_BUPAS table type

Hi all,                I have to create new RFC with business partners( it should be table type) as table type as import parameter. This RFC will be called by giving                multiple business partners as input. So I created an import parameter...

Receiving the problem report "This syntax cannot be used for an object name"

Hello dear ABAPers,after falling in love with Eclipse and not using it for a while now, I receive the following problem report evey time I try to change a local class in my function pool:since there are no details for this report and I can change all...

how to restrict or stop the same data provided in selection screen parameters its should stop fetch the data on previously provided data?

Hi Developer,i have issues that i need stop or restrict the same entries provided in the selection screen parameters it should no display that data but it should give an alert message by saying the data all ready viewed or displayed.example: organisa...

Labels in this area