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

Resolved! Need Standard IDocs

Hi all,I am new to ALE-IDoc, I wanna to find the standard IDocs for the following.1. Daily Production Entry a. Manufacturing job orders-One way-SAP to 3rd party tool b.Shiftwise daily production entry - components produced,rejected-One way-SAP ...

Main Window

Hi,I want to print some data in internal table in Main Windon and I have 4 windows which comes as footer.now my question is if the data extend to next page , the main window on first page should be extended.Please any one can help in this regard???Th...

hr abap issue

hi all,can u pls solve my issue.i want to skip the fields in standard pnp selection screen.i've today,current month,current year and data selection period and person selection period in my selection screen.i want only data selection period in screen,...

Resolved! itab selection

hi,i have some records in gt_bseg.i want only those records whose shkzg value = 'H'.so coded like this.loop at gt_bseg into wa_bseg .read table gt_bseg into wa_bseg with key shkzg = 'H' .if sy-subrc = 0.move : wa_bseg to wah_bseg.append wah_bseg to ...

Using I/O fields

Hi I need to create around 15 rows of I/O fields with each row comprising 8 fields. Its actually like a table control. But i think table controls wont work here. All the I/O fields in a single column have the same attributes. I could create just one ...

Resolved! SAP Versions

Hi Guru'sCan anybody tell me the main differences between the SAP Versions specifically 4,6,4,7 and 5.0 in terms of ABAPplease Dont provide lnks,but only in brief the main pointsThanks

popup message in va01

experts need your help!i need to create a user-exit in va01 .in the condition tab there would be a logic that when you click the save button it will prompt an error message.I have finished the logic for the program my only problem is i need to create...

alv grid

the scenario is that an user enters something into an editable field of an alv grid display.the question is how to get whatever an user has entered.idealy the field itself should contain the value entered.but here it's not happening. so how to do it?...

Resolved! Left Outer Join

Hi All,I have a program where in I have to join six tables one of which is a Left Outer Join. Now I have to change that using For All Entries... Please let me know how to split this Left Outer Join using For All Entries. Or Is there any other way of...

Field values

Hi All,I have afield of 100 character in DB table and in my screen with visible length of only 50 characters. If i enter value to the field, i cant enter more than 50 characters. How to handle this without increasing the visible length in the screen?...

Labels in this area