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

Resolved! Who can explain me?

Hi people. I setup custom code management. I have Solution Manager SP11. I had problems in process. I used to CCLM guide from October 2013. But I have another file CCLM guide from August 2014 and what I red from this guide:It means that if I have SP1...

Resolved! ABAC doc

Hello,if I want to add the parameters of a method with STRG+1 (quick assist), it would be nice to add also the type automatically:Situation with method appendno. ABAP doc added:      "! Append without separator.            appendno        IMPORTING i...

Resolved! Memory allocation limit of the ABAP program - Dependencies or Impact?

Hi,Running ABAP program on single server.VsRunning same ABAP program multiple times (parallel) on single server.In second case, one of the internal table is giving below error i.e. No more storage space available for extending an internal table (Run ...

Resolved! Source List IDoc Error in - Inbound - SRCLST01 - Appl Area: 06; MsgNr: 394

Hi Experts,I am trying to load the Source lists using the Message type: SRCLST with Basic type SRCLST01. The system gives an error message if I pass an item with reference to Agreement and Agreement item number.Following is the Error message:The para...

Resolved! How to modify and test the RFC connection through ABAP program?

I need all your help on the below issue.I need to automate a screen flow in abap (SM59).Inside the Transaction SM59, i have to change the RFC destination SAPOSS Msg server first and then check whether the Connection Test succeeds or fails by clicking...

Resolved! Loop Without a Condition

Hi all,I have this standard SAP program copied into a custom program where in there is a LOOP function but I don't see any condition in the loop. I don't know how this works. Below is the code for the loop and how icdhdr is defined.data:   begin of i...

Resolved! PLease Help...

hello Guys!how can i make faster the process in selection of data..please check this code..SELECT belnr gjahr     FROM bkpf     INTO TABLE lt_belnr     FOR ALL ENTRIES IN lt_vbeln     WHERE  gjahr = lt_vbeln-fkdat+0(4)      AND   monat = lt_vbeln-fkd...

Resolved! Abt Interface and Adobe Forms

Hi Experts,                I have 1 adobe forms with table format's and i want to bind that table so that i can bind all the values, i created interface and i created custom structure for that table values and in that adobe forms table im having Amou...

K2_SAP by Explorer
  • 1681 VIEWS
  • 3 REPLIES
  • 0 Likes

How to enter 500 char string in to text type field (STXH table)?

Hi Experts,   I have a header text type field for my delivery note in VL03N. This is in ECC   The data for this is coming from external application via SAP gateway.   external app-->(REST service) SAP Gateway  --> ECC   My value of the header text fi...

Labels in this area