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

BAPI_DOCUMENT_CHECKOUTVIEW2 checking out document attachments to application server

Hi everybody,I have to checkout a bunch of document attachments to the application server in background. Checking out to the client is easy, but I don't know how I have to trigger the FM to get the files onto the application server. Using PF_FTP_DEST...

How to populate parameter DESCRIPTION within fm COMPLEX_SELECTIONS_DIALOG

I need a selection of a field which is 3 characters long.I do the following:DATA: v_clase_so LIKE rsfldesc. v_clase_so-type    = 'C'. v_clase_so-length  = 3. v_clase_so-olength = 3.CALL FUNCTION 'COMPLEX_SELECTIONS_DIALOG' EXPORTING title            ...

alternative for RESB Table..

SELECT posnr matnr shkzg bdmng meins aufnr          INTO TABLE gt_resb          FROM resb       FOR ALL ENTRIES IN gt_afih           WHERE  aufnr = gt_afih-aufnr." AND           "werks = gt_afih-werks and          "posnr NE '0000'.     IF sy-subrc EQ...

Resolved! Unicode Conversion error

Hi ,i am getting b>The type of the database table and work area (or internal table)are not Unicode convertible. Unicode convertible</b>".  error while using select query.SELECT SINGLE *          FROM ZTYPE_INVOICES          INTO wa_FREIGHT1         W...

Resolved! Search Help for a screen field

Hi everyone,I want to make a search help from 2 or 3 different z tables.I have been searching the internet but couldn't understand how to combine these fields in a collective search help.it would be great if you could tell me some hint.thanks in adva...

Editable ALV - editable fields copying for next row with the previous value

Hello,I have the editable ALV field  in which you can give the only specified input Exchanged unexhcaged so on.. as show below in below picture.When I execute ALV report Default all fields will be empty then I manually I need to put  the exchange sta...

ABAPER_P by Participant
  • 2943 VIEWS
  • 7 REPLIES
  • 0 Likes

Resolved! How to add standard "Import form text file" or "Upload from clip board" functions to Object link - Functional location tabin CV04N transaction in DMS?

Hello,Please can any body let me know, is it possible to add standard " import form text file " or Upload from clip board" function to CV04N (which is a standard transaction to search document in Document Management System) to object link - functiona...

Labels in this area