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

Resolved! Return back to Sel screen after Error message (without changing message type)

Hello Experts,Can someone suggest how to return back to selection screen (input screen) after an error message is displayed.I have searched quite a little and I DONOT want to display it as MESSAGE 'Error' TYPE 'S' DISPLAY LIKE 'E'.I want it to be an ...

Resolved! Runtime error GETWA_NOT_ASSIGNED has occurred

There is a dump error for this code, Can anyone pls help me ??FIELD-SYMBOLS : <fs1> TYPE any ,                   <fs2> TYPE any .   RANGES : tb_set FOR reguh-laufi.   DATA : BEGIN OF tb_setleaf OCCURS 0.           INCLUDE STRUCTURE setleaf.   DATA : ...

How to pass data

Hi Experts,i have a requirement to pass data from class instance to variable but i am getting error in this below logic.DATA: lo_rbitem TYPE REF TO cl_browser_item,          lo_al_ritem TYPE REF TO cl_gos_al_item,          g_value    TYPE char10.LOOP...

Resolved! Importing file into structure regardless of order of fields

I have a report which preverifies data before creating load files to be used in LSMW.However, the business is not very good at supplying the data in the same format every time, which means that I have to spend significant amounts of time sorting the ...

Resolved! User's from different company codes are able to post hours for other company codes via CAT7

Hi,We found that at our customer location user's from different company codes are able to transfers hours to controlling for other company codes user's. In the transaction CAT7 with almost no initial transaction a user is able to transfer hours to CO...

How to move the fields of select option to the table SELOPT transparent table

I want to modify the data in the select optionMy select option isSELECT-OPTIONS   :   p_char  FOR  cabn-atnam  NO INTERVALS.I want to move to the SELOPT transparent table how ?how to move?i have declared DATA: it_selopt TYPE TABLE OF selopt,       wa...

ABAPER_P by Participant
  • 3154 VIEWS
  • 4 REPLIES
  • 0 Likes
Labels in this area