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

WLCPARC

Hi ,I am using WLCPARC to enable the parallel processing for my Program. I have used the pre -selection as generically in one step and it works fine. If we debug the same the data is getting collected under CS_WA-WORKLOAD. Here CS_WA is a deep struct...

Resolved! Short Dump CX_SY_OPEN_SQL_DB

Hi experts,While inserting data into a SE11 table, i am getting the following short dump.Runtime Errors         SAPSQL_ARRAY_INSERT_DUPRECExcept.                CX_SY_OPEN_SQL_DBBefore inserting data, i am sorting my internal table and deleting adjac...

Char.Values are deleted in VA42

Greetings Everyone,We are creating Contract through IDOC. Contract creating is done by BAPI BAPI_CONTRACT_CREATEFROMDATA and technical objects(Equipments) are added by call transaction VA42. When creating, BAPI creates the contract without any issues...

A-J-S by Active Participant
  • 1358 VIEWS
  • 8 REPLIES
  • 0 Likes

Resolved! BAPI_SALESORDER_CREATEFROMDAT2 no option for User Status update Order line item

Hi, Good Morning !!!We are trying to create the Sales Order in SAP ECC based on the Quote using the BAPI BAPI_SALESORDER_CREATEFROMDAT2. While Sales Order creation we need to set the User Status at the Order line item level based on some specific rul...

Resolved! Any inconsistencies from new role created in break-fix followed by same role created in Dev?

Hello. I have not found this question answered in existing discussions. My apologies if I have overlooked an existing thread.We are doing our annual Support Pack/Enhancement Package installation. During our freeze on new configuration in Development,...

Size category issue

Hi Experts,I am creating a Custom database table.In that table I choose the size category as maximum means , 8 9,800,000 to 19,000,000.Now I want to enter more data to the table means more that the above range. So I will do ? How I ll enter more data...

Resolved! Dump when move values.

Hi Guys.I have a code:DATA:v_netpr TYPE I.move w_itab-value to v_netpr.         w_final-netpr   = v_netpr.w_itab-value is currency 22 decimals 2When move the value 3.000,00 to v_netpr occurs the dump attached.How i can change my code ?Thanks.

Resolved! Security for CREATE_TEXT

Hello, I'm using the function Create_text to update text on the delivery header.  I have an interactive ALV that allows the user to select a button to add a certain text.  The text is updating even with users that do not have security to VL02n.  How ...

Change number of messages

Hello!I used EXIT_SAPLV61B_002 for finding a printer for our Output type GR-Note. Now I should change the number of Messages for some customer.Is there a User-Exit or something similar to Change the number of Messages?Best RegardsMarkus

edvdm by Participant
  • 515 VIEWS
  • 2 REPLIES
  • 0 Likes

Resolved! Is a filter like "not(A) OR B" possible as a filter criteria in an ALV?

Hi Experts,I've got an ALV table for which I want to create a filter with condition (column1 != 'A' OR column2 = 'B'), so that following rows are shown:Column1 = E, Column2 = CColumn1 = D, Column2 = BColumn1 = A, Column2 = BIs this possible? If yes, ...

Resolved! ALV Grid - Popup

I have written a basic program to display SFLIGHT data in an ALV Grid.I would like to add the functionality to double-click on a row in the ALV Grid to launch a popup showing all of the data from that row. I have looked at programs with this function...

Labels in this area