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

Resolved! Restrict DEBMAS

Hi All,Basically i need to send customer master data to some other system using standard message type DEBMAS via ALE , but i want to restrict some fields like bank key, Bank name etc.....means send as empty . Do we have any standard options to restr...

Binary table length

hi,i have an internal table it_content (it_content type standard table of sdokcntbin)the lines in this are type raw.I read a file from the appln server in binary mode and build this table .I need to know the total length of this table . How do i ge...

Resolved! BCS Recipient

Hi AllI stand on the hose ;-).I would like to send email bye Outlook and if i can't find the Email adress send bye internal SAP Mail. data: lr_recipient type ref to if_recipient_bcs. lr_recipient = cl_cam_address_bcs=>crea...

Regarding Insert

Hi Leads,I have a small issue when I am inserting data into Database Table. When I am inserting the signle record into database (using work area), If insert fails..I am able to catch the exeption. INSERT KNA1 FROM WA_KNA1. IF SY-SUBRC NE 0. RAISE ...

Resolved! CASE statement

Hi experts I have written code as like follow: CASE COMM_STRUCTURE-X.WHEN '22'. If COMM_STRUCTURE-wbs_elemt NE ' '. READ TABLE i_wbs WITH TABLE KEY co_area = COMM_STRUCTURE-co_area wbs = COMM_STRUCTURE-wbs_elemt o...

calculation in AW01n

Hi All,I want to know the program name where the calculation is done in Tcode AW01N, for the net book values calculation?I want to know which formula they are applying for the calculation if we go onselecting next next fiscal years.Thanks Rgds,Madhur...

Resolved! To Change date format

Hi,I have a requiremnt where i need to change the date format to yyyymmdd..I have treid using the WRITE TO statement but it didn't work.suppose i got the field value as 05082008(ddmmyyyy), i need to write as (20080805)(yyyymmdd).I tried the bewlo sta...

bDC PROBLEMS

Hello I am recording xk01I am using GUI_UPLOAD fm to fetch data from flat fileand using CALL transaction with update and mode equal to 'A'.But when i run the program i get the following error.'Start screen does not exist in batch input data'I also tr...

Resolved! conatiner refresh in alv

Hi all, i am working on dynamic alv using grid. after processing i want blank or can say clear all editable fields in display after processing functionality. i have used refresh_display and free method of class cl_gui but alv display is coming as it...

Labels in this area