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

select options

hi all,in my report i have a select option of GL ACCOUNT.I need to restrict the GL Account range from 5000 to 100000.if account is outside the range then i need to get a error message like enter with in the range 5000 to 10000.please help me how to w...

Custom MCSI Report!

Dear Experts!I would be greatful to you if anyone can send me a custom report for MCSI Transaction.Actually my requirement is , I have all the required data in the MCSI but the problem is i have the report of a particular stockist in one page wherea...

Resolved! Select - Options

Hi experts,I have doubt in select-options. Please see the below code.TABLES: ekko.SELECT-OPTIONS: s_bukrs FOR ekko-bukrs.DATA: flag TYPE i.flag = 0.AT SELECTION-SCREEN. IF NOT s_bukrs IS INITIAL. LOOP AT s_bukrs. IF s_bukrs EQ '1000' OR s_bu...

Text is not updating

Hello,I have developed a screen in that screen i have declared 2 I/O Fields side by side.Means plant and plant text need to display sid by side. When ever i select plant using the F4 help(standerd for Plant) the plant text does not updated into the...

Resolved! internal table

hi guyz,i have an internal table with 20records. and im looping on the table for eg:TABLES : kna1.DATA : lt_kna1 TYPE TABLE OF kna1 WITH HEADER LINE.DATA : lv_count1(2) TYPE c VALUE '21', lv_count2(2) TYPE c VALUE '10', lv_div TYPE c, ...

Labels in this area