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

Resolved! Input Validation

What is the simplest way to do input validation. A lot of times I need to design reports that have lets say 4 - 5 selection fields. For my input validation, I do single reads for each corresponding scenario but I find this to be to cumbersome. Is the...

Resolved! ALE Filter Group

Hi Everybody,I have a question:Anybody could tell me how is the possibility to extend the standard filter in the ALE distribution model? At this moment you can only add a filter on controlling area and I would like to have one for the field Logical S...

f4 help

Hi,I have to create f4 help for two fields using handle f4.At a time iam not to able to register events.Right now only one field is accepted to fieldcatalog,and other field is not triggered,please guide me in this case

USER EXIT ADVICE

Hi guys , please could you give any advice of how find an specific user exit, i'm working with tnx IW32 to mantaint orders, inside this tnx there is a option called settlement rule ( program : SAPLKOBS ) , what i want to do is : if you choose th...

Resolved! Function Module Issues

Hi all,Am trying to create one report in that previously they are using one functional moduleZCALCULATE_TAX_PO_ITEMbut the issue is tht fn module not existed in my server.i want to get is there any fn modules like this to use..in tht fn module..my i...

Resolved! field symbol

types: begin of t_tab, lifnr typr lifnr name 1 type name1end of t_tab.data: itab type standard table of t_tab, wa_tab type tab.loop at itab into wa_tab.wa_tab-lifnr = '12'.wa_name1 = 'hello'.MODIFY itab FROM wa_tab ...

Resolved! transport request

Hi ,i m getting below error while transporting request from dev server to QA serverProgram ZREM_AGENCY_REPORT successfully generatedDatabase COMMIT executedProgram ZREM_AGENCY_REPORT_PERF, Include ZREM_REPORT_INCLUDE1: Syntax error in line 000093The ...

Labels in this area