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

Emulating FB60

Hi,I am emulating FB60 through function module "BAPI_ACC_DOCUMENT_POST"; which is used to create a non-PO matched invoice. There is couple of things i would like to know.1- Is there any way to "Park" this invoice, rather than posting it.2- I am able ...

Dynamic declaration

I have to create an internal table of certain database table type. without using field symbols.Paramaters: Ledger like t881-rldnr.data: itab like table of t881.data: line like line of itab.select single * from t881 into line where rldnr = ledger.here...

Resolved! Importing Data Clusters

Dear All,How do I import data clusters from a database table to view the data it contains. I know, or at least I think, I have to use the IMPORT command which has the following syntax:IMPORT parameter_list FROM medium [conversion_options].But how do ...

Resolved! Skipping Screen on LDB

Hi... another question for my friends.I'm using LDB PSJ. And already manipulated the Selection-screen.But still having a problem.... When I call my program, the LDB calls a little screento ask my "Project Perfil" .... with a required camp. ( I have ...

Provide and sy-subrc

I've got a problem with the "provide".I want to check, if the programm has entered into the provide block.In my programm this doesn't work with sy-subrc. Even, if the programm doesn't enter into the provide block, sy-subrc is 0.Does somebody has an i...

Resolved! help with AT NEW

HallowI wont to do this code with <b>AT</b> but when I add the at line I get subrc-4 (in select) and when I remove the at new statment the code is working well .I see in the debugger that field <b>bdate</b> is =****** why and how I solve this problem...

Labels in this area