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

Title Update

Dear All,I have created a User in SU01.In Address Tab, the Title is given as "Ms".Once the User Login in German Language then she is getting Title as "Herr" instead of "Frau".So please guide me that where it is missing that not showing correct values...

Find The Memory Occupied

Hai all,          I came a situation where i want to follow one of the method so that memory in the database occupies less.1) directly exporting the large data into cluster table2) transform large data using call transformation and then store in clus...

Event data_changed not triggered if enter is clicked but triggered in debug on enter in OOPS ALV

Hello everyone,I have a report which displays editable  ALV with 5 editable columns. When I execute the program, change only one cell value and directly click enter, the event data_changed is not triggered and the change is not captured. Now, when I ...

BSEG-GSBER FIELD

IS IT POSSIBLE TO UP DATE BSEG TABLE FOR FIELD GSBER (BUSSINESS AREA).SUPPOSE , WE HAVE DOCUMENT WITH 4 LINE ITEMS. TWO OF THE LINE ITEMS ARE UPDATED  WITH GSBER  BUT REMAINING TWO LINE ITEMS ARE NOT UPDATED WITH GSBER.  IS THERE ANY TOOL OR PROGRAME...

Resolved! How-to define CDS View/Entity to generate a BO with Header and Item

Dear Members,I've a really simple scenario (on NW7.5 sp3). I've two self-defined DDIC tables: document header and item. I want to define CDS on top of them, and let the framework to generate the BO from it with the header and item node. I could manag...

Attila by Active Participant
  • 1940 VIEWS
  • 2 REPLIES
  • 0 Likes

Styles in SO10 in SAP

Hi experts,I have to use different styles in the single line in so10 text.Can i know , how to use it .<B1>&w_inv& &w_vbeln&,,,,,,,,,,&w_head_txt&,,,,,,,,,,&w_copy&</> </>  &w_inv& &w_vbeln& ----left aligned  &w_head_txt&   ----Centered  &w_copy& ----...

Resolved! Problem using read dataset

Hi experts,I am having some problems using this code:do.     read dataset vg_filenamein into it_upload.     if sy-subrc <> 0. exit. endif.     append it_upload.   enddo.The point is that after using read dataset sy-subrc = 4. Before of the code above...

Exception condition "DP_ERROR_GET_DATA" triggered in table refresh

Hello Team,I am getting the dump when i call refresh from ALV grid disply.CREATE OBJECT alv_container       EXPORTING         container_name = 'WORKQUEUE'.     CREATE OBJECT alv_grid       EXPORTING         i_parent = alv_container.     CALL METHOD a...

ABAPER_P by Participant
  • 2130 VIEWS
  • 2 REPLIES
  • 0 Likes

Resolved! Problem in connecting from DBCO to Azure MS SQL Server

Hello Experts,i am trying to access an Azure SQL Service through DBCO. When i test the connection with program "ADBC_TEST_CONNECTION" i get the error:sql error     40.515  occured:Reference to database and/or server name in 'master.dbo.syscharsets' i...

Resolved! Secondary internal table key and IN logical expresion

Hello,I have a problem optimizing internal table operations (LOOP, READ, DELETE...) when there is "IN" in logical expresion.Example: DATA: lt_mara TYPE TABLE OF mara WITH NON-UNIQUE SORTED KEY key1 COMPONENTS matnr,           lt_matnr TYPE RANGE OF m...

Resolved! VBKRED Append

Hello gurusi'm in need of your kind help, the problem is as follows, in transaction VKM1 on version 5.0 SAP ERP i had an append called ZAVBKREDwhich contained fields AUART = Sales document class and  AUGRU = motive order in structure VBKRED, those wo...

Labels in this area