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

HLEVEL

Hi,I need some help. I am creating an outbound idoc. I have at hlevel = 2 , 1 data segment hlevel = 3 , 1 data segment and hlevel = 4, 4 data segments.Pls provide me with a code that will help me pass this as I am currently getting status error 26 fo...

Resolved! select-options

HI gurus, In my code i have to loop based on the value given in the selection screen(this is must) so in the select query in the where option some prblm occured so i have written the code as s_lifnr is select-option value.This code works if i give...

Resolved! code problem

LOOP AT IT_FINTSO INTO WA_FINTSO. IF WA_FINTSO-TOTAL GE 0. MOVE-CORRESPONDING WA_FINTSO TO WA_FINTSO1. APPEND WA_FINTSO1 TO IT_FINTSO1. CLEAR: WA_FINTSO,WA_FINTSO1. ELSE. MOVE-CORRESPONDING WA_FINTSO TO WA_F...

Data Display in SE11

Hi ALL,In one of our Custom table, we have a field VTWEG1 with field type VTWEG.But check table is not maintained for this field. So we can save entries with VTWEG with invalid Dist.Channel. For one record we have VTWEG1 as '#' in Q Sys..When i chec...

bapi for po creation

Hi ,I am using "bapi_po_create1" to create a po. apart from header I am populating items,accounts, servicestable.. but the po is not getting created as it gives error like:1. Po data is faulty2. Maintain services or limitsBut with the same data the p...

Error Message

Hi,Iam new to ABAP programming. I came across an error message.Can somebody tell me what kind of error message this is.http://img37.picoodle.com/img/img37/3/2/19/f_image776655m_df19d98.jpgThis gets displayed immedietly after the page is loaded. How d...

Web service problem

Hello,I've made a WS on a ECC6 SP14 via SOAMANAGER and generated a WSDL.With this WSDL, i've made 4 test with it :1. I've picked the soap address within the WSDL, put it in my IE and i've got this message :<soap-env:fault><faultcode>soap-env:server</...

Labels in this area