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

Resolved! Pass Parameter value to event At Selection-Screen On Value-Request

Requirement -  Need to capture parameter value from selection-screen .                     Pass the value to method CALL METHOD cl_gui_frontend_services=>file_save_dialog ,                     Which comes under event At Selection-Screen On Value-Requ...

Resolved! BSP Tree not Complete

Hello community,in Eclipse I can't see the subfolders and items of a BSP application.Here a comparisation between the tree in Eclipse and in the SE80:It is not possible now or is it customizing?Thanks for tips and hints.CheersStefan

Can we add a custom conversion routine to standard domain which do not have any conversion routine Assigned.

We have a requirement where we need to apply conversion routine to a standard domain.But the standard domain does not have any conversion routine.Hence we cant override it.Is there any way to achieve it without modification?

Using COLLECT statement except for the specific column

Can I use the COLLECT statement except for the specific column as below?Example)A   BR   BR40   100A   BR   BR41   200A   CR   BR40   300Result)A   BR   Total   300             BR40  100             BR41   200A   CR   BR40  300I want to make it by us...

Resolved! Cleaner syntax for filling up internal tables with VALUE?

Hello SDNers,Let's consider this scenario.I have a method fill_table( ) defined as       fill_table         IMPORTING it_integer TYPE int4_table         CHANGING  ct_integer TYPE int4_table. Implementation is:   METHOD fill_table.     ct_integer = ...

SuhaSaha by Product and Topic Expert
  • 1459 VIEWS
  • 7 REPLIES
  • 0 Likes

BAPI_DOCUMENT_CREATE2

HelloI am using bapi  BAPI_DOCUMENT_CREATE2 to upload document in CV01N. for the mass upload we created a prgrm that uses bapiBAPI_DOCUMENT_CREATE2.while using a bapi we passed file path in  lt_files-docfile that is the path of file we need to upload...

Resolved! MIGO SLED/BBD date change

Hi Expert......Require : we want to change SLED/BBD date when save MIGO Transaction. Current System : When doing MIGO at that time Date of Manufacturing and SLED/BBD auto getting from Material Classification.                           But when MIGO S...

Resolved! column heading in cl_salv_table - use heading of roll (data element)

Hi all,in the data element we have the the texts for short description, short, medium, long and columns heading text with their repective lenghts.We have some standard data elements (i.e. XCOMPLCRED) with a 2 char length for the Heading and at least ...

Clemenss by Active Contributor
  • 715 VIEWS
  • 1 REPLY
  • 0 Likes

Resolved! Issue with ALV

Hi All,When I am calling ALV FM with the required input it is not showing data for some specific fields. Could someone please help me?I am calling the ALV function module as shown in the below code. Data in the fields CLDA1-CLDA7 are there in the OBJ...

Chandan by Product and Topic Expert
  • 1121 VIEWS
  • 4 REPLIES
  • 0 Likes

Resolved! ABAP dump "RAISE_EXEPTION"

Hi, EveryoneWe're getting a dump "RAISE_EXEPTION", there's no specific error indicated in the dump analysis. However, dump is related to program " SAPLSTXX". We've already tried to search for related sap notes to fix the issue, unfortunately it seems...

jmgr by Explorer
  • 9294 VIEWS
  • 10 REPLIES
  • 0 Likes

Resolved! Extracting data from SE37 using C#

I am accessing the BAPI: BAPI_ALM_ORDER_GET_DETAIL using C# through the following code:public double getActualCost (R3Connection connection, string orderNo)        {            double actualCost = 0;            try            {                connect...

Labels in this area