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

Resolved! runtime error

Hello All,DATA: regex TYPE REF TO cl_abap_regex, moff TYPE i, mlen TYPE i, text TYPE string. CREATE OBJECT regex EXPORTING pattern = 'f' simple_regex = 'X'.cause an runtime error if no input field is populat...

Resolved! Replacement for STOP command

when the internal table is empty i shouldnt allow to continue to download.currently i used if it_Down is initial.stop.endif.but stop is a obsolete statement , instead i want to use any other statment which is not obselete perform the same function ...

UmaArjunan by Active Participant
  • 2678 VIEWS
  • 8 REPLIES
  • 0 Likes

Resolved! Email functionality

Hi,I need to send a email via program by modifying a standard include, that when a SO order is released for credit via VKM4, ther person who has created the SO will be notified via email. Can any one tell me what is the function module to be used for...

Select

I have an internal table ITAB with work area WA_ITAB with (n-2) fields filled inI need to fill two more fields from anotehr database table depending on condition databse table-fieldname = WA_ITABHoe to do this

Resolved! LOOP problem

hi allIs there any wrong in following code as i was unable fill IT_JTAB.-loop at IT_ZIARCHIVE.str = IT_ZIARCHIVE-zfilemmyy.leng = strlen( str ).j = leng - 4.var = str+j(4).if var BETWEEN so_zfnam-low and so_zfnam-high .append IT_ZIARCHIVE to IT_JTAB ...

Resolved! Inconsistent Function Group in QA, but OK in DEV: missing include for FM.

Hi all,A friend of mine has this problem:He received an incidence, where was discovered an error in a Function Module (FM): The Function Group (FG) is inconsistent in QA (missing include for "new" FM), but when he checked out the FG and FMs in DEV, e...

Resolved! ABAp-Start

I am currently Portal DeveloperWhat is exactly ABAP?Why it is used ?How can i learn ABAP from sratch?if u have any ppts or word filesor any other help to start from scratch Is it easy?ThanksPls HelpPoints will be rewarded

Job Scheduling

Hi,We have a requirement where a job should be executed in 1 system, only if another job succeeds in another system.Both the systems are connected to each other.Can this be done by triggering events..using BP_EVENT_RAISE??Or if there is some other wa...

Resolved! table control

Hi, I have designed a table control..there are 3 columns..I have not given tables structure..Simple 3 fields..While loading the screen i want to display the values from the internal table to the particular fields..help me with sample code

ABAP Code Formatter

Hi,I want a code formatter for ABAP code which will look afte proper alignment of every staement as well as indentation according to my requirements. Pretty printer was used but the format is not as expected.Can anyone help.?

farihakazi by Active Contributor
  • 2399 VIEWS
  • 4 REPLIES
  • 0 Likes

Resolved! roll areas

Can u explain types of organization data, two methods of modifying sap standard tables, work process-How many types of process, aggregate objects,roll areas and page areas,diff database integrities,What does application server contains,naming convent...

Resolved! ALV GRID Output

Hi,I have created PF-STATUS named DELETE thru Menu Painter and I am using the following in my program for ALV Grid Output. I have just one Delete button.FORM SET_PF_STATUS using rt_extab type slis_t_extab. Set Pf-Status 'DELETE'.ENDFORM. ...

Labels in this area