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

Resolved! ettifb history

HiDoes anybody know where are recorded all changes to ETTIFB table?Is there a history system table that records these changes, something like EDISCACT holds the history of activities for a disconnection document?Thank you.

Resolved! event code?

Hello ABAPER,Object :I have a selection screen,two field over screen,two radio buttton. if user click one radio button respective field should be enable whereas another field disable.What code should i write here?Diwaker Kalla

Resolved! Initialization event

Hi Gurus,I found the follwoing statements from SAP helpInitialization event can be used to initialize the input fields of the standard selection screen.This event keyword defines an event block whose event is triggered by the ABAP runtime environment...

Sales Order User Exit

I need to throw an error for an invalid plant when saving a sales order. I wrote condtion in include MV45AFZZ but when i save the sales order it show the error and not returning to the line item to edit insted it sohws popup 00010 item not found and ...

Resolved! SEARCH HELP IN ME21N

HI,My problem is i have to assing in the FIELD MEPO1211-AFNAN a SEARCH HELP (H_T023_MEPO)I tried to make a ENHANCEMENT-POINT but my problem is when I try to change DYMPRO 1211 for calling the matchcode for the search help i couldn't somebody has ma...

Resolved! Reg:View Maintenance

Hi Abapers,One new field is being added to a joining table and view during upgrade activity.. I have accepted these changes to both joining table and view.. generated table maintenance successfully.. When i'm trying to delete the existing maintenance...

NEW-PAGE

Hi,I want start a new page when new vendor in a list. I put this code but isn't ok i don't know why..LOOP IF LAST_VENDOR IS NOT INITIAL. IF LFA1-LIFNR NE LAST_VENDOR. LAST_VENDOR = LFA1-LIFNR . NEW-PAGE. ENDIF. ELSE. ...

Resolved! comparing values..

hi,i have 2 variables, one of type char 30 and another char 10. One has a value 0.220 and another has 0.22.When I compare these two values, it seems it fails. If var = var2.endif.Is there a way where i can convert one of these into a format of the ot...

Regarding ALV Tree

Hi Experts,I am very new to ALV tree. I was trying to create a program for the same by referring the demo program BCALV_TREE_SIMPLE_DEMO. But it is giving an error at the time of output. That is " LAYOUT PARAMETER PROGRAM NAME IS MISSING".Can anybody...

Labels in this area