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

Resolved! ALE / IDOC

I have created my own z.. tableI have created segmentsand created basic idoc typeand released itand want to how to extend the basic idoc type which i have created and what is the purpose of extending the basic idoc typeand how to populate the custom ...

Resolved! Transaction Variant

I need to create a transaction variant of MB52. It is used to generate a report on warehouse stock of material on hand. In the report I need to add more columns. Does that mean I have to use the std program to add more logic. How to create a transact...

Help required

Hello,I have created an ABAP Web service by creating a FM, then I created the Virtual Interface, Then the webService Definition, and then I relased the Web Service.When testing the webService on Tcode WSADMIN, Im not able to display the webService or...

Filling the field

Hi,I have 2 fields, matnr and maktx from makt table. How to fill the maktx field from database when user enters matnr and clicks on a button. Regards,Sundarfor ex:parameters : s_matnr like makt-matnr.parameters: s_matdes like makt-maktx.selection-scr...

Resolved! REGORDING FOR ALL ENTRIES

9. What is the most important precaution one should take for using the ‘for all entries’ command A Select all the key field of the database tableB The where clause should contain all the key fieldsC Before the select, check if the internal table used...

select options

SELECTION-SCREEN BEGIN OF LINE.SELECTION-SCREEN COMMENT 1(10) text-001.SELECTION-SCREEN POSITION 30.PARAMETERS : p_tanum LIKE ltap-tanum modif id abc.PARAMETERS : p_tapos LIKE ltap-tapos modif id abc.SELECTION-SCREEN END OF LINE.how i can made it th...

Labels in this area