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

smartform query

Hi Expert,I got one error message in my print prog. I designed the form as per requirement but in print prog i got the error message that "unable to interpret "exporting". Possible causes of error: incorrect spelling or comma error."Anybody will tell...

Sapscript

Hi Friends,I want to create a sapscript form. For this purpose, I have created the layout (SE71) and written code in SE38 to get the data in an internal table.Now, I want to populate this data in the sapscript form (laout). How to do the same.Kindly...

Resolved! HR Reports

Hi I am creating a Loan Details Report in HR. I have taken a Loan amount and EMI but i am not able fetch theloan outstanding amount details i.e Loan balance amount to be paid by applicant. Pls suggest me . how do i take the valueRegardsGanesh

Resolved! MATERIAL_MAINTAIN_DARK

I try using FM MATERIAL_MAINTAIN_DARK to modify the material description. see the code follow.SY-SUBRC = 0, but it does not work. also some message in itab TAMERRDATL: E |161 |ABCDFGLPQSI debug the program, and found there are something wrong whe...

Resolved! Implementing a BaDI

Guys,I have found a BaDI in include LV60AA95 and want to know if I can put my own abap code within an associated method (l_sd_billing_item_exit->vbrk_vbrp_data_transfer).If so, how do I actually put the code there? What steps do I have to follow.

Resolved! Message Syntax

HI Friends,If Sy-Subrc <> 0.message e001(zsd).Endif.The above code gives me an error message if the condition is not met and it dosent let me excute the code further. However i want the code to be excuted further even if the condition is not met. Som...

Resolved! lock s are removed

hi,please bear with my explanation.I have a cutom transaction like vl02n.Once we are inside the transaction(1) I set locks on all the related orders and also the delivery itself afer my initial validations.Now on SAVE ,i have a BAPI inside my transa...

point in numbers

hii have a field type char that i insert in my program sometime *** and sometime numberi want to show the number with 2 point after the pointfor example if the number 1234.5667 i want to show 1234.56the number can change from size to size for example...

Resolved! Writing messages in FM

Hi,I am using the WRITE statement in the FM, and it is not very efficient because it doesn't write to the screen. What ABAP statement should I use to collect messages to a log or somewhere I can review later?ThanksRTMessage was edited by: Rob Thomas

Labels in this area