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

ALE IDoc

Hi, I am trying to configure a IDOC to send HR data. The port is a file port instead of an RFC dest.I have not defined Model view, I am not using any Process Code in the message control parameters in WE20. Which means no FM or calling program for col...

ALV_Field Catalog

Hi I am trying to generate the automatice field catalog with the help of FM<b> "REUSE_ALV_FIELDCATAG_MERGE".</b> However I am not able to recognize the exact parameters to be supplied to the FM. Below is my program. Please let me know the parameters ...

Resolved! need unique record

hi,if it_tab not unique (vbeln and posnr in it_tab have duplicate), may i know internal table it_vbap will store as unique if using for all entries?if it_vbap not unique, how can i make it unique after the select statement.thanks SELECT vbeln pos...

abap logic

hi,may i know if the logic is correct? i only doubt is the last loop, where the select statement in the loop.wa_report-vgbel and wa_report-vgpos, this combination is unique and no duplication. can the control in the select statement when meet endsele...

hi ....

1.How to upload logo to layout set and what is the program name?2.what is the syntax for eliminating the duplicates in ITAB.3.What do u mean by development class ?4.If iam in in 15th secondary list how to navigate to the 5th secondary list?5.How to n...

collect

hi,is this logic correct?thanks sort it_tab by vbeln vgbel vgpos. loop at it_tab into wa_tab. move wa_tab-vbeln to wa_report-vbeln_fd. move wa_tab-vgbel to wa_report-vbeln. move wa_tab-vgpos to wa_report-posnr. move wa_ta...

Resolved! select and loop

hi,can the select run once and go out to loop statement for the subsequent loop?wa_tab-vbeln and wa_tab-posnr is unique.thanks loop at it_tab into wa_tab. v_tabix = sy-tabix. select a~kwmeng bvkorg bvtweg bspart bvbtyp ...

ALV display

Hi All,I am generating ALV grid report using ABAP Objects.when the grid is being displayed the summation symbol is supressed .Tell me which thing needs to be set to get that summation button active .Thanks in advance Mohit

supress F4 help

Hi all,I am declaring a select options for the CALMONTH filed of LCV_CALM table and on the selection screen the F4 help icon is displayed .since there is no search help defined for this filed on pressing the F4 help,Nothing is displayed .I want to re...

Variant

Hello,Could anyone please tell me know that how to set an automatic variant, when users call a transaction code then at selection screen the default variant will be automatic selected by system w/o be selected by users.Thanks in advance.Regards,Tiwa ...

Resolved! HOTSPOT ON

Hi there,I have put the "hotspot on" for only one field in my write stmt. Hide also consists only one field.In the basic list i can see the hand icon only on that field but it is allowing me to double click any where on the row and secondary list. I...

Labels in this area