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

Stock in transit table

hi, i am creating a stock ageing report. And there will be have some stock in transit data. I know those stock in transit figure will be store in the table MARC-TRAME. But how i can get the value of these stock in transit? which table i can refer to?...

Event handling in editable ALV

Hi Folks,            We are validating data for editable ALV in the output.            We need to catch entire ALV table data when we press enter.             I am able to validate it when we press SAVE by using  CALL METHOD g_grid->refresh_table_dis...

How to delete from table T1 common data's available in both table.

I have 2 internal table T1 ,T1 both are having fields F1.T1-F1     T2-F11             12             2345How to delete from table T1 common data's available in both table.For example after delete my output shold be T1-F13 44I dont want loop endloop s...

Spool request

Hello All,I have run report in the background & I got 70 pages in spool but my requirement is that it should show header only once. What i observed is that it is showing header details after specific row count. Please refer the attachment for the exa...

Resolved! Delete Statement does not work as expected

Hi Experts,I’m trying to improve the performance of an interface. This requires a check on KNVV internal table based it’s KUNNR value. I need to delete all KUNNR in KNA1 internal table if they are not found in KNVV table. I’ve accomplished this task ...

To make all rows of table control in editable mode when i click on display button.

Hi ,I know that this question is asked before but i found that the awarded answers were those suggesting hardcoding.  I'm looking for proper solution not hardcoding . So modarator please do not lock this discussion.Here is my requirement.To make all ...

Resolved! Regarding the selecting field values (Select Options) is getting refreshed each time u press the F4help button

Hi Team,I have created an F4 help for the select option.Please find the below code.   REPORT ytest.DATA: v_field TYPE fieldname.SELECT-OPTIONS: s_field FOR v_field NO INTERVALS.AT SELECTION-SCREEN OUTPUT.  LOOP AT SCREEN.    IF screen-name = 'S_FIELD...

Resolved! Across and down abap report

HI All,IS it possible to have across and down reports in abap list (not alv) for exmaplemy itab has valuesBAN     MYS     890BAN     HUB     780BAN     MAN     588BAN     BEL     734BAN     TUM     723MUM     MYS     233MUM     HUB     434MUM     MAN...

abap2xlsx

Hi All,Can some body advice me on abap2xlsx.In my system i have installed it, now i can exeucte the program "ZSAPLINK"But kindly put some light where i can see the programs e.g Zdemo_excel01, Zdemo_excel02 etc.Regards,Shegar

Resolved! Time stamp conversion mystery

Hello SAPians,I have come across a very strange ABAP behavior. Cool in Please see the code below:i_date = '20170326'.i_time = '020000'.convert date i_date time i_time into           time stamp c_tstmp time zone sy-zonlo.if sy-zonlo is INDIA   c_tstmp...

Labels in this area