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

FORMS/SUBROUTINES

Type group : CNTL.-TYPES: BEGIN OF CNTL_SIMPLE_EVENT, EVENTID TYPE I, APPL_EVENT TYPE C, END OF CNTL_SIMPLE_EVENT.TYPES: CNTL_SIMPLE_EVENTS TYPE TABLE OF CNTL_SIMPLE_EVENT.-Program: ZPROGRAM.DATA: event_tab_main TYPE cntl_simple...

Resolved! IDOCs

1.Can you let me the processing of IDOCs in Inbound and Outbound data process?2.Is there any difference in processing of IDOCs in ALE,EDI or BAPI?Thanks in advance.RegardsAtahar.

Error in query

Hi,I am using following code.event handler for data retrievalselect VENUM VBELN POSNR FROM VEPO into corresponding fields of table T_VEPO WHERE VBELN = delnumber AND POSNR = delitemnumber order by VENUM.endselect. I get following e...

Resolved! BDC on table control

Hello, Can some one please help in with neat step by step expalination How to do a BDC for a table control. Screen shot will help me more to understand. Many link here dont help me much. Please also let me know what makes the Table control/Step ...

Resolved! Smartform creation

Hi, Can anyone give me some material on Smartforms which also includes a step-by-step example to create one? I have already read some materials on smartform. But I'm not clear on it since I am not able to create one smartform myself so far.Thanks!Um...

Resolved! App Server Dnld

Hi, I need to do an App server download for data in a table. For example, to download data from PA0008 here is what i have.data: test type pa0008 occurs 0 with header line.select * from pa0008 into table test up to 10 rows.DATA: e_file like rlgra...

Change in UserExit

Hi , I am trying to add my code in the USEREXIT_MOVE_FIELD_TO_LIKP for SAPMV50A , but somehow when i try to get in the change mode , it says " make changes in namespace only when urgent " and then instead of getting in the change mode , it makes the ...

ALV Dump

Dear Friend my report is printing from right hand side. Totals and Current r not displaying i am so confused. can u please help me.*&----**& Report ZFIARVR0010*&*&----**&*&*&----*REPORT ZFIARVR0010 line-size 1022.===================================...

TCode MCSG

When the MCSG Transaction is executed with Evaluation Structure as(for eg: S905) and Evaluation as for ( eg:005_)evaluation then an additional columns called Total FQty and FVal should be displayed under which totals for Sales FQTY and Sales FVAL sho...

Resolved! identifing custom forms

I have a question and I hope someone can answer this for me. I was notified by our basis person that all of our custom forms have to be moved to a different dev client due to the fact that this client will be a testing client and no program modificat...

BDC Session question

Hi guys,I am trying to do a BDC session for FSP0. But i am able to upload only the last record in the file in one session and not all. I am doing the following, any quick inputs will be greatly appreciated as i am sort of stuck at this point.FORM Pro...

Labels in this area