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

Finding user-exits

Hi Experts,1.How to find the screen Exits and Menu Exits for any Transaction code? I know how to find thru SMOD by giving package name and thru MODSAP table.I also know a Z-program is there to find.But i want to find thru SAP program.Like Call Custom...

BAPI

Hi experts, Can anybody give me some sample code for test any particular business scenario of a BAPI. If possible plz drop me a piece of code for a particular BAPI.Thanking u in advance...Sangram

help in the code

hello experts,I am uploading the data. For one field I am getting the value like 1341. So i have to equate this values to the first 4 charecters of LFA1-BAHNSI have to get the LFA1-LIFNR where the value 1341 matches to the first 4 chars of LFA1-BAHN...

Help on READ_TEXT

Hi Friends,I am using READ_TEXT fm to read text .Can i know from which i can get all the storred text data for OBJECT-EKPO.OBJECT ID -F01.When i see in STXL and STXH no values for any object values i gave ,But when i execute the program values are co...

Select Options Error

Hi,I have one requirement with select options.I am trying to read the select option values in one Subroutine, but it is giving error" No structure found with S_KUNNR and no value LOW'. code is like this.*********************************selection-scre...

table control urgent

hi all, i need to know is there any way of hiding the configuration option in a table control as when i am calling my screen in webgui i am not able to see popups and hence my screen gets blocked.or if there is any way of viewing popups in webgui.Reg...

Resolved! updating logic

IF W_COUNT > 0.loop at t_zcore. VAR1 = 'BCS'.VAR2 = t_zcore-ZDUMMY.VAR3 = t_zcore-ZCAM.CONCATENATE VAR1 VAR2 VAR3 INTO T_ZZBARCODE-ZZBARCODE SEPARATED BY '|'.CLEAR VAR1.CLEAR VAR2.CLEAR VAR3.loop at T_ZZBARCODE. update ZY310 set ZBARC...

Resolved! Error in system log

HI all, this is not a security query, but I need help in this regard.Following error msg i showing in system log. I'm getting this error whenever i'm trying to read the Job in SM37. And in some cases I'm unable to see the spool list which is generate...

Resolved! Date calculation

Hi Experts,Is there any FM for date calculation.I have one scenario In selection screen we have on Select Option field ‘Date’.If I put the some ranges in Date (selection field ) , we need to calculate how many dates in between.Could you please hel...

Resolved! Data Extraction

Hi all.please look at this code.form get_data using t_data like it_data .SELECT zsettlement~ecodzsettlement~alwnczsettlement~elnczsettlement~salpzsettlement~salczsettlement~bonszsettlement~advnzsettlement~notp1zsettlement~recvzsettlement~idcazsettlem...

Performance issue.

Hi,when we are checking this report for performance checking, the system is giving message for these "#EC NEEDED, "#EC CALLED, "#EC * etc. with message (The message can be hidden with "#EC CALLED).we are using the code as below after making change, ...

Labels in this area