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

Internal Table

Hello,what I am trying to do is copy the contents of Internal Table A to Internal Table B,which do have corresponding components, but , I want to select the a date field from table A , not to be between a start and end date in table B.Is there a quic...

Module Pool

Hi,I have to Develop a Screen which should take 10 sereial numbers. And that should be not duplicate. The client wants the screen like iq04 transaction. If you refer the t.code IQ04 , the you come to know.How to develop it ?If we place table control ...

Resolved! calulation

Hi,I am adding up komp-zzuebto(8.8) to 1.0 and then when i am diving it by 100, i am not getting .098, instead i am getting 0.01 as the value ,and when i change it in debug mode and when multiplying this value with komv-kbetr(100.00) , i am getting t...

Resolved! Module Pool Error

Hi all,i have added few text fields and a push button in additional tab B in va01 transaction header level.now when i click on the push button the logic behind it works fine and all my ztables are getting updated properly but after updating it says a...

Reports

Hi,How to write a logic in reports so that i can cross check whether a given path( example c:\sagar\books ) exists or not ? i tried using the standard function below,SO_FOLDER_LOGICALLY_EXISTSWFMOD_CHECK_FOLDER_EXISTSKWF_FOLDER_EXISTENCE_CHECKECATT_C...

Resolved! ALV END-OF-PAGE

Hello friends, how should i write a statement at the end of ALV report.For this probably i have to use the event END-OF-PAGE.How is it passed to the structure slis_alv_event like in TOP-OF-PAGE we use slis_listheader and function modul...

delete difficulty

]] We have a delete statement DELETE TABLE <itab> WITH TABLE KEY <K1>= <F1> <K2> =<F2>……It is said that if a data type of <Fi> are not compatible the system converts them .But my question is how could such situation arise---aren’t we knowing be...

Resolved! TYPE F

Q]] The correct length of bytes , which a type F field can have is 8 , --this is also the valiud length. Then how is it possible for these fields to hold values as large as [ (10)*(-307) TO (10)* 308]Q]],Why is it that the syntax NUMBER TYPE RF ...

Resolved! SO_SPLIT_FILE_AND_PATH

Hi Experts,The FM SO_SPLIT_FILE_AND_PATH is used to separate a file and directory.That means if i give full path of a file ,it will separate the directory name and file name in to two return variables.But it is not working in ECC6.0.If i run in SE37...

Resolved! control level+read

Ques]]THE STATEMENT READ TABLE <itab> WITH TABLE KEY <k1> = <f1> ……<RESULT> .Is therebut is it possible to refer to PARTIAL FIELDS as was possible with the statement READ TABLE <itab> WITH KEY <k1> = <f1> ……<RESULT> .Q]] The control level hierarchy ...

F4 Help

Hi,i am making one function module in SE37.During selection of file i want F4 help.So pls tell me where i have to give the F4 help. I am writing my code here itself.FUNCTION Z_SALES_DOWNLOAD.*"----""Local interface:*" IMPORTING*" VALUE(V_VBELN) ...

working with SM30

hi all, i dont wanna display SAP Menu on the Easy access screen, so i used SM30 to modify the table SSM_CUST. but it shows it is cross client, you are not allowed to change cross client. im a super user in my client and authorization is Sap_all...

Labels in this area